]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdfd806e4025600d5804d4c55fe563b47c09a29d9
tree455b985cab6761423687153ca36aae86058a2fa8
parent3ac448f1a49be168928104670eeaf56494f898a7
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