summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-07-197-141/+161
|\
| * fs/adfs: add time stamp and file type helpersRussell King2019-06-264-27/+27
| * fs/adfs: super: limit idlen according to directory typeRussell King2019-06-261-2/+8
| * fs/adfs: super: fix use-after-free bugRussell King2019-06-261-1/+4
| * fs/adfs: super: safely update options on remountRussell King2019-06-261-4/+13
| * fs/adfs: super: correct superblock flagsRussell King2019-06-261-2/+4
| * fs/adfs: clean up indirect disc addresses and fragment IDsRussell King2019-06-267-49/+41
| * fs/adfs: clean up error message printingRussell King2019-06-263-26/+38
| * fs/adfs: use %pV for error messagesRussell King2019-06-261-5/+7
| * fs/adfs: use format_version from disc_recordRussell King2019-06-262-3/+1
| * fs/adfs: add helper to get filesystem sizeRussell King2019-06-262-15/+9
| * fs/adfs: add helper to get discrecord from mapRussell King2019-06-265-7/+9
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-1923-229/+252
|\ \
| * | mnt_init(): call shmem_init() unconditionallyAl Viro2019-07-041-0/+2
| * | constify ksys_mount() string argumentsAl Viro2019-07-041-2/+2
| * | don't bother with registering rootfsAl Viro2019-07-041-6/+1
| * | init_rootfs(): don't bother with init_ramfs_fs()Al Viro2019-07-041-5/+1
| * | vfs: Convert openpromfs to use the new mount APIDavid Howells2019-07-041-5/+15
| * | vfs: Convert efivarfs to use the new mount APIDavid Howells2019-07-041-10/+15
| * | vfs: Convert configfs to use the new mount APIDavid Howells2019-07-041-5/+15
| * | vfs: Convert binfmt_misc to use the new mount APIDavid Howells2019-07-041-5/+15
| * | convenience helper: get_tree_single()Al Viro2019-07-042-1/+9
| * | convenience helper get_tree_nodev()Al Viro2019-07-043-2/+10
| * | vfs: Kill sget_userns()David Howells2019-05-251-38/+16
| * | vfs: Use sget_fc() for pseudo-filesystemsDavid Howells2019-05-251-14/+10
| * | fold mount_pseudo_xattr() into pseudo_fs_get_tree()Al Viro2019-05-251-54/+34
| * | vfs: Convert btrfs_test to use the new mount APIDavid Howells2019-05-251-6/+9
| * | vfs: Convert pipe to use the new mount APIDavid Howells2019-05-251-5/+10
| * | vfs: Convert nsfs to use the new mount APIDavid Howells2019-05-251-5/+11
| * | vfs: Convert bdev to use the new mount APIDavid Howells2019-05-251-8/+9
| * | vfs: Convert anon_inodes to use the new mount APIDavid Howells2019-05-251-5/+8
| * | vfs: Convert aio to use the new mount APIDavid Howells2019-05-251-8/+7
| * | vfs: Provide a mount_pseudo-replacement for the new mount APIDavid Howells2019-05-251-0/+46
| * | vfs: Provide sb->s_iflags settings in fs_context structDavid Howells2019-05-251-0/+1
| * | vfs: Fix refcounting of filenames in fs_parserDavid Howells2019-05-251-0/+1
| * | move mount_capable() further outAl Viro2019-05-253-6/+4
| * | move mount_capable() calls to vfs_get_tree()Al Viro2019-05-252-11/+6
| * | procfs: set ->user_ns before calling ->get_tree()Al Viro2019-05-251-4/+3
| * | switch mount_capable() to fs_contextAl Viro2019-05-253-6/+9
| * | legacy_get_tree(): pass fc->user_ns to mount_capable()Al Viro2019-05-251-1/+1
| * | move the capability checks from sget_userns() to legacy_get_tree()Al Viro2019-05-253-4/+7
| * | vfs: Kill mount_ns()David Howells2019-05-251-38/+0
| * | vfs: Convert nfsctl to use the new mount APIDavid Howells2019-05-251-7/+26
| * | consolidate the capability checks in sget_{fc,userns}()Al Viro2019-05-251-18/+14
| * | start massaging the checks in sget_...(): move to sget_userns()Al Viro2019-05-251-10/+4
| * | no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1
| * | mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-257-17/+10
| * | unexport simple_dname()Al Viro2019-05-212-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-198-12/+15
|\ \ \
| * | | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-183-7/+9