android_kernel_google_msm/fs/f2fs
Shuoran Liu 5e468690df f2fs: retrieve IO write stat from the right place
In the following patch,

    f2fs: split journal cache from curseg cache

journal cache is split from curseg cache. So IO write statistics should be
retrived from journal cache but not curseg->sum_blk. Otherwise, it will
get 0, and the stat is lost.

Signed-off-by: Shuoran Liu <liushuoran@huawei.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2016-10-29 23:12:36 +08:00
..
acl.c
acl.h
checkpoint.c f2fs: introduce f2fs_flush_merged_bios for cleanup 2016-10-29 23:12:32 +08:00
data.c fs crypto: move per-file encryption from f2fs tree to fs/crypto 2016-10-29 23:12:35 +08:00
debug.c f2fs: monitor the number of background checkpoint 2016-10-29 23:12:25 +08:00
dir.c f2fs: clean up opened code with f2fs_update_dentry 2016-10-29 23:12:36 +08:00
extent_cache.c f2fs: introduce f2fs_update_data_blkaddr for cleanup 2016-10-29 23:12:32 +08:00
f2fs.h fs crypto: move per-file encryption from f2fs tree to fs/crypto 2016-10-29 23:12:35 +08:00
file.c f2fs crypto: sync ext4_lookup and ext4_file_open 2016-10-29 23:12:36 +08:00
gc.c f2fs: introduce f2fs_update_data_blkaddr for cleanup 2016-10-29 23:12:32 +08:00
gc.h f2fs: detect idle time depending on user behavior 2016-10-29 23:12:25 +08:00
hash.c
inline.c fs crypto: move per-file encryption from f2fs tree to fs/crypto 2016-10-29 23:12:35 +08:00
inode.c fs crypto: move per-file encryption from f2fs tree to fs/crypto 2016-10-29 23:12:35 +08:00
Kconfig fs crypto: move per-file encryption from f2fs tree to fs/crypto 2016-10-29 23:12:35 +08:00
Makefile fs crypto: move per-file encryption from f2fs tree to fs/crypto 2016-10-29 23:12:35 +08:00
namei.c f2fs crypto: fix corrupted symlink in encrypted case 2016-10-29 23:12:36 +08:00
node.c f2fs: submit node page write bios when really required 2016-10-29 23:12:36 +08:00
node.h f2fs: use wait_for_stable_page to avoid contention 2016-10-29 23:12:28 +08:00
recovery.c f2fs: support revoking atomic written pages 2016-10-29 23:12:31 +08:00
segment.c f2fs: introduce f2fs_update_data_blkaddr for cleanup 2016-10-29 23:12:32 +08:00
segment.h f2fs: split journal cache from curseg cache 2016-10-29 23:12:31 +08:00
shrinker.c f2fs: speed up shrinking extent tree entries 2016-10-29 23:12:22 +08:00
super.c f2fs: retrieve IO write stat from the right place 2016-10-29 23:12:36 +08:00
trace.c f2fs: trace old block address for CoWed page 2016-10-29 23:12:32 +08:00
trace.h
xattr.c f2fs: use wait_for_stable_page to avoid contention 2016-10-29 23:12:28 +08:00
xattr.h f2fs: add missing argument to f2fs_setxattr stub 2016-10-29 23:12:36 +08:00