aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-22f2fs: add remap_pages as generic_file_remap_pagesJaegeuk Kim1-2/+3
2013-01-11f2fs: move f2fs_balance_fs to punch_holeJaegeuk Kim1-3/+2
2013-01-11f2fs: add f2fs_balance_fs in several interfacesJaegeuk Kim1-0/+3
2013-01-04f2fs: fix time update in case of f2fs fallocateNamjae Jeon1-0/+5
2012-12-26f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim1-4/+6
2012-12-11f2fs: remove unused variableWei Yongjun1-2/+0
2012-12-11f2fs: check read only condition before beginning write outNamjae Jeon1-2/+3
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim1-1/+1
2012-12-11f2fs: add file operationsJaegeuk Kim1-0/+637