summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-263-16/+25
|\
| * statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATHDavid Howells2017-04-261-7/+6
| * Merge tag 'upstream-4.11-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-04-232-9/+19
| |\
| | * ubifs: Fix O_TMPFILE corner case in ubifs_link()Richard Weinberger2017-04-181-0/+7
| | * ubifs: Fix RENAME_WHITEOUT supportFelix Fietkau2017-03-301-3/+0
| | * ubifs: Fix debug messages for an invalid filename in ubifs_dump_inodeHyunchul Lee2017-03-301-2/+4
| | * ubifs: Fix debug messages for an invalid filename in ubifs_dump_nodeHyunchul Lee2017-03-301-1/+3
| | * ubifs: Remove filename from debug messages in ubifs_readdirHyunchul Lee2017-03-301-2/+2
| | * ubifs: Fix memory leak in error path in ubifs_mknodRichard Weinberger2017-03-301-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-213-1/+12
|\ \ \ | |/ /
| * | Merge tag 'nfsd-4.11-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-04-211-1/+1
| |\ \
| | * | nfsd: fix oops on unsupported operationOlga Kornievskaia2017-04-131-1/+1
| * | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-04-191-0/+10
| |\ \ \
| | * | | cifs: Do not send echoes before Negotiate is completeSachin Prabhu2017-04-171-0/+10
| * | | | nsfs: mark dentry with DCACHE_RCUACCESSCong Wang2017-04-191-0/+1
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-204-9/+27
|\ \ \ \ | |/ / /
| * | | orangefs: free superblock when mount failsMartin Brandenburg2017-04-153-9/+24
| * | | vfs: don't do RCU lookup of empty pathnamesLinus Torvalds2017-04-151-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-1537-237/+523
|\ \ \ \ | |/ / /
| * | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-04-143-13/+14
| |\ \ \
| | * | | Btrfs: fix potential use-after-free for cloned bioLiu Bo2017-04-111-1/+1
| | * | | Btrfs: fix segmentation fault when doing dio readLiu Bo2017-04-111-2/+6
| | * | | Btrfs: fix invalid dereference in btrfs_retry_endioLiu Bo2017-04-111-10/+4
| | * | | btrfs: drop the nossd flag when remounting with -o ssdAdam Borowski2017-04-111-0/+3
| * | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-04-147-22/+29
| |\ \ \ \
| | * | | | CIFS: Fix SMB3 mount without specifying a security mechanismPavel Shilovsky2017-04-131-1/+3
| | * | | | CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi2017-04-101-3/+3
| | * | | | CIFS: remove bad_network_name flagGermano Percossi2017-04-102-6/+0
| | * | | | CIFS: reconnect thread reschedule itselfGermano Percossi2017-04-101-1/+9
| | * | | | CIFS: handle guest access errors to Windows sharesMark Syms2017-04-101-0/+3
| | * | | | CIFS: Fix null pointer deref during read resp processingPavel Shilovsky2017-04-103-11/+11
| * | | | | hugetlbfs: fix offset overflow in hugetlbfs mmapMike Kravetz2017-04-131-3/+12
| * | | | | thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov2017-04-131-1/+8
| |/ / / /
| * | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-04-0913-90/+268
| |\ \ \ \
| | * | | | Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-04-071-0/+4
| | * | | | CIFS: Fix build failure with smb2Tobias Regnery2017-04-071-0/+1
| | * | | | Introduce cifs_copy_file_range()Sachin Prabhu2017-04-075-68/+110
| | * | | | SMB3: Rename clone_range to copychunk_rangeSachin Prabhu2017-04-073-15/+16
| | * | | | Handle mismatched open callsSachin Prabhu2017-04-079-13/+143
| * | | | | Merge tag 'driver-core-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-04-091-2/+4
| |\ \ \ \ \
| | * | | | | sysfs: be careful of error returns from ops->show()NeilBrown2017-04-081-2/+4
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-04-097-50/+99
| |\ \ \ \ \
| | * | | | | statx: Include a mask for stx_attributes in struct statxDavid Howells2017-04-032-0/+7
| | * | | | | statx: Reserve the top bit of the mask for future struct expansionDavid Howells2017-04-031-0/+2
| | * | | | | xfs: report crtime and attribute flags to statxDarrick J. Wong2017-04-031-0/+14
| | * | | | | ext4: Add statx supportDavid Howells2017-04-035-4/+39
| | * | | | | statx: optimize copy of struct statx to userspaceEric Biggers2017-04-031-42/+32
| | * | | | | statx: remove incorrect part of vfs_statx() commentEric Biggers2017-04-031-3/+0
| | * | | | | statx: reject unknown flags when using NULL pathEric Biggers2017-04-031-1/+5
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-04-082-14/+23
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud