linux/fs/f2fs
Al Viro 5955102c99 wrappers for ->i_mutex access
parallel to mutex_{lock,unlock,trylock,is_locked,lock_nested},
inode_foo(inode) being mutex_foo(&inode->i_mutex).

Please, use those for access to ->i_mutex; over the coming cycle
->i_mutex will become rwsem, with ->lookup() done with it held
only shared.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2016-01-22 18:04:28 -05:00
..
Kconfig
Makefile
acl.c
acl.h
checkpoint.c f2fs: introduce time and interval facility 2016-01-11 15:36:27 -08:00
crypto.c
crypto_fname.c
crypto_key.c
crypto_policy.c
data.c wrappers for ->i_mutex access 2016-01-22 18:04:28 -05:00
debug.c Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs 2016-01-13 21:01:44 -08:00
dir.c f2fs: detect idle time depending on user behavior 2016-01-11 15:56:37 -08:00
extent_cache.c f2fs: skip releasing nodes in chindless extent tree 2016-01-08 11:57:18 -08:00
f2fs.h Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs 2016-01-13 21:01:44 -08:00
f2fs_crypto.h
file.c wrappers for ->i_mutex access 2016-01-22 18:04:28 -05:00
gc.c f2fs: detect idle time depending on user behavior 2016-01-11 15:56:37 -08:00
gc.h f2fs: detect idle time depending on user behavior 2016-01-11 15:56:37 -08:00
hash.c
inline.c f2fs: clean up f2fs_balance_fs 2016-01-08 11:45:23 -08:00
inode.c Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs 2016-01-13 21:01:44 -08:00
namei.c Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs 2016-01-13 21:01:44 -08:00
node.c f2fs: fix wrong memory condition check 2016-01-11 15:56:43 -08:00
node.h f2fs: avoid unnecessary f2fs_balance_fs calls 2016-01-08 11:45:22 -08:00
recovery.c
segment.c f2fs: monitor the number of background checkpoint 2016-01-11 15:56:42 -08:00
segment.h
shrinker.c
super.c kmemcg: account certain kmem allocations to memcg 2016-01-14 16:00:49 -08:00
trace.c
trace.h
xattr.c Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs 2016-01-13 21:01:44 -08:00
xattr.h