linux/fs/quota
Dave Chinner 55fa6091d8 fs: move i_sb_list out from under inode_lock
Protect the per-sb inode list with a new global lock
inode_sb_list_lock and use it to protect the list manipulations and
traversals. This lock replaces the inode_lock as the inodes on the
list can be validity checked while holding the inode->i_lock and
hence the inode_lock is no longer needed to protect the list.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2011-03-24 21:16:32 -04:00
..
compat.c
dquot.c fs: move i_sb_list out from under inode_lock 2011-03-24 21:16:32 -04:00
Kconfig
Makefile
netlink.c
quota.c quota: Fix deadlock during path resolution 2011-01-12 19:14:55 +01:00
quota_tree.c
quota_tree.h
quota_v1.c
quota_v2.c quota: return -ENOMEM when memory allocation fails 2011-02-24 11:42:44 +01:00
quotaio_v1.h
quotaio_v2.h