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

2014-06-09 Thread Jaegeuk Kim
Hi Linus, This is a pull request on f2fs updates for v3.16. In this round, there is no special interesting feature, but we've investigated a couple of tuning points with respect to the I/O flow. Several major bug fixes and a bunch of clean-ups also have been made. Thank you very much. The follo

[f2fs-dev] [PATCH] f2fs: support f2fs_fiemap

2014-06-09 Thread Jaegeuk Kim
This patch links f2fs_fiemap with generic function with get_block. Signed-off-by: Jaegeuk Kim --- fs/f2fs/data.c | 6 ++ fs/f2fs/f2fs.h | 1 + fs/f2fs/file.c | 1 + 3 files changed, 8 insertions(+) diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index 39fe7d7..c1fb6dd 100644 --- a/fs/f2fs/data