aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-25vfs: Use sget_fc() for pseudo-filesystemsDavid Howells1-14/+10
2019-05-25fold mount_pseudo_xattr() into pseudo_fs_get_tree()Al Viro1-54/+34
2019-05-25vfs: Convert btrfs_test to use the new mount APIDavid Howells1-6/+9
2019-05-25vfs: Convert pipe to use the new mount APIDavid Howells1-5/+10
2019-05-25vfs: Convert nsfs to use the new mount APIDavid Howells1-5/+11
2019-05-25vfs: Convert bdev to use the new mount APIDavid Howells1-8/+9
2019-05-25vfs: Convert anon_inodes to use the new mount APIDavid Howells1-5/+8
2019-05-25vfs: Convert aio to use the new mount APIDavid Howells1-8/+7
2019-05-25vfs: Provide a mount_pseudo-replacement for the new mount APIDavid Howells1-0/+46
2019-05-25vfs: Provide sb->s_iflags settings in fs_context structDavid Howells1-0/+1
2019-05-25vfs: Fix refcounting of filenames in fs_parserDavid Howells1-0/+1
2019-05-25move mount_capable() further outAl Viro3-6/+4
2019-05-25move mount_capable() calls to vfs_get_tree()Al Viro2-11/+6
2019-05-25procfs: set ->user_ns before calling ->get_tree()Al Viro1-4/+3
2019-05-25switch mount_capable() to fs_contextAl Viro3-6/+9
2019-05-25legacy_get_tree(): pass fc->user_ns to mount_capable()Al Viro1-1/+1
2019-05-25move the capability checks from sget_userns() to legacy_get_tree()Al Viro3-4/+7
2019-05-25vfs: Kill mount_ns()David Howells1-38/+0
2019-05-25vfs: Convert nfsctl to use the new mount APIDavid Howells1-7/+26
2019-05-25consolidate the capability checks in sget_{fc,userns}()Al Viro1-18/+14
2019-05-25start massaging the checks in sget_...(): move to sget_userns()Al Viro1-10/+4
2019-05-25no need to protect against put_user_ns(NULL)Al Viro1-2/+1
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro7-17/+10
2019-05-21unexport simple_dname()Al Viro2-1/+1
2019-05-19Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds3-4/+8
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+8
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds3-5/+4
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds12-62/+102
2019-05-19Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-51/+173
2019-05-18fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into workqueue when umountJiufei Xue1-3/+8
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada3-5/+4
2019-05-17ext4: avoid panic during forced reboot due to aborted journalJan Kara1-1/+1
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2019-05-16Merge tag 'for-linus-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds1-57/+31
2019-05-16Merge tag 'afs-fixes-b-20190516' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds20-1381/+1383
2019-05-16Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds26-289/+393
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds12-264/+751
2019-05-16afs: Fix application of the results of a inline bulk status fetchDavid Howells2-7/+45
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells4-49/+78
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells6-28/+33
2019-05-16afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiryDavid Howells1-1/+13
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells7-59/+100
2019-05-16afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells2-13/+25
2019-05-16afs: Don't save callback version and type fieldsDavid Howells6-16/+5
2019-05-16Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-5/+12
2019-05-16uapi, fsopen: use square brackets around "fscontext" [ver #2]Christian Brauner1-1/+1
2019-05-16afs: Fix double inc of vnode->cb_breakDavid Howells1-3/+1
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells12-1004/+921
2019-05-16afs: Fix lock-wait/callback-break double lockingDavid Howells2-10/+1
2019-05-16afs: Always get the reply timeDavid Howells5-16/+3