linux/fs/affs
Nick Piggin 873feea09e fs: dcache per-inode inode alias locking
dcache_inode_lock can be replaced with per-inode locking. Use existing
inode->i_lock for this. This is slightly non-trivial because we sometimes
need to find the inode from the dentry, which requires d_inode to be
stabilised (either with refcount or d_lock).

Signed-off-by: Nick Piggin <npiggin@kernel.dk>
2011-01-07 17:50:31 +11:00
..
Changes Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Kconfig fs/Kconfig: move affs out 2009-01-22 13:15:56 +03:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
affs.h switch affs to ->evict_inode() 2010-08-09 16:48:06 -04:00
amigaffs.c fs: dcache per-inode inode alias locking 2011-01-07 17:50:31 +11:00
bitmap.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
dir.c sanitize ->fsync() for affs 2009-06-11 21:36:14 -04:00
file.c affs: testing the wrong variable 2010-10-25 21:18:20 -04:00
inode.c new helper: ihold() 2010-10-25 21:26:11 -04:00
namei.c fs: dcache reduce branches in lookup path 2011-01-07 17:50:28 +11:00
super.c fs: dcache reduce branches in lookup path 2011-01-07 17:50:28 +11:00
symlink.c Fix remount races with symlink handling in affs 2010-01-26 22:22:24 -05:00