]> git.karo-electronics.de Git - karo-tx-linux.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)
commite18c65b2ac91aa59f89333da595d5155184f76cf
tree00cfd81f927aef7416b59410ba578300a99c30dd
parent0d47c1adc2a1f1e4f4673f122a8328c90c58e232
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]