Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | fs/adfs: super: fix use-after-free bug | Russell King | 2019-06-26 | 1 | -1/+4 | |
| * | | | | | | | fs/adfs: super: safely update options on remount | Russell King | 2019-06-26 | 1 | -4/+13 | |
| * | | | | | | | fs/adfs: super: correct superblock flags | Russell King | 2019-06-26 | 1 | -2/+4 | |
| * | | | | | | | fs/adfs: clean up indirect disc addresses and fragment IDs | Russell King | 2019-06-26 | 7 | -49/+41 | |
| * | | | | | | | fs/adfs: clean up error message printing | Russell King | 2019-06-26 | 3 | -26/+38 | |
| * | | | | | | | fs/adfs: use %pV for error messages | Russell King | 2019-06-26 | 1 | -5/+7 | |
| * | | | | | | | fs/adfs: use format_version from disc_record | Russell King | 2019-06-26 | 2 | -3/+1 | |
| * | | | | | | | fs/adfs: add helper to get filesystem size | Russell King | 2019-06-26 | 2 | -15/+9 | |
| * | | | | | | | fs/adfs: add helper to get discrecord from map | Russell King | 2019-06-26 | 5 | -7/+9 | |
* | | | | | | | | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-07-19 | 23 | -229/+252 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | mnt_init(): call shmem_init() unconditionally | Al Viro | 2019-07-04 | 1 | -0/+2 | |
| * | | | | | | | | constify ksys_mount() string arguments | Al Viro | 2019-07-04 | 1 | -2/+2 | |
| * | | | | | | | | don't bother with registering rootfs | Al Viro | 2019-07-04 | 1 | -6/+1 | |
| * | | | | | | | | init_rootfs(): don't bother with init_ramfs_fs() | Al Viro | 2019-07-04 | 1 | -5/+1 | |
| * | | | | | | | | vfs: Convert openpromfs to use the new mount API | David Howells | 2019-07-04 | 1 | -5/+15 | |
| * | | | | | | | | vfs: Convert efivarfs to use the new mount API | David Howells | 2019-07-04 | 1 | -10/+15 | |
| * | | | | | | | | vfs: Convert configfs to use the new mount API | David Howells | 2019-07-04 | 1 | -5/+15 | |
| * | | | | | | | | vfs: Convert binfmt_misc to use the new mount API | David Howells | 2019-07-04 | 1 | -5/+15 | |
| * | | | | | | | | convenience helper: get_tree_single() | Al Viro | 2019-07-04 | 2 | -1/+9 | |
| * | | | | | | | | convenience helper get_tree_nodev() | Al Viro | 2019-07-04 | 3 | -2/+10 | |
| * | | | | | | | | vfs: Kill sget_userns() | David Howells | 2019-05-25 | 1 | -38/+16 | |
| * | | | | | | | | vfs: Use sget_fc() for pseudo-filesystems | David Howells | 2019-05-25 | 1 | -14/+10 | |
| * | | | | | | | | fold mount_pseudo_xattr() into pseudo_fs_get_tree() | Al Viro | 2019-05-25 | 1 | -54/+34 | |
| * | | | | | | | | vfs: Convert btrfs_test to use the new mount API | David Howells | 2019-05-25 | 1 | -6/+9 | |
| * | | | | | | | | vfs: Convert pipe to use the new mount API | David Howells | 2019-05-25 | 1 | -5/+10 | |
| * | | | | | | | | vfs: Convert nsfs to use the new mount API | David Howells | 2019-05-25 | 1 | -5/+11 | |
| * | | | | | | | | vfs: Convert bdev to use the new mount API | David Howells | 2019-05-25 | 1 | -8/+9 | |
| * | | | | | | | | vfs: Convert anon_inodes to use the new mount API | David Howells | 2019-05-25 | 1 | -5/+8 | |
| * | | | | | | | | vfs: Convert aio to use the new mount API | David Howells | 2019-05-25 | 1 | -8/+7 | |
| * | | | | | | | | vfs: Provide a mount_pseudo-replacement for the new mount API | David Howells | 2019-05-25 | 1 | -0/+46 | |
| * | | | | | | | | vfs: Provide sb->s_iflags settings in fs_context struct | David Howells | 2019-05-25 | 1 | -0/+1 | |
| * | | | | | | | | vfs: Fix refcounting of filenames in fs_parser | David Howells | 2019-05-25 | 1 | -0/+1 | |
| * | | | | | | | | move mount_capable() further out | Al Viro | 2019-05-25 | 3 | -6/+4 | |
| * | | | | | | | | move mount_capable() calls to vfs_get_tree() | Al Viro | 2019-05-25 | 2 | -11/+6 | |
| * | | | | | | | | procfs: set ->user_ns before calling ->get_tree() | Al Viro | 2019-05-25 | 1 | -4/+3 | |
| * | | | | | | | | switch mount_capable() to fs_context | Al Viro | 2019-05-25 | 3 | -6/+9 | |
| * | | | | | | | | legacy_get_tree(): pass fc->user_ns to mount_capable() | Al Viro | 2019-05-25 | 1 | -1/+1 | |
| * | | | | | | | | move the capability checks from sget_userns() to legacy_get_tree() | Al Viro | 2019-05-25 | 3 | -4/+7 | |
| * | | | | | | | | vfs: Kill mount_ns() | David Howells | 2019-05-25 | 1 | -38/+0 | |
| * | | | | | | | | vfs: Convert nfsctl to use the new mount API | David Howells | 2019-05-25 | 1 | -7/+26 | |
| * | | | | | | | | consolidate the capability checks in sget_{fc,userns}() | Al Viro | 2019-05-25 | 1 | -18/+14 | |
| * | | | | | | | | start massaging the checks in sget_...(): move to sget_userns() | Al Viro | 2019-05-25 | 1 | -10/+4 | |
| * | | | | | | | | no need to protect against put_user_ns(NULL) | Al Viro | 2019-05-25 | 1 | -2/+1 | |
| * | | | | | | | | mount_pseudo(): drop 'name' argument, switch to d_make_root() | Al Viro | 2019-05-25 | 7 | -17/+10 | |
| * | | | | | | | | unexport simple_dname() | Al Viro | 2019-05-21 | 2 | -1/+1 | |
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-07-19 | 8 | -12/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | proc/sysctl: add shared variables for range check | Matteo Croce | 2019-07-18 | 3 | -7/+9 | |
| * | | | | | | | | | mm: migrate: remove unused mode argument | Keith Busch | 2019-07-18 | 4 | -4/+4 | |
| * | | | | | | | | | mm: thp: fix false negative of shmem vma's THP eligibility | Yang Shi | 2019-07-18 | 1 | -1/+2 | |
* | | | | | | | | | | Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2019-07-18 | 27 | -336/+885 | |
|\ \ \ \ \ \ \ \ \ \ |