aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds20-136/+455
2017-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds20-376/+278
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-16/+16
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-82/+66
2017-02-20ext4: rename EXT4_IOC_GOINGDOWN to EXT4_IOC_SHUTDOWNTheodore Ts'o2-5/+5
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+16
2017-02-17xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig2-18/+2
2017-02-17xfs: simplify xfs_rtallocate_extentChristoph Hellwig3-27/+13
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe11-16/+76
2017-02-17gfs2: Use rhashtable walk interface in glock_hash_walkHerbert Xu1-11/+17
2017-02-16xfs: tune down agno asserts in the bmap codeChristoph Hellwig1-16/+6
2017-02-16xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra1-2/+1
2017-02-16xfs: don't reserve blocks for right shift transactionsBrian Foster1-10/+10
2017-02-16xfs: fix len comparison in xfs_extent_busy_trimArnd Bergmann1-1/+1
2017-02-16xfs: fix uninitialized variable in _reflink_convert_cowDarrick J. Wong1-1/+1
2017-02-16xfs: split indlen reservations fairly when under reservedBrian Foster1-18/+43
2017-02-16xfs: handle indlen shortage on delalloc extent mergeBrian Foster1-3/+6
2017-02-16xfs: resurrect debug mode drop buffered writes mechanismBrian Foster3-14/+19
2017-02-16xfs: clear delalloc and cache on buffered write failureBrian Foster1-1/+12
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-17/+34
2017-02-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi1-0/+1
2017-02-16fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi1-0/+1
2017-02-15fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala1-0/+4
2017-02-15ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
2017-02-14ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o1-0/+4
2017-02-14vfs: Use upper filesystem inode in bprm_fill_uid()Vivek Goyal1-1/+1
2017-02-13Merge tag 'rxrpc-rewrite-20170210' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller4-113/+23
2017-02-13pstore: Check for prz allocation in walkerKees Cook1-2/+3
2017-02-13pstore: Correctly initialize spinlock and flagsKees Cook1-5/+7
2017-02-13proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov3-19/+50
2017-02-11Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-17/+28
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-38/+61
2017-02-10Btrfs: fix btrfs_decompress_buf2page()Omar Sandoval1-15/+24
2017-02-10Merge tag 'nfsd-4.10-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-37/+60
2017-02-10afs: Use core kernel UUID generationArnd Bergmann3-74/+6
2017-02-10afs: Move UUID struct to linux/uuid.hDavid Howells3-51/+29
2017-02-10kernfs: handle null pointers while printing node name and pathKonstantin Khlebnikov1-0/+10
2017-02-10timerfd: Protect the might cancel mechanism properThomas Gleixner1-3/+14
2017-02-10ext4: do not use stripe_width if it is not setJan Kara1-2/+2
2017-02-10ext4: fix stripe-unaligned allocationsJan Kara1-2/+4
2017-02-09nfsd: Revert "nfsd: special case truncates some more"J. Bruce Fields1-37/+60
2017-02-09pstore: don't OOPS when there are no ftrace zonesBrian Norris1-1/+1
2017-02-09xfs: don't block the log commit handler for discardsChristoph Hellwig7-38/+88
2017-02-09xfs: improve busy extent sortingChristoph Hellwig1-4/+12
2017-02-09xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig5-73/+166
2017-02-09xfs: don't fail xfs_extent_busy allocationChristoph Hellwig1-12/+1
2017-02-09xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell1-9/+15
2017-02-09xfs: update ctime and mtime on clone destinatation inodesChristoph Hellwig1-3/+9
2017-02-09fanotify: simplify the code of fanotify_mergeKinglong Mee1-8/+3
2017-02-08dax: assert that i_rwsem is held exclusive for writesChristoph Hellwig1-1/+5