summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: fix to give correct parent inode number for roll forwardJaegeuk Kim2013-03-271-20/+2Star
* f2fs: do not skip writing file meta during fsyncJaegeuk Kim2013-03-271-10/+0Star
* f2fs: fix to call WRITE_FLUSH at the end of fsyncJaegeuk Kim2013-03-201-0/+2
* f2fs: introduce readahead mode of node pagesJaegeuk Kim2013-03-181-4/+4
* more file_inode() open-coded instancesAl Viro2013-02-271-3/+3
* f2fs: add compat_ioctl to provide backward compatabilityNamjae Jeon2013-02-111-0/+21
* f2fs: stop repeated checking if cp is neededChangman Lee2013-02-111-3/+3
* f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim2013-02-111-2/+1Star
* f2fs: cover global locks for reserve_new_blockJaegeuk Kim2013-02-111-0/+5
* f2fs: add remap_pages as generic_file_remap_pagesJaegeuk Kim2013-01-221-2/+3
* f2fs: move f2fs_balance_fs to punch_holeJaegeuk Kim2013-01-111-3/+2Star
* f2fs: add f2fs_balance_fs in several interfacesJaegeuk Kim2013-01-111-0/+3
* f2fs: fix time update in case of f2fs fallocateNamjae Jeon2013-01-041-0/+5
* f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim2012-12-261-4/+6
* f2fs: remove unused variableWei Yongjun2012-12-111-2/+0Star
* f2fs: check read only condition before beginning write outNamjae Jeon2012-12-111-2/+3
* f2fs: adjust kernel coding styleJaegeuk Kim2012-12-111-1/+1
* f2fs: add file operationsJaegeuk Kim2012-12-111-0/+637