summaryrefslogtreecommitdiff
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
2017-02-09Merge branch 'akpm-current/current'Stephen Rothwell
2017-02-08mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-06f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim
2017-01-30f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim
2017-01-29f2fs: introduce FI_ATOMIC_COMMITChao Yu
2017-01-29f2fs: drop exist_data for inline_data when truncated to 0Jaegeuk Kim
2017-01-29f2fs: show the max number of atomic operationsJaegeuk Kim
2016-12-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2016-12-12f2fs: fix a missing size change in f2fs_setattrYunlei He
2016-12-11fscrypto: move ioctl processing more fully into common codeEric Biggers
2016-12-05Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim
2016-11-29f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim
2016-11-25f2fs: fix fdatasyncChao Yu
2016-11-25f2fs: don't wait writeback for datas during checkpointChao Yu
2016-11-25f2fs: avoid BG_GC in f2fs_balance_fsJaegeuk Kim
2016-11-25f2fs: use err for f2fs_preallocate_blocksJaegeuk Kim
2016-11-23f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim
2016-11-23f2fs: call f2fs_balance_fs for setattrJaegeuk Kim
2016-11-23f2fs: add missing f2fs_balance_fs in f2fs_zero_rangeChao Yu
2016-11-23f2fs: fix overflow due to condition check orderJaegeuk Kim
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-06Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-14f2fs: exclude special cases for f2fs_move_file_rangeFan Li
2016-09-13f2fs: fix parameters of __exchange_data_blockFan Li
2016-09-12f2fs: check free_sections for defragmentationJaegeuk Kim
2016-09-12f2fs: avoid page allocation for truncating partial inline_dataJaegeuk Kim
2016-09-10fscrypto: require write access to mount to set encryption policyEric Biggers
2016-09-07f2fs: add roll-forward recovery process for encrypted dentryShuoran Liu
2016-09-07f2fs: fix lost xattrs of directoriesJaegeuk Kim
2016-08-29f2fs: remove unnecessary initializationSheng Yong
2016-08-19f2fs: avoid potential deadlock in f2fs_move_file_rangeChao Yu
2016-08-19f2fs: allow copying file range only in between regular filesChao Yu
2016-07-20f2fs: support an ioctl to move a range of data blocksJaegeuk Kim
2016-07-18f2fs: avoid memory allocation failure due to a long lengthJaegeuk Kim
2016-07-15f2fs: use blk_plug in all the possible pathsJaegeuk Kim
2016-07-15f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim
2016-07-15f2fs: refactor __exchange_data_block for speed upJaegeuk Kim
2016-07-08f2fs: avoid mark_inode_dirtyJaegeuk Kim
2016-07-08f2fs: call SetPageUptodate if neededJaegeuk Kim
2016-07-06f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim
2016-06-13f2fs: introduce mode=lfs mount optionJaegeuk Kim
2016-06-07f2fs: remove obsolete parameter in f2fs_truncateJaegeuk Kim
2016-06-02f2fs: avoid unnecessary updating inode during fsyncJaegeuk Kim
2016-06-02f2fs: remove syncing inode page in all the casesJaegeuk Kim