linux/fs/f2fs
Jaegeuk Kim f96ce4c986 f2fs: fix to access nullified flush_cmd_control pointer
f2fs_sync_file()             remount_ro
 - f2fs_readonly
                               - destroy_flush_cmd_control
 - f2fs_issue_flush
   - no fcc pointer!

So, this patch doesn't free fcc in this case, but just stop its kernel thread
which sends flush commands.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2016-12-09 09:44:38 -08:00
..
acl.c f2fs: keep dirty inodes selectively for checkpoint 2016-12-01 10:39:31 -08:00
acl.h f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs) 2016-10-17 16:38:44 -07:00
checkpoint.c f2fs: free meta pages if sanity check for ckpt is failed 2016-12-05 17:38:12 -08:00
data.c f2fs: return AOP_WRITEPAGE_ACTIVATE for writepage 2016-12-01 11:02:30 -08:00
debug.c f2fs: set ->owner for debugfs status file's file_operations 2016-12-01 11:02:19 -08:00
dir.c f2fs: report error of f2fs_fill_dentries 2016-12-01 10:47:28 -08:00
extent_cache.c f2fs: keep dirty inodes selectively for checkpoint 2016-12-01 10:39:31 -08:00
f2fs.h f2fs: fix to access nullified flush_cmd_control pointer 2016-12-09 09:44:38 -08:00
file.c Revert "f2fs: use percpu_counter for # of dirty pages in inode" 2016-12-02 15:15:38 -08:00
gc.c f2fs: don't wait writeback for datas during checkpoint 2016-12-01 11:01:23 -08:00
gc.h f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs) 2016-10-17 16:38:44 -07:00
hash.c f2fs: introduce dot and dotdot name check 2015-05-28 15:41:34 -07:00
inline.c f2fs: report error of f2fs_fill_dentries 2016-12-01 10:47:28 -08:00
inode.c f2fs: record inode updating status correctly 2016-12-01 10:50:06 -08:00
Kconfig f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs) 2016-10-17 16:38:44 -07:00
Makefile f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs) 2016-10-17 16:38:44 -07:00
namei.c fs/crypto: catch up 4.9-rc6 2016-12-01 10:47:02 -08:00
node.c f2fs: fix to account total free nid correctly 2016-12-01 11:02:09 -08:00
node.h f2fs: split free nid list 2016-12-01 10:38:18 -08:00
recovery.c f2fs: do not activate auto_recovery for fallocated i_size 2016-12-01 11:02:27 -08:00
segment.c f2fs: fix to access nullified flush_cmd_control pointer 2016-12-09 09:44:38 -08:00
segment.h f2fs: detect wrong layout 2016-12-05 17:38:10 -08:00
shrinker.c f2fs: avoid casted negative value as shrink count 2016-12-01 10:38:24 -08:00
super.c f2fs: fix to access nullified flush_cmd_control pointer 2016-12-09 09:44:38 -08:00
trace.c f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs) 2016-10-17 16:38:44 -07:00
trace.h f2fs: add sbi and page pointer in f2fs_io_info 2015-05-28 15:41:32 -07:00
xattr.c f2fs: keep dirty inodes selectively for checkpoint 2016-12-01 10:39:31 -08:00
xattr.h f2fs: backport from (4c1fad64 - Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs) 2016-10-17 16:38:44 -07:00