f2fs: expand counting dirty pages in the inode page cache
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 12 Sep 2014 22:53:45 +0000 (15:53 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 16 Sep 2014 11:10:39 +0000 (04:10 -0700)
commita7ffdbe22cecaed59b5d76a5f003d68907d64240
tree455b985cab6761423687153ca36aae86058a2fa8
parent2403c155b83c09d8b6255237ef049f2650f9fe01
f2fs: expand counting dirty pages in the inode page cache

Previously f2fs only counts dirty dentry pages, but there is no reason not to
expand the scope.

This patch changes the names on the management of dirty pages and to count
dirty pages in each inode info as well.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c
fs/f2fs/data.c
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/gc.c
fs/f2fs/inode.c
fs/f2fs/super.c
This page took 0.02767 seconds and 5 git commands to generate.