android_kernel_samsung_univ.../fs/f2fs
Chao Yu 52941707f7 f2fs: fix to don't trigger writeback during recovery
[ Upstream commit 64c74a7ab505ea40d1b3e5d02735ecab08ae1b14 ]

- f2fs_fill_super
 - recover_fsync_data
  - recover_data
   - del_fsync_inode
    - iput
     - iput_final
      - write_inode_now
       - f2fs_write_inode
        - f2fs_balance_fs
         - f2fs_balance_fs_bg
          - sync_dirty_inodes

With data_flush mount option, during recovery, in order to avoid entering
above writeback flow, let's detect recovery status and do skip in
f2fs_balance_fs_bg.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Yunlei He <heyunlei@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-08-06 16:24:31 +02:00
..
acl.c
acl.h
checkpoint.c
crypto_fname.c
crypto_key.c
crypto_policy.c
crypto.c
data.c
debug.c
dir.c
extent_cache.c
f2fs_crypto.h
f2fs.h
file.c
gc.c
gc.h
hash.c
inline.c
inode.c
Kconfig
Makefile
namei.c
node.c
node.h
recovery.c
segment.c f2fs: fix to don't trigger writeback during recovery 2018-08-06 16:24:31 +02:00
segment.h
shrinker.c
super.c disable loading f2fs module on PAGE_SIZE > 4KB 2018-08-06 16:24:31 +02:00
trace.c
trace.h
xattr.c
xattr.h