]> 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)
commitc2dd47560b54bf24b1f1b00a766a72460311beb7
tree455b985cab6761423687153ca36aae86058a2fa8
parent8bf19571d4af0c18e65159297e361d3dda7c4e0e
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