aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-9/+34
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-5/+5
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 8-141/+112
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 7-30/+30
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 20-227/+262
2017-11-14Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Gravatar Linus Torvalds 8-181/+158
2017-11-14Merge tag 'dlm-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Gravatar Linus Torvalds 7-124/+186
2017-11-14Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-209/+469
2017-11-14Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggyGravatar Linus Torvalds 2-1/+2
2017-11-14Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 48-1547/+3315
2017-11-14Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 87-4011/+10972
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 19-500/+266
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 20-131/+187
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 5-108/+17
2017-11-14Merge udf, isofs, quota, ext2 changes for 4.15-rc1.Gravatar Jan Kara 20-227/+262
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-12/+7
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 22-54/+45
2017-11-13Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-11-13quota: be aware of error from dquot_initializeGravatar Chao Yu 1-1/+1
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Gravatar Arnd Bergmann 1-4/+1
2017-11-10fs: guard_bio_eod() needs to consider partitionsGravatar Greg Edwards 1-1/+9
2017-11-10block, scsi: Make SCSI quiesce and resume work reliablyGravatar Bart Van Assche 1-2/+2
2017-11-09xfs: on failed mount, force-reclaim inodes after unmounting quota controlsGravatar Darrick J. Wong 1-2/+13
2017-11-09xfs: check the uniqueness of the AGFL entriesGravatar Darrick J. Wong 1-2/+61
2017-11-09xfs: remove u_int* type usageGravatar Darrick J. Wong 4-7/+7
2017-11-09xfs: handle zero entries case in xfs_iext_rebalance_leafGravatar Christoph Hellwig 1-7/+17
2017-11-09xfs: add comments documenting the rebalance algorithmGravatar Christoph Hellwig 1-0/+24
2017-11-09xfs: trivial indentation fixup for xfs_iext_remove_nodeGravatar Christoph Hellwig 1-2/+1
2017-11-09xfs: remove a superflous assignment in xfs_iext_remove_nodeGravatar Christoph Hellwig 1-1/+0
2017-11-09xfs: add some comments to xfs_iext_insert/xfs_iext_insert_nodeGravatar Christoph Hellwig 1-0/+8
2017-11-09xfs: fix number of records handling in xfs_iext_split_leafGravatar Christoph Hellwig 1-4/+1
2017-11-09fs/xfs: Remove NULL check before kmem_cache_destroyGravatar Tim Hansen 1-2/+1
2017-11-09xfs: only check da node header padding on v5 filesystemsGravatar Darrick J. Wong 1-1/+2
2017-11-09xfs: fix btree scrub deref checkGravatar Darrick J. Wong 1-1/+1
2017-11-09xfs: fix uninitialized return values in scrub codeGravatar Darrick J. Wong 2-3/+3
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Gravatar Darrick J. Wong 4-9/+12
2017-11-09xfs: refactor the directory data block bestfree checksGravatar Darrick J. Wong 1-15/+5
2017-11-08ext4: improve smp scalability for inode generationGravatar Theodore Ts'o 4-12/+4
2017-11-08ima: call ima_file_free() prior to calling fasyncGravatar Mimi Zohar 1-1/+1
2017-11-08vfs: fix mounting a filesystem with i_versionGravatar Mimi Zohar 1-1/+2
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 536-260/+982
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 503-81/+653
2017-11-06xfs: mark xlog_verify_dest_ptr STATICGravatar Christoph Hellwig 1-1/+1
2017-11-06xfs: mark xlog_recover_check_summary STATICGravatar Christoph Hellwig 1-1/+1
2017-11-06xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr staticGravatar Christoph Hellwig 1-2/+2
2017-11-06xfs: remove unreachable error injection code in xfs_qm_dqgetGravatar Christoph Hellwig 1-17/+0
2017-11-06xfs: remove unused debug counts for xfs_lock_inodesGravatar Christoph Hellwig 1-21/+0