[f2fs-dev] [GIT PULL] f2fs updates for v3.13

2013-11-11 Thread Jaegeuk Kim
Hi Linus, This is a pull request on f2fs updates for v3.13. In this round, a couple of patches were introduced to improve GC and checkpoint overheads. In addition, a sysfs entry and some tracepoints were added for users to maintain the f2fs filesystem. And there are a number of clean-ups and bug

[f2fs-dev] [PATCH 1/2] f2fs: add a new function to support for merging contiguous read

2013-11-11 Thread Chao Yu
For better read performance, we add a new function to support for merging contiguous read as the one for write. Signed-off-by: Chao Yu chao2...@samsung.com --- fs/f2fs/data.c | 45 + fs/f2fs/f2fs.h |2 ++ 2 files changed, 47 insertions(+) diff