summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2017-04-28Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+7
2017-04-27Merge tag 'nfsd-4.11-3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-8/+51
2017-04-27Merge tag 'ceph-for-4.11-rc9' of git://github.com/ceph/ceph-clientLinus Torvalds-12/+10
2017-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-12/+19
2017-04-27statx: correct error handling of NULL pathnameMichael Kerrisk (man-pages)-2/+0
2017-04-26statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATHDavid Howells-7/+6
2017-04-25nfsd: stricter decoding of write-like NFSv2/v3 opsJ. Bruce Fields-0/+6
2017-04-25nfsd4: minor NFSv2/v3 write decoding cleanupJ. Bruce Fields-8/+9
2017-04-25nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields-0/+36
2017-04-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng-12/+10
2017-04-23Merge tag 'upstream-4.11-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds-9/+19
2017-04-21Merge tag 'nfsd-4.11-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-1/+1
2017-04-19Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-0/+10
2017-04-19nsfs: mark dentry with DCACHE_RCUACCESSCong Wang-0/+1
2017-04-19btrfs: qgroup: move noisy underflow warning to debugging buildDavid Sterba-4/+7
2017-04-18ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger-0/+7
2017-04-17cifs: Do not send echoes before Negotiate is completeSachin Prabhu-0/+10
2017-04-17fix nfs O_DIRECT advancing iov_iter too muchAl Viro-9/+18
2017-04-17orangefs_bufmap_copy_from_iovec(): fix EFAULT handlingAl Viro-3/+1
2017-04-15orangefs: free superblock when mount failsMartin Brandenburg-9/+24
2017-04-15vfs: don't do RCU lookup of empty pathnamesLinus Torvalds-0/+3
2017-04-14Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-13/+14
2017-04-14Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-22/+29
2017-04-13hugetlbfs: fix offset overflow in hugetlbfs mmapMike Kravetz-3/+12
2017-04-13thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov-1/+8
2017-04-13nfsd: fix oops on unsupported operationOlga Kornievskaia-1/+1
2017-04-13CIFS: Fix SMB3 mount without specifying a security mechanismPavel Shilovsky-1/+3
2017-04-11Btrfs: fix potential use-after-free for cloned bioLiu Bo-1/+1
2017-04-11Btrfs: fix segmentation fault when doing dio readLiu Bo-2/+6
2017-04-11Btrfs: fix invalid dereference in btrfs_retry_endioLiu Bo-10/+4
2017-04-11btrfs: drop the nossd flag when remounting with -o ssdAdam Borowski-0/+3
2017-04-10CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi-3/+3
2017-04-10CIFS: remove bad_network_name flagGermano Percossi-6/+0
2017-04-10CIFS: reconnect thread reschedule itselfGermano Percossi-1/+9
2017-04-10CIFS: handle guest access errors to Windows sharesMark Syms-0/+3
2017-04-10CIFS: Fix null pointer deref during read resp processingPavel Shilovsky-11/+11
2017-04-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-90/+268
2017-04-09Merge tag 'driver-core-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+4
2017-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-50/+99
2017-04-08sysfs: be careful of error returns from ops->show()NeilBrown-2/+4
2017-04-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-14/+23
2017-04-08dax: fix radix tree insertion raceRoss Zwisler-13/+22
2017-04-08userfaultfd: report actual registered features in fdinfoMike Rapoport-1/+1
2017-04-07orangefs: move features validation to fix filesystem hangMartin Brandenburg-2/+7
2017-04-07sysctl: add sanity check for proc_douintvecLiping Zhang-0/+1
2017-04-07Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski-0/+4
2017-04-07CIFS: Fix build failure with smb2Tobias Regnery-0/+1
2017-04-07Introduce cifs_copy_file_range()Sachin Prabhu-68/+110
2017-04-07SMB3: Rename clone_range to copychunk_rangeSachin Prabhu-15/+16
2017-04-07Handle mismatched open callsSachin Prabhu-13/+143