summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: Trace reset zone eventsDamien Le Moal2016-11-231-0/+1
* f2fs: Reset sequential zones on zoned block devicesDamien Le Moal2016-11-231-8/+55
* f2fs: Cache zoned block devices zone typeDamien Le Moal2016-11-232-0/+90
* f2fs: Do not allow adaptive mode for host-managed zoned block devicesDamien Le Moal2016-11-231-0/+7
* f2fs: Always enable discard for zoned blocks devicesDamien Le Moal2016-11-232-7/+12
* f2fs: Suppress discard warning message for zoned block devicesDamien Le Moal2016-11-231-1/+1
* f2fs: Check zoned block feature for host-managed zoned block devicesDamien Le Moal2016-11-231-0/+20
* f2fs: Use generic zoned block device terminologyDamien Le Moal2016-11-233-5/+5
* f2fs: Add missing break in switch-caseDamien Le Moal2016-11-231-0/+1
* 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 tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-11-194-36/+51
|\
| * ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-192-1/+17
| * fscrypto: don't use on-stack buffer for key derivationEric Biggers2016-11-191-3/+13
| * fscrypto: don't use on-stack buffer for filename encryptionEric Biggers2016-11-191-32/+21
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-11-171-8/+14
|\ \
| * | xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher2016-11-171-8/+14
* | | Merge tag 'for-linus-4.9-rc5-ofs-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-11-171-0/+2
|\ \ \ | |/ / |/| |
| * | orangefs: add .owner to debugfs file_operationsMike Marshall2016-11-161-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-11-164-1/+14
|\ \ \
| * | | fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2016-11-151-0/+6
| * | | fuse: fix root dentry initializationMiklos Szeredi2016-10-183-1/+8
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-11-112-1/+4
|\ \ \ \
| * | | | coredump: fix unfreezable coredumping taskAndrey Ryabinin2016-11-111-0/+3
| * | | | ocfs2: fix not enough credit panicJunxiao Bi2016-11-111-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-11-113-105/+109
|\ \ \ \ \
| * | | | | splice: remove detritus from generic_file_splice_read()Al Viro2016-11-101-5/+0