index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2019-07-19
7
-141
/
+161
|
\
|
*
fs/adfs: add time stamp and file type helpers
Russell King
2019-06-26
4
-27
/
+27
|
*
fs/adfs: super: limit idlen according to directory type
Russell King
2019-06-26
1
-2
/
+8
|
*
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
[next]