]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: key functions to handle inline data
authorHuajun Li <huajun.li@intel.com>
Sun, 10 Nov 2013 15:13:19 +0000 (23:13 +0800)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Thu, 26 Dec 2013 11:40:09 +0000 (20:40 +0900)
commit4862294e8551a14e7d4a60c10d6fc825d470e1c9
tree00cfd81f927aef7416b59410ba578300a99c30dd
parent9d6e2086f1d27b0acd1e21876b7cf06ab1f16c1e
f2fs: key functions to handle inline data

Functions to implement inline data read/write, and move inline data to
normal data block when file size exceeds inline data limitation.

Signed-off-by: Huajun Li <huajun.li@intel.com>
Signed-off-by: Haicheng Li <haicheng.li@linux.intel.com>
Signed-off-by: Weihong Xu <weihong.xu@intel.com>
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
fs/f2fs/Makefile
fs/f2fs/f2fs.h
fs/f2fs/inline.c [new file with mode: 0644]