summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
2013-05-08Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2013-04-29f2fs: check truncation of mapping after lock_pageJaegeuk Kim
2013-04-26f2fs: give a chance to merge IOs by IO schedulerJaegeuk Kim
2013-04-23f2fs: add tracepoints to debug the block allocationNamjae Jeon
2013-04-23f2fs: add tracepoints for truncate operationNamjae Jeon
2013-04-23f2fs: add tracepoints for sync & inode operationsNamjae Jeon
2013-04-09f2fs: use mnt_want_write_file() in ioctlAl Viro
2013-04-09f2fs: introduce a new global lock schemeJaegeuk Kim
2013-04-09f2fs: move f2fs_balance_fs from truncate to punch_holeJason Hrycay
2013-03-27f2fs: fix to give correct parent inode number for roll forwardJaegeuk Kim
2013-03-27f2fs: do not skip writing file meta during fsyncJaegeuk Kim
2013-03-20f2fs: fix to call WRITE_FLUSH at the end of fsyncJaegeuk Kim
2013-03-18f2fs: introduce readahead mode of node pagesJaegeuk Kim
2013-02-27more file_inode() open-coded instancesAl Viro
2013-02-12f2fs: add compat_ioctl to provide backward compatabilityNamjae Jeon
2013-02-12f2fs: stop repeated checking if cp is neededChangman Lee
2013-02-12f2fs: avoid balanc_fs during evict_inodeJaegeuk Kim
2013-02-12f2fs: cover global locks for reserve_new_blockJaegeuk Kim
2013-01-22f2fs: add remap_pages as generic_file_remap_pagesJaegeuk Kim
2013-01-11f2fs: move f2fs_balance_fs to punch_holeJaegeuk Kim
2013-01-11f2fs: add f2fs_balance_fs in several interfacesJaegeuk Kim
2013-01-04f2fs: fix time update in case of f2fs fallocateNamjae Jeon
2012-12-26f2fs: fix handling errors got by f2fs_write_inodeJaegeuk Kim
2012-12-11f2fs: remove unused variableWei Yongjun
2012-12-11f2fs: check read only condition before beginning write outNamjae Jeon
2012-12-11f2fs: adjust kernel coding styleJaegeuk Kim
2012-12-11f2fs: add file operationsJaegeuk Kim