linux/fs/f2fs
Jaegeuk Kim 19c9c466e5 f2fs: do not skip latest inode information
In f2fs_sync_file, if there is no written appended writes, it skips
to write its node blocks.
But, if there is up-to-date inode page, we should write it to update
its metadata during the roll-forward recovery.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2014-09-23 11:10:16 -07:00
..
acl.c
acl.h
checkpoint.c f2fs: use meta_inode cache to improve roll-forward speed 2014-09-23 11:10:12 -07:00
data.c f2fs: fix conditions to remain recovery information in f2fs_sync_file 2014-09-23 11:10:15 -07:00
debug.c
dir.c f2fs: expand counting dirty pages in the inode page cache 2014-09-16 04:10:39 -07:00
f2fs.h f2fs: fix conditions to remain recovery information in f2fs_sync_file 2014-09-23 11:10:15 -07:00
file.c f2fs: do not skip latest inode information 2014-09-23 11:10:16 -07:00
gc.c f2fs: expand counting dirty pages in the inode page cache 2014-09-16 04:10:39 -07:00
gc.h
hash.c
inline.c f2fs: need fsck.f2fs when f2fs_bug_on is triggered 2014-09-09 13:15:02 -07:00
inode.c f2fs: expand counting dirty pages in the inode page cache 2014-09-16 04:10:39 -07:00
Kconfig
Makefile
namei.c f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB 2014-09-03 17:37:13 -07:00
node.c f2fs: fix conditions to remain recovery information in f2fs_sync_file 2014-09-23 11:10:15 -07:00
node.h f2fs: fix conditions to remain recovery information in f2fs_sync_file 2014-09-23 11:10:15 -07:00
recovery.c f2fs: fix roll-forward missing scenarios 2014-09-23 11:10:16 -07:00
segment.c f2fs: give an option to enable in-place-updates during fsync to users 2014-09-16 04:10:44 -07:00
segment.h f2fs: use meta_inode cache to improve roll-forward speed 2014-09-23 11:10:12 -07:00
super.c f2fs: give an option to enable in-place-updates during fsync to users 2014-09-16 04:10:44 -07:00
xattr.c f2fs: need fsck.f2fs when f2fs_bug_on is triggered 2014-09-09 13:15:02 -07:00
xattr.h