aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-3/+3
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-13/+23
2017-02-27f2fs: remove redundant set_page_dirty()Yunlei He1-2/+1
2017-02-27f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-4/+3
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu1-3/+0
2017-02-23f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim1-1/+2
2017-02-22f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim1-1/+7
2017-02-22f2fs: introduce FI_ATOMIC_COMMITChao Yu1-5/+6
2017-01-29f2fs: drop exist_data for inline_data when truncated to 0Jaegeuk Kim1-0/+2
2017-01-29f2fs: show the max number of atomic operationsJaegeuk Kim1-2/+6
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-17/+2
2016-12-12f2fs: fix a missing size change in f2fs_setattrYunlei He1-2/+5
2016-12-11fscrypto: move ioctl processing more fully into common codeEric Biggers1-17/+2
2016-12-05Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim1-1/+1
2016-11-29f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim1-0/+2
2016-11-25f2fs: fix fdatasyncChao Yu1-1/+1
2016-11-25f2fs: don't wait writeback for datas during checkpointChao Yu1-2/+0
2016-11-25f2fs: avoid BG_GC in f2fs_balance_fsJaegeuk Kim1-1/+1
2016-11-25f2fs: use err for f2fs_preallocate_blocksJaegeuk Kim1-16/+19
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim1-4/+5
2016-11-23f2fs: call f2fs_balance_fs for setattrJaegeuk Kim1-1/+4
2016-11-23f2fs: add missing f2fs_balance_fs in f2fs_zero_rangeChao Yu1-0/+3
2016-11-23f2fs: fix overflow due to condition check orderJaegeuk Kim1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-10-06Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds1-6/+14
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-4/+4
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-14f2fs: exclude special cases for f2fs_move_file_rangeFan Li1-0/+7
2016-09-13f2fs: fix parameters of __exchange_data_blockFan Li1-2/+3
2016-09-12f2fs: check free_sections for defragmentationJaegeuk Kim1-1/+1
2016-09-12f2fs: avoid page allocation for truncating partial inline_dataJaegeuk Kim1-1/+1
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers1-8/+1
2016-09-07f2fs: add roll-forward recovery process for encrypted dentryShuoran Liu1-2/+0
2016-09-07f2fs: fix lost xattrs of directoriesJaegeuk Kim1-0/+2
2016-08-29f2fs: remove unnecessary initializationSheng Yong1-1/+1
2016-08-19f2fs: avoid potential deadlock in f2fs_move_file_rangeChao Yu1-2/+7
2016-08-19f2fs: allow copying file range only in between regular filesChao Yu1-2/+2
2016-07-20f2fs: support an ioctl to move a range of data blocksJaegeuk Kim1-0/+132
2016-07-18f2fs: avoid memory allocation failure due to a long lengthJaegeuk Kim1-18/+28
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim1-1/+5
2016-07-15f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim1-0/+5
2016-07-15f2fs: refactor __exchange_data_block for speed upJaegeuk Kim1-66/+170
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim1-4/+4
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim1-1/+2
2016-07-06f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim1-1/+1