summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-091-2/+2
|\
| * mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-091-2/+2
* | 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
* | f2fs: call f2fs_balance_fs for setattrJaegeuk Kim2016-11-231-1/+4
* | f2fs: add missing f2fs_balance_fs in f2fs_zero_rangeChao Yu2016-11-231-0/+3
* | f2fs: fix overflow due to condition check orderJaegeuk Kim2016-11-231-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-4/+4
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-4/+4
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-111-3/+0Star
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-3/+0Star
| |/