aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-04-20vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversionGravatar David Howells 1-1/+1
2018-04-20afs: Fix server record deletionGravatar David Howells 1-1/+8
2018-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-7/+12
2018-04-20Merge tag 'ecryptfs-4.17-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-21/+46
2018-04-20Merge tag 'for_v4.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 7-39/+54
2018-04-19Don't leak MNT_INTERNAL away from internal mountsGravatar Al Viro 1-1/+2
2018-04-18udf: Fix leak of UTF-16 surrogates into encoded stringsGravatar Jan Kara 1-0/+6
2018-04-16eCryptfs: don't pass up plaintext names when using filename encryptionGravatar Tyler Hicks 2-18/+44
2018-04-16fs: ext2: Adding new return type vm_fault_tGravatar Souptick Joarder 1-2/+2
2018-04-16isofs: fix potential memory leak in mount option parsingGravatar Chengguang Xu 1-0/+3
2018-04-16ceph: always update atime/mtime/ctime for new inodeGravatar Yan, Zheng 1-3/+7
2018-04-16mm,vmscan: Allow preallocating memory for register_shrinker().Gravatar Tetsuo Handa 1-5/+4
2018-04-15orangefs_kill_sb(): deal with allocation failuresGravatar Al Viro 1-0/+5
2018-04-15jffs2_kill_sb(): deal with failed allocationsGravatar Al Viro 1-1/+1
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 94-1234/+277
2018-04-15Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 13-71/+240
2018-04-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+22
2018-04-13proc: revalidate misc dentriesGravatar Alexey Dobriyan 1-1/+22
2018-04-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 11-166/+477
2018-04-13btrfs: Only check first key for committed tree blocksGravatar Qu Wenruo 1-0/+8
2018-04-13fsnotify: fix ignore mask logic in send_to_group()Gravatar Amir Goldstein 1-14/+11
2018-04-12cifs: change validate_buf to validate_iovGravatar Ronnie Sahlberg 1-18/+21
2018-04-12cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data()Gravatar Ronnie Sahlberg 1-2/+3
2018-04-12cifs: Change SMB2_open to return an iov for the error parameterGravatar Ronnie Sahlberg 3-9/+13
2018-04-12cifs: add resp_buf_size to the mid_q_entry structureGravatar Ronnie Sahlberg 4-2/+4
2018-04-12smb3.11: replace a 4 with server->vals->header_preamble_sizeGravatar Steve French 2-5/+9
2018-04-12cifs: replace a 4 with server->vals->header_preamble_sizeGravatar Ronnie Sahlberg 1-1/+1
2018-04-12cifs: add pdu_size to the TCP_Server_Info structureGravatar Ronnie Sahlberg 4-6/+9
2018-04-12SMB311: Improve checking of negotiate security contextsGravatar Steve French 3-0/+106
2018-04-12SMB3: Fix length checking of SMB3.11 negotiate requestGravatar Steve French 2-0/+46
2018-04-12Merge tag 'xfs-4.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 37-205/+172
2018-04-12Merge tag 'gfs2-4.17.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-21/+30
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 13-341/+408
2018-04-12Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-51/+79
2018-04-12Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 25-591/+2562
2018-04-12GFS2: Minor improvements to comments and documentationGravatar Bob Peterson 2-2/+2
2018-04-12gfs2: Stop using rhashtable_walk_peekGravatar Andreas Gruenbacher 1-19/+28
2018-04-12btrfs: add SPDX header to KconfigGravatar David Sterba 1-0/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 58-750/+65
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersGravatar David Sterba 35-475/+133
2018-04-12Btrfs: fix loss of prealloc extents past i_size after fsync log replayGravatar Filipe Manana 1-5/+58
2018-04-12Btrfs: clean up resources during umount after trans is abortedGravatar Liu Bo 1-1/+2
2018-04-12ovl: add support for "xino" mount and config optionsGravatar Amir Goldstein 3-3/+88
2018-04-12ovl: consistent d_ino for non-samefs with xinoGravatar Amir Goldstein 1-6/+39
2018-04-12ovl: consistent i_ino for non-samefs with xinoGravatar Amir Goldstein 4-14/+21
2018-04-12ovl: constant st_ino for non-samefs with xinoGravatar Amir Goldstein 5-10/+75
2018-04-12ovl: allocate anon bdev per unique lower fsGravatar Amir Goldstein 4-28/+72
2018-04-12ovl: factor out ovl_map_dev_ino() helperGravatar Amir Goldstein 3-39/+57
2018-04-12ovl: cleanup ovl_update_time()Gravatar Miklos Szeredi 1-17/+11
2018-04-12ovl: add WARN_ON() for non-dir redirect casesGravatar Miklos Szeredi 1-0/+11