linux/fs/f2fs
Chao Yu 60dcedc997 f2fs: record inode updating status correctly
We should record updating status of inode only for living inode, for those
unlinked inode it needs to clear its ino cache, otherwise after the ino
was been reused, it will cause unneeded node page writing during ->fsync.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2016-11-23 12:11:25 -08:00
..
acl.c f2fs: keep dirty inodes selectively for checkpoint 2016-11-23 12:11:08 -08:00
acl.h
checkpoint.c f2fs: make clean inodes when flushing inode page 2016-11-23 12:11:09 -08:00
data.c f2fs: Use generic zoned block device terminology 2016-11-23 12:11:16 -08:00
debug.c f2fs: remove percpu_count due to performance regression 2016-11-23 12:11:10 -08:00
dir.c f2fs: report error of f2fs_fill_dentries 2016-11-23 12:11:12 -08:00
extent_cache.c f2fs: keep dirty inodes selectively for checkpoint 2016-11-23 12:11:08 -08:00
f2fs.h f2fs: Cache zoned block devices zone type 2016-11-23 12:11:22 -08:00
file.c f2fs: keep dirty inodes selectively for checkpoint 2016-11-23 12:11:08 -08:00
gc.c f2fs: give a chance to detach from dirty list 2016-11-23 12:10:51 -08:00
gc.h
hash.c
inline.c f2fs: report error of f2fs_fill_dentries 2016-11-23 12:11:12 -08:00
inode.c f2fs: record inode updating status correctly 2016-11-23 12:11:25 -08:00
Kconfig
Makefile
namei.c f2fs: keep dirty inodes selectively for checkpoint 2016-11-23 12:11:08 -08:00
node.c f2fs: use BIO_MAX_PAGES for bio allocation 2016-11-23 12:11:07 -08:00
node.h f2fs: split free nid list 2016-11-23 12:11:00 -08:00
recovery.c f2fs: introduce cp_lock to protect updating of ckpt_flags 2016-09-30 17:34:20 -07:00
segment.c f2fs: Trace reset zone events 2016-11-23 12:11:24 -08:00
segment.h f2fs: use BIO_MAX_PAGES for bio allocation 2016-11-23 12:11:07 -08:00
shrinker.c f2fs: avoid casted negative value as shrink count 2016-11-23 12:11:03 -08:00
super.c f2fs: Cache zoned block devices zone type 2016-11-23 12:11:22 -08:00
trace.c
trace.h
xattr.c f2fs: keep dirty inodes selectively for checkpoint 2016-11-23 12:11:08 -08:00
xattr.h