summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
AgeCommit message (Expand)Author
2017-07-27f2fs: load inode's flag from diskJaegeuk Kim
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-05-03f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu
2017-05-02f2fs: reconstruct code to write a data pageHou Pengyang
2017-04-24f2fs: add ioctl to flush data from faster device to cold areaJaegeuk Kim
2017-04-19f2fs: introduce async IPU policyHou Pengyang
2017-04-12f2fs: allocate hot_data for atomic writesJaegeuk Kim
2017-04-10f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim
2017-03-24f2fs: show the max number of volatile operationsChao Yu
2017-03-21f2fs: avoid stat_inc_atomic_write for non-atomic fileKinglong Mee
2017-03-21f2fs: cleanup the disk level filename updatingKinglong Mee
2017-03-21f2fs: clear FI_DATA_EXIST flag in truncate_inline_inodeKinglong Mee
2017-03-21f2fs: move mnt_want_write_file after arguments checkingKinglong Mee
2017-03-21f2fs: check new size by inode_newsize_ok in f2fs_insert_rangeKinglong Mee
2017-03-21f2fs: avoid copy date to user-space if move file range failKinglong Mee
2017-03-21f2fs: drop duplicate new_size assign in f2fs_zero_rangeKinglong Mee
2017-03-21f2fs: add fault injection on f2fs_truncateJaegeuk Kim
2017-03-21f2fs: check range before defragmentSheng Yong
2017-03-21f2fs: don't allow volatile writes for non-regular fileChao Yu
2017-03-21f2fs: don't allow atomic writes for not regular filesJaegeuk Kim
2017-03-21f2fs: don't allow to get pino when filename is encryptedJaegeuk Kim
2017-03-21f2fs: fix an error return value in truncate_partial_data_pageYunlei He
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-02-27f2fs: remove redundant set_page_dirty()Yunlei He
2017-02-27f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-23f2fs: change recovery policy of xattr node blockChao Yu
2017-02-23f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim
2017-02-22f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim
2017-02-22f2fs: 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