summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-07-04init_rootfs(): don't bother with init_ramfs_fs()Al Viro
2019-07-04vfs: Convert openpromfs to use the new mount APIDavid Howells
2019-07-04vfs: Convert efivarfs to use the new mount APIDavid Howells
2019-07-04vfs: Convert configfs to use the new mount APIDavid Howells
2019-07-04vfs: Convert binfmt_misc to use the new mount APIDavid Howells
2019-07-04convenience helper: get_tree_single()Al Viro
2019-07-04convenience helper get_tree_nodev()Al Viro
2019-05-25vfs: Kill sget_userns()David Howells
2019-05-25vfs: Use sget_fc() for pseudo-filesystemsDavid Howells
2019-05-25fold mount_pseudo_xattr() into pseudo_fs_get_tree()Al Viro
2019-05-25vfs: Convert btrfs_test to use the new mount APIDavid Howells
2019-05-25vfs: Convert pipe to use the new mount APIDavid Howells
2019-05-25vfs: Convert nsfs to use the new mount APIDavid Howells
2019-05-25vfs: Convert bdev to use the new mount APIDavid Howells
2019-05-25vfs: Convert anon_inodes to use the new mount APIDavid Howells
2019-05-25vfs: Convert aio to use the new mount APIDavid Howells
2019-05-25vfs: Provide a mount_pseudo-replacement for the new mount APIDavid Howells
2019-05-25vfs: Provide sb->s_iflags settings in fs_context structDavid Howells
2019-05-25vfs: Fix refcounting of filenames in fs_parserDavid Howells
2019-05-25move mount_capable() further outAl Viro
2019-05-25move mount_capable() calls to vfs_get_tree()Al Viro
2019-05-25procfs: set ->user_ns before calling ->get_tree()Al Viro
2019-05-25switch mount_capable() to fs_contextAl Viro
2019-05-25legacy_get_tree(): pass fc->user_ns to mount_capable()Al Viro
2019-05-25move the capability checks from sget_userns() to legacy_get_tree()Al Viro
2019-05-25vfs: Kill mount_ns()David Howells
2019-05-25vfs: Convert nfsctl to use the new mount APIDavid Howells
2019-05-25consolidate the capability checks in sget_{fc,userns}()Al Viro
2019-05-25start massaging the checks in sget_...(): move to sget_userns()Al Viro
2019-05-25no need to protect against put_user_ns(NULL)Al Viro
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro
2019-05-21unexport simple_dname()Al Viro
2019-05-19Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-19Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-05-18fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-17ext4: avoid panic during forced reboot due to aborted journalJan Kara
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-05-16Merge tag 'for-linus-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-16Merge tag 'afs-fixes-b-20190516' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-16Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-05-16afs: Fix application of the results of a inline bulk status fetchDavid Howells
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells
2019-05-16afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiryDavid Howells
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells