summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-04-30fs: compat: Remove warning from COMPATIBLE_IOCTLMark Charlebois1-1/+1
2017-04-30remove pointless extern of atime_need_update_rcu()Al Viro1-2/+0
2017-04-27fs: completely ignore unknown open flagsChristoph Hellwig1-0/+6
2017-04-27fs: add a VALID_OPEN_FLAGSChristoph Hellwig1-10/+4
2017-04-27fs: remove _submit_bh()Eric Biggers1-14/+5
2017-04-27fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers6-6/+6
2017-04-27fs/affs: bugfix: Write files greater than page size on OFSFabian Frederick1-1/+1
2017-04-27fs/affs: bugfix: enable writes on OFS disksFabian Frederick1-4/+4
2017-04-27fs/affs: remove node generation checkFabian Frederick1-5/+0
2017-04-27fs/affs: import amigaffs.hFabian Frederick2-1/+145
2017-04-27fs/affs: bugfix: make symbolic links work againFabian Frederick2-0/+2
2017-04-15orangefs: free superblock when mount failsMartin Brandenburg3-9/+24
2017-04-15vfs: don't do RCU lookup of empty pathnamesLinus Torvalds1-0/+3
2017-04-15Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-13/+14
2017-04-15Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-22/+29
2017-04-14hugetlbfs: fix offset overflow in hugetlbfs mmapMike Kravetz1-3/+12
2017-04-14thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov1-1/+8
2017-04-13CIFS: Fix SMB3 mount without specifying a security mechanismPavel Shilovsky1-1/+3
2017-04-11Btrfs: fix potential use-after-free for cloned bioLiu Bo1-1/+1
2017-04-11Btrfs: fix segmentation fault when doing dio readLiu Bo1-2/+6
2017-04-11Btrfs: fix invalid dereference in btrfs_retry_endioLiu Bo1-10/+4
2017-04-11btrfs: drop the nossd flag when remounting with -o ssdAdam Borowski1-0/+3
2017-04-11CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi1-3/+3
2017-04-11CIFS: remove bad_network_name flagGermano Percossi2-6/+0
2017-04-11CIFS: reconnect thread reschedule itselfGermano Percossi1-1/+9
2017-04-11CIFS: handle guest access errors to Windows sharesMark Syms1-0/+3
2017-04-11CIFS: Fix null pointer deref during read resp processingPavel Shilovsky3-11/+11
2017-04-09Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-90/+268
2017-04-09Merge tag 'driver-core-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+4
2017-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-50/+99
2017-04-08sysfs: be careful of error returns from ops->show()NeilBrown1-2/+4
2017-04-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-14/+23
2017-04-08dax: fix radix tree insertion raceRoss Zwisler1-13/+22
2017-04-08userfaultfd: report actual registered features in fdinfoMike Rapoport1-1/+1
2017-04-07orangefs: move features validation to fix filesystem hangMartin Brandenburg1-2/+7
2017-04-07sysctl: add sanity check for proc_douintvecLiping Zhang1-0/+1
2017-04-07Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski1-0/+4
2017-04-07CIFS: Fix build failure with smb2Tobias Regnery1-0/+1
2017-04-07Introduce cifs_copy_file_range()Sachin Prabhu5-68/+110
2017-04-07SMB3: Rename clone_range to copychunk_rangeSachin Prabhu3-15/+16
2017-04-07Handle mismatched open callsSachin Prabhu9-13/+143
2017-04-07Merge tag 'xfs-4.11-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds7-58/+76
2017-04-03xfs: fix kernel memory exposure problemsDarrick J. Wong1-1/+1
2017-04-03xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens1-1/+9
2017-04-03xfs: rework the inline directory verifiersDarrick J. Wong5-56/+66
2017-04-03statx: Include a mask for stx_attributes in struct statxDavid Howells2-0/+7
2017-04-03statx: Reserve the top bit of the mask for future struct expansionDavid Howells1-0/+2
2017-04-03xfs: report crtime and attribute flags to statxDarrick J. Wong1-0/+14
2017-04-03ext4: Add statx supportDavid Howells5-4/+39
2017-04-03statx: optimize copy of struct statx to userspaceEric Biggers1-42/+32