1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-25 17:53:34 -05:00
linux/fs/f2fs
Chao Yu e8240f656d f2fs: don't grab super block buffer header all the time
We have already got one copy of valid super block in memory, do not grab
buffer header of super block all the time.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2015-12-16 08:58:06 -08:00
..
acl.c
acl.h
checkpoint.c f2fs: introduce __remove_dirty_inode 2015-12-15 13:31:28 -08:00
crypto.c
crypto_fname.c
crypto_key.c KEYS: Merge the type-specific data with the payload data 2015-10-21 15:18:36 +01:00
crypto_policy.c
data.c f2fs: kill f2fs_drop_largest_extent 2015-12-04 12:07:57 -08:00
debug.c f2fs: introduce dirty list node in inode info 2015-12-15 13:24:19 -08:00
dir.c f2fs: clean up error path in f2fs_readdir 2015-12-04 12:07:55 -08:00
extent_cache.c f2fs: kill f2fs_drop_largest_extent 2015-12-04 12:07:57 -08:00
f2fs.h f2fs: don't grab super block buffer header all the time 2015-12-16 08:58:06 -08:00
f2fs_crypto.h
file.c f2fs: don't grab super block buffer header all the time 2015-12-16 08:58:06 -08:00
gc.c f2fs: use sbi->blocks_per_seg to avoid unnecessary calculation 2015-12-04 12:07:57 -08:00
gc.h f2fs: support synchronous gc in ioctl 2015-10-09 16:20:56 -07:00
hash.c
inline.c f2fs: support fiemap for inline_data 2015-10-20 11:33:21 -07:00
inode.c f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entry 2015-12-15 13:23:43 -08:00
Kconfig f2fs: fix typo 2015-08-21 22:43:32 -07:00
Makefile f2fs: maintain extent cache in separated file 2015-08-04 14:09:58 -07:00
namei.c fs/f2fs/namei.c: remove unnecessary new_valid_dev() check 2015-11-09 15:11:24 -08:00
node.c f2fs: clean up node page updating flow 2015-12-14 09:09:17 -08:00
node.h f2fs: use sbi->blocks_per_seg to avoid unnecessary calculation 2015-12-04 12:07:57 -08:00
recovery.c f2fs: clean up argument of recover_data 2015-12-04 12:07:56 -08:00
segment.c f2fs: enhance the bit operation for SSR 2015-12-09 09:50:32 -08:00
segment.h Revert "f2fs: do not skip dentry block writes" 2015-10-12 13:38:02 -07:00
shrinker.c f2fs: shrink free_nids entries 2015-08-20 09:00:06 -07:00
super.c f2fs: don't grab super block buffer header all the time 2015-12-16 08:58:06 -08:00
trace.c
trace.h
xattr.c f2fs: xattr simplifications 2015-11-13 20:34:34 -05:00
xattr.h