Introdce a new fio cache for IPU. After commit 8648de2c581(f2fs: add bio cache for IPU) in the mainline, we still have the problem in SQLite. So I reuse the fio data structs to cache the mergeale write IO in wirtepages().
Lihong Kou (1): Revert "f2fs: add bio cache for IPU" Lihong Kou (1): f2fs: introduce a new fio cache for IPU. fs/f2fs/checkpoint.c | 1 + fs/f2fs/data.c | 93 ++++++++-------------------------------------------- fs/f2fs/f2fs.h | 4 +-- fs/f2fs/segment.c | 22 ++++++------- fs/f2fs/super.c | 2 ++ 5 files changed, 29 insertions(+), 93 deletions(-) -- 2.7.4 _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
