kernel_optimize_test/fs/f2fs
Jaegeuk Kim 93ff10d690 f2fs: should not make_bad_inode on f2fs_link failure
If -ENOSPC is met during f2fs_link, we should not make the inode as bad.
The inode is still alive.

Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
2013-05-28 15:03:04 +09:00
..
acl.c
acl.h
checkpoint.c f2fs: fix BUG_ON during f2fs_evict_inode(dir) 2013-05-28 15:03:01 +09:00
data.c f2fs: avoid RECLAIM_FS-ON-W: deadlock 2013-05-28 15:03:03 +09:00
debug.c f2fs: use list_for_each_entry rather than list_for_each_entry_safe 2013-05-28 15:03:02 +09:00
dir.c f2fs: update inode page after creation 2013-05-28 15:03:02 +09:00
f2fs.h f2fs: reuse the locked dnode page and its inode 2013-05-28 15:03:04 +09:00
file.c f2fs: reuse the locked dnode page and its inode 2013-05-28 15:03:04 +09:00
gc.c
gc.h
hash.c
inode.c f2fs: fix wrong condition check 2013-05-28 15:03:03 +09:00
Kconfig
Makefile
namei.c f2fs: should not make_bad_inode on f2fs_link failure 2013-05-28 15:03:04 +09:00
node.c f2fs: add debug msgs in the recovery routine 2013-05-28 15:03:02 +09:00
node.h
recovery.c f2fs: fix to handle do_recover_data errors 2013-05-28 15:03:04 +09:00
segment.c f2fs: remove unecessary variable and code 2013-05-28 15:03:02 +09:00
segment.h
super.c f2fs: add f2fs_readonly() 2013-05-28 15:03:03 +09:00
xattr.c
xattr.h