summaryrefslogtreecommitdiff
path: root/fs/f2fs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-12-26f2fs: key functions to handle inline dataHuajun Li1-1/+1
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>
2012-12-11f2fs: update Kconfig and MakefileJaegeuk Kim1-0/+7
This adds Makefile and Kconfig for f2fs, and updates Makefile and Kconfig files in the fs directory. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>