summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: add ioctl to do gc with target block addressJaegeuk Kim2017-07-041-0/+47
* f2fs: don't need to check encrypted inode for partial truncationJaegeuk Kim2017-07-041-2/+4
* f2fs: measure inode.i_blocks as generic filesystemChao Yu2017-07-041-1/+0Star
* f2fs: require key for truncate(2) of encrypted fileEric Biggers2017-07-041-3/+7
* f2fs: dax: fix races between page faults and truncating pagesQiuyang Sun2017-07-041-9/+39
* f2fs: don't bother checking for encryption key in ->write_iter()Eric Biggers2017-05-241-5/+0Star
* f2fs: don't bother checking for encryption key in ->mmap()Eric Biggers2017-05-241-8/+0Star
* f2fs: support statxChao Yu2017-05-241-1/+22
* f2fs: load inode's flag from diskJaegeuk Kim2017-05-241-0/+1
* f2fs: relocate inode_{,un}lock in F2FS_IOC_SETFLAGSChao Yu2017-05-031-3/+4
* f2fs: reconstruct code to write a data pageHou Pengyang2017-05-031-2/+2
* f2fs: add ioctl to flush data from faster device to cold areaJaegeuk Kim2017-04-241-2/+67
* f2fs: introduce async IPU policyHou Pengyang2017-04-191-1/+1
* f2fs: allocate hot_data for atomic writesJaegeuk Kim2017-04-121-0/+1
* f2fs: clean up some macros in terms of GET_SEGNOJaegeuk Kim2017-04-111-2/+1Star
* f2fs: show the max number of volatile operationsChao Yu2017-03-241-0/+5
* f2fs: avoid stat_inc_atomic_write for non-atomic fileKinglong Mee2017-03-221-3/+7
* f2fs: cleanup the disk level filename updatingKinglong Mee2017-03-221-8/+0Star
* f2fs: clear FI_DATA_EXIST flag in truncate_inline_inodeKinglong Mee2017-03-221-3/+1Star
* f2fs: move mnt_want_write_file after arguments checkingKinglong Mee2017-03-221-26/+18Star
* f2fs: check new size by inode_newsize_ok in f2fs_insert_rangeKinglong Mee2017-03-221-2/+3
* f2fs: avoid copy date to user-space if move file range failKinglong Mee2017-03-221-0/+2
* f2fs: drop duplicate new_size assign in f2fs_zero_rangeKinglong Mee2017-03-221-2/+0Star
* f2fs: add fault injection on f2fs_truncateJaegeuk Kim2017-03-221-0/+6
* f2fs: check range before defragmentSheng Yong2017-03-221-0/+6
* f2fs: don't allow volatile writes for non-regular fileChao Yu2017-03-221-0/+3
* f2fs: don't allow atomic writes for not regular filesJaegeuk Kim2017-03-221-0/+3
* f2fs: don't allow to get pino when filename is encryptedJaegeuk Kim2017-03-211-0/+3
* f2fs: fix an error return value in truncate_partial_data_pageYunlei He2017-03-211-1/+1
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-3/+3
* Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-03-021-13/+23
|\
| * f2fs: remove redundant set_page_dirty()Yunlei He2017-02-271-2/+1Star
| * f2fs: init local extent_info to avoid stale stack info in tpHou Pengyang2017-02-271-1/+1
| * f2fs: change recovery policy of xattr node blockChao Yu2017-02-231-3/+0Star
| * f2fs: avoid out-of-order execution of atomic writesJaegeuk Kim2017-02-231-1/+2
| * f2fs: do not preallocate blocks which has wrong bufferJaegeuk Kim2017-02-231-1/+7
| * f2fs: introduce FI_ATOMIC_COMMITChao Yu2017-02-231-5/+6
| * f2fs: drop exist_data for inline_data when truncated to 0Jaegeuk Kim2017-01-291-0/+2
| * f2fs: show the max number of atomic operationsJaegeuk Kim2017-01-291-2/+6
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-4/+3Star
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-141-17/+2Star
|\
| * fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-111-17/+2Star
* | f2fs: fix a missing size change in f2fs_setattrYunlei He2016-12-121-2/+5
* | Revert "f2fs: use percpu_counter for # of dirty pages in inode"Jaegeuk Kim2016-12-051-1/+1
* | f2fs: do not activate auto_recovery for fallocated i_sizeJaegeuk Kim2016-11-301-0/+2
* | f2fs: fix fdatasyncChao Yu2016-11-251-1/+1
* | f2fs: don't wait writeback for datas during checkpointChao Yu2016-11-251-2/+0Star
* | f2fs: avoid BG_GC in f2fs_balance_fsJaegeuk Kim2016-11-251-1/+1
* | f2fs: use err for f2fs_preallocate_blocksJaegeuk Kim2016-11-251-16/+19
* | f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim2016-11-231-4/+5