summaryrefslogtreecommitdiffstats
path: root/fs/f2fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | f2fs: avoid infinite loop in the EIO case on recover_orphan_inodesJaegeuk Kim2016-11-231-0/+7
| * | f2fs: report error of f2fs_fill_dentriesChao Yu2016-11-233-12/+17
| * | f2fs: hide a maybe-uninitialized warningArnd Bergmann2016-11-231-1/+1
| * | f2fs: remove percpu_count due to performance regressionJaegeuk Kim2016-11-233-23/+17
| * | f2fs: make clean inodes when flushing inode pageJaegeuk Kim2016-11-232-2/+6
| * | f2fs: keep dirty inodes selectively for checkpointJaegeuk Kim2016-11-2310-44/+49
| * | f2fs: use BIO_MAX_PAGES for bio allocationJaegeuk Kim2016-11-235-22/+8
| * | f2fs: declare static function for __build_free_nidsJaegeuk Kim2016-11-231-1/+1
| * | f2fs: call f2fs_balance_fs for setattrJaegeuk Kim2016-11-231-1/+4
| * | f2fs: count dirty inodes to flush node pages during checkpointJaegeuk Kim2016-11-231-4/+5
| * | f2fs: avoid casted negative value as shrink countChao Yu2016-11-231-4/+6
| * | f2fs: don't interrupt free nids building during nid allocationChao Yu2016-11-234-15/+13
| * | f2fs: clean up free nid list operationsJaegeuk Kim2016-11-231-30/+26
| * | f2fs: split free nid listChao Yu2016-11-235-68/+108
| * | f2fs: clear nlink if fail to add_linkChao Yu2016-11-231-0/+14
| * | f2fs: fix sparse warningsEric Biggers2016-11-235-6/+7
| * | f2fs: fix error handling in fsync_node_pagesChao Yu2016-11-231-2/+3
| * | f2fs: fix to update largest extent under lockChao Yu2016-11-231-4/+7
| * | f2fs: be aware of extent beyond EOF in fiemapChao Yu2016-11-231-14/+4
| * | f2fs: don't miss any f2fs_balance_fs casesChao Yu2016-11-231-8/+3
| * | f2fs: add missing f2fs_balance_fs in f2fs_zero_rangeChao Yu2016-11-231-0/+3
| * | f2fs: give a chance to detach from dirty listChao Yu2016-11-236-6/+16
| * | f2fs: fix to release discard entries during checkpointChao Yu2016-11-232-4/+6
| * | f2fs: exclude free nids building and allocationChao Yu2016-11-231-3/+8
| * | f2fs: fix overflow due to condition check orderJaegeuk Kim2016-11-231-1/+1
| |/
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-138-23/+21
|\ \ | |/ |/|
| * writeback: add wbc_to_write_flags()Jens Axboe2016-11-022-2/+2
| * block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-017-22/+20
| * block: better op and flags encodingChristoph Hellwig2016-10-281-1/+1
* | Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-181-5/+5
|\ \ | |/ |/|
| * f2fs: fix wrong sum_page pointer in f2fs_gcJaegeuk Kim2016-10-121-5/+5
* | fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-111-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-105-17/+17
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+1
| |\ \
| | * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| * | | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
| * | | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-274-15/+15
| |/ /
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-102-15/+0
|\ \ \
| * | | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-072-15/+0
| |/ /
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-103-10/+5
|\ \ \
| * \ \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-082-5/+3
| |\ \ \
| | * | | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| | * | | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-4/+2
| * | | | f2fs: use filemap_check_errors()Miklos Szeredi2016-09-161-5/+2
| | |/ / | |/| |
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2016-10-072-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | fscrypto: make filename crypto functions return 0 on successEric Biggers2016-09-152-6/+6
* | | | Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-10-0619-510/+904
|\ \ \ \ | |_|/ / |/| | |
| * | | f2fs: introduce update_ckpt_flags to clean upJaegeuk Kim2016-09-301-23/+33
| * | | f2fs: don't submit irrelevant pageChao Yu2016-09-301-1/+7
| * | | f2fs: fix to commit bio cache after flushing node pagesChao Yu2016-09-301-2/+16