1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 01:09:38 -05:00
linux/fs/f2fs
Jaegeuk Kim 203681f65b f2fs: fix f2fs_write_meta_page at no checkpoint status
If f2fs entered errorneous checkpoint status, it should skip writing meta
pages instead of redirtying the pages out.
Otherwise, it cannot unmount the partition even though f2fs is under read-only
status.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
2014-02-17 14:58:53 +09:00
..
acl.c
acl.h
checkpoint.c f2fs: fix f2fs_write_meta_page at no checkpoint status 2014-02-17 14:58:53 +09:00
data.c
debug.c
dir.c f2fs: fix to truncate dentry pages in the error case 2014-02-17 14:58:52 +09:00
f2fs.h
file.c
gc.c f2fs: fix f2fs_write_meta_page at no checkpoint status 2014-02-17 14:58:53 +09:00
gc.h
hash.c
inline.c
inode.c
Kconfig
Makefile
namei.c
node.c
node.h
recovery.c f2fs: fix a build warning 2014-02-17 14:58:52 +09:00
segment.c f2fs: clean up with a macro 2014-02-17 14:58:52 +09:00
segment.h f2fs: clean up with a macro 2014-02-17 14:58:52 +09:00
super.c
xattr.c
xattr.h