Searched hist:"1228 b482c4ee26f3334dd83eb13bcf7e462f9c93" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | checkpoint.c | diff 1228b482c4ee26f3334dd83eb13bcf7e462f9c93 Fri Sep 29 00:59:39 CDT 2017 Chao Yu <yuchao0@huawei.com> f2fs: fix to flush multiple device in checkpoint
If f2fs manages multiple devices, in checkpoint, we need to issue flush in those devices which contain dirty data/node in their cache before we write checkpoint region, otherwise, filesystem metadata could be corrupted if hitting SPO after checkpoint.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | segment.c | diff 1228b482c4ee26f3334dd83eb13bcf7e462f9c93 Fri Sep 29 00:59:39 CDT 2017 Chao Yu <yuchao0@huawei.com> f2fs: fix to flush multiple device in checkpoint
If f2fs manages multiple devices, in checkpoint, we need to issue flush in those devices which contain dirty data/node in their cache before we write checkpoint region, otherwise, filesystem metadata could be corrupted if hitting SPO after checkpoint.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | super.c | diff 1228b482c4ee26f3334dd83eb13bcf7e462f9c93 Fri Sep 29 00:59:39 CDT 2017 Chao Yu <yuchao0@huawei.com> f2fs: fix to flush multiple device in checkpoint
If f2fs manages multiple devices, in checkpoint, we need to issue flush in those devices which contain dirty data/node in their cache before we write checkpoint region, otherwise, filesystem metadata could be corrupted if hitting SPO after checkpoint.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff 1228b482c4ee26f3334dd83eb13bcf7e462f9c93 Fri Sep 29 00:59:39 CDT 2017 Chao Yu <yuchao0@huawei.com> f2fs: fix to flush multiple device in checkpoint
If f2fs manages multiple devices, in checkpoint, we need to issue flush in those devices which contain dirty data/node in their cache before we write checkpoint region, otherwise, filesystem metadata could be corrupted if hitting SPO after checkpoint.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|