]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
f2fs: add info of appended or updated data writes
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 25 Jul 2014 14:40:59 +0000 (07:40 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 29 Jul 2014 14:46:11 +0000 (07:46 -0700)
commitfff04f90c1b9f91b9c513a89702a4b9ffe5dc1c5
tree93d2a63cedd9e181849cf75feda52eb5f1f2032f
parent39efac41fbe44343cac29472320a1d502fcff66b
f2fs: add info of appended or updated data writes

This patch introduces a inode number list in which represents inodes having
appended data writes or updated data writes after last checkpoint.
This will be used at fsync to determine whether the recovery information
should be written or not.

Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/inline.c
fs/f2fs/inode.c