summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/file.c
Commit message (Expand)AuthorAgeFilesLines
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+3
* Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2017-03-011-13/+23
|\
| * f2fs: remove redundant set_page_dirty()Yunlei He2017-02-271-2/+1
| * 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/+0
| * 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-221-1/+7
| * f2fs: introduce FI_ATOMIC_COMMITChao Yu2017-02-221-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-241-4/+3
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-12-141-17/+2
|\
| * fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-111-17/+2
* | 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-291-0/+2
* | f2fs: fix fdatasyncChao Yu2016-11-251-1/+1
* | f2fs: don't wait writeback for datas during checkpointChao Yu2016-11-251-2/+0
* | 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-101-4/+4
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-4/+4
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-3/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\ \
| * \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\ \ | | |/ | |/|
| | * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
* | | Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-10-061-6/+14
|\ \ \ | |/ / |/| |
| * | f2fs: exclude special cases for f2fs_move_file_rangeFan Li2016-09-141-0/+7
| * | f2fs: fix parameters of __exchange_data_blockFan Li2016-09-131-2/+3
| * | f2fs: check free_sections for defragmentationJaegeuk Kim2016-09-121-1/+1
| * | f2fs: avoid page allocation for truncating partial inline_dataJaegeuk Kim2016-09-121-1/+1
| * | f2fs: add roll-forward recovery process for encrypted dentryShuoran Liu2016-09-071-2/+0
| * | f2fs: fix lost xattrs of directoriesJaegeuk Kim2016-09-071-0/+2
| * | f2fs: remove unnecessary initializationSheng Yong2016-08-291-1/+1
* | | fscrypto: require write access to mount to set encryption policyEric Biggers2016-09-101-8/+1
|/ /
* | f2fs: avoid potential deadlock in f2fs_move_file_rangeChao Yu2016-08-191-2/+7
* | f2fs: allow copying file range only in between regular filesChao Yu2016-08-191-2/+2
|/
* f2fs: support an ioctl to move a range of data blocksJaegeuk Kim2016-07-201-0/+132
* f2fs: avoid memory allocation failure due to a long lengthJaegeuk Kim2016-07-181-18/+28
* f2fs: use blk_plug in all the possible pathsJaegeuk Kim2016-07-151-1/+5
* f2fs: disable extent_cache for fcollapse/finsert inodesJaegeuk Kim2016-07-151-0/+5
* f2fs: refactor __exchange_data_block for speed upJaegeuk Kim2016-07-151-66/+170
* f2fs: avoid mark_inode_dirtyJaegeuk Kim2016-07-081-4/+4
* f2fs: call SetPageUptodate if neededJaegeuk Kim2016-07-081-1/+2
* f2fs: avoid latency-critical readahead of node pagesJaegeuk Kim2016-07-061-1/+1
OpenPOWER on IntegriCloud