index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-07-19
60
-533
/
+581
|
\
|
*
mnt_init(): call shmem_init() unconditionally
Al Viro
2019-07-05
5
-13
/
+5
|
*
constify ksys_mount() string arguments
Al Viro
2019-07-05
3
-6
/
+5
|
*
don't bother with registering rootfs
Al Viro
2019-07-05
3
-19
/
+6
|
*
init_rootfs(): don't bother with init_ramfs_fs()
Al Viro
2019-07-05
3
-8
/
+1
|
*
vfs: Convert smackfs to use the new mount API
David Howells
2019-07-05
1
-12
/
+22
|
*
vfs: Convert selinuxfs to use the new mount API
David Howells
2019-07-05
1
-5
/
+15
|
*
vfs: Convert securityfs to use the new mount API
David Howells
2019-07-05
1
-6
/
+15
|
*
vfs: Convert apparmorfs to use the new mount API
David Howells
2019-07-05
1
-5
/
+15
|
*
vfs: Convert openpromfs to use the new mount API
David Howells
2019-07-05
1
-5
/
+15
|
*
vfs: Convert xenfs to use the new mount API
David Howells
2019-07-05
1
-6
/
+15
|
*
vfs: Convert gadgetfs to use the new mount API
David Howells
2019-07-05
1
-6
/
+15
|
*
vfs: Convert oprofilefs to use the new mount API
David Howells
2019-07-05
1
-6
/
+14
|
*
vfs: Convert ibmasmfs to use the new mount API
David Howells
2019-07-05
1
-6
/
+15
|
*
vfs: Convert qib_fs/ipathfs to use the new mount API
David Howells
2019-07-05
1
-9
/
+17
|
*
vfs: Convert efivarfs to use the new mount API
David Howells
2019-07-05
1
-10
/
+15
|
*
vfs: Convert configfs to use the new mount API
David Howells
2019-07-05
1
-5
/
+15
|
*
vfs: Convert binfmt_misc to use the new mount API
David Howells
2019-07-05
1
-5
/
+15
|
*
convenience helper: get_tree_single()
Al Viro
2019-07-05
3
-1
/
+12
|
*
convenience helper get_tree_nodev()
Al Viro
2019-07-05
4
-2
/
+13
|
*
vfs: Kill sget_userns()
David Howells
2019-05-26
2
-43
/
+16
|
*
vfs: Use sget_fc() for pseudo-filesystems
David Howells
2019-05-26
1
-14
/
+10
|
*
fold mount_pseudo_xattr() into pseudo_fs_get_tree()
Al Viro
2019-05-26
2
-67
/
+34
|
*
vfs: Convert btrfs_test to use the new mount API
David Howells
2019-05-26
1
-6
/
+9
|
*
vfs: Convert virtio_balloon to use the new mount API
David Howells
2019-05-26
1
-4
/
+4
|
*
vfs: Convert ocxlflash to use the new mount API
David Howells
2019-05-26
1
-14
/
+4
|
*
vfs: Convert cxl to use the new mount API
David Howells
2019-05-26
1
-4
/
+4
|
*
vfs: Convert ia64 perfmon to use the new mount API
David Howells
2019-05-26
1
-7
/
+10
|
*
vfs: Convert drm to use the new mount API
David Howells
2019-05-26
1
-4
/
+4
|
*
vfs: Convert dax to use the new mount API
David Howells
2019-05-26
1
-6
/
+10
|
*
vfs: Convert sockfs to use the new mount API
David Howells
2019-05-26
1
-6
/
+10
|
*
zsfold: Convert zsfold to use the new mount API
David Howells
2019-05-26
2
-5
/
+6
|
*
vfs: Convert zsmalloc to use the new mount API
David Howells
2019-05-26
1
-4
/
+4
|
*
vfs: Convert pipe to use the new mount API
David Howells
2019-05-26
1
-5
/
+10
|
*
vfs: Convert nsfs to use the new mount API
David Howells
2019-05-26
1
-5
/
+11
|
*
vfs: Convert bdev to use the new mount API
David Howells
2019-05-26
1
-8
/
+9
|
*
vfs: Convert anon_inodes to use the new mount API
David Howells
2019-05-26
1
-5
/
+8
|
*
vfs: Convert aio to use the new mount API
David Howells
2019-05-26
1
-8
/
+7
|
*
vfs: Provide a mount_pseudo-replacement for the new mount API
David Howells
2019-05-26
2
-0
/
+62
|
*
vfs: Provide sb->s_iflags settings in fs_context struct
David Howells
2019-05-26
2
-0
/
+2
|
*
vfs: Fix refcounting of filenames in fs_parser
David Howells
2019-05-26
1
-0
/
+1
|
*
move mount_capable() further out
Al Viro
2019-05-26
3
-6
/
+4
|
*
move mount_capable() calls to vfs_get_tree()
Al Viro
2019-05-26
2
-11
/
+6
|
*
cpuset: move mount -t cpuset logics into cgroup.c
Al Viro
2019-05-26
2
-60
/
+48
|
*
procfs: set ->user_ns before calling ->get_tree()
Al Viro
2019-05-26
1
-4
/
+3
|
*
mqueue: set ->user_ns before ->get_tree()
Al Viro
2019-05-26
1
-4
/
+5
|
*
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
2
-41
/
+0
[next]