index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2016-07-30
19
-155
/
+242
|
\
|
*
fs: Call d_automount with the filesystems creds
Eric W. Biederman
2016-07-23
1
-0
/
+7
|
*
dquot: For now explicitly don't support filesystems outside of init_user_ns
Eric W. Biederman
2016-07-05
1
-0
/
+5
|
*
quota: Handle quota data stored in s_user_ns in quota_setxquota
Eric W. Biederman
2016-07-05
1
-1
/
+1
|
*
quota: Ensure qids map to the filesystem
Eric W. Biederman
2016-07-05
2
-6
/
+9
|
*
vfs: Don't create inodes with a uid or gid unknown to the vfs
Eric W. Biederman
2016-07-05
1
-2
/
+8
|
*
vfs: Don't modify inodes with a uid or gid unknown to the vfs
Eric W. Biederman
2016-07-05
4
-5
/
+43
|
*
fs: Check for invalid i_uid in may_follow_link()
Seth Forshee
2016-07-01
1
-1
/
+3
|
*
vfs: Verify acls are valid within superblock's s_user_ns.
Eric W. Biederman
2016-07-01
2
-5
/
+5
|
*
fs: Refuse uid/gid changes which don't map into s_user_ns
Seth Forshee
2016-06-28
1
-0
/
+11
|
*
fs: Treat foreign mounts as nosuid
Andy Lutomirski
2016-06-24
2
-1
/
+14
|
*
userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flag
Eric W. Biederman
2016-06-23
2
-3
/
+3
|
*
userns: Remove implicit MNT_NODEV fragility.
Eric W. Biederman
2016-06-23
2
-18
/
+4
|
*
mnt: Simplify mount_too_revealing
Eric W. Biederman
2016-06-23
1
-17
/
+8
|
*
vfs: Generalize filesystem nodev handling.
Eric W. Biederman
2016-06-23
4
-6
/
+12
|
*
kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
Eric W. Biederman
2016-06-23
2
-2
/
+3
|
*
mnt: Move the FS_USERNS_MOUNT check into sget_userns
Eric W. Biederman
2016-06-23
2
-4
/
+4
|
*
fs: Add user namespace member to struct super_block
Eric W. Biederman
2016-06-23
2
-7
/
+48
|
*
proc: Convert proc_mount to use mount_ns.
Eric W. Biederman
2016-06-23
3
-51
/
+13
|
*
vfs: Pass data, ns, and ns->userns to mount_ns
Eric W. Biederman
2016-06-23
2
-12
/
+14
|
*
mnt: Refactor fs_fully_visible into mount_too_revealing
Eric W. Biederman
2016-06-23
4
-16
/
+29
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2016-07-29
4
-40
/
+28
|
\
\
|
*
|
fuse: use filemap_check_errors()
Miklos Szeredi
2016-07-29
1
-12
/
+2
|
*
|
fuse: fix wrong assignment of ->flags in fuse_send_init()
Wei Fang
2016-07-29
1
-1
/
+1
|
*
|
fuse: fuse_flush must check mapping->flags for errors
Maxim Patlasov
2016-07-29
1
-0
/
+9
|
*
|
fuse: fsync() did not return IO errors
Alexey Kuznetsov
2016-07-29
1
-0
/
+15
|
*
|
Merge branch 'for-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Miklos Szeredi
2016-07-21
33
-173
/
+332
|
|
\
\
|
|
*
|
fuse: don't mess with blocking signals
Al Viro
2016-07-19
1
-27
/
+3
|
*
|
|
fuse: improve aio directIO write performance for size extending writes
Ashish Sangwan
2016-06-30
2
-12
/
+10
*
|
|
|
Revert "vfs: add lookup_hash() helper"
Linus Torvalds
2016-07-29
1
-28
/
+5
*
|
|
|
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-07-29
5
-236
/
+445
|
\
\
\
\
|
*
|
|
|
ovl: simplify empty checking
Miklos Szeredi
2016-07-29
1
-29
/
+21
|
*
|
|
|
qstr: constify instances in overlayfs
Al Viro
2016-07-29
1
-1
/
+1
|
*
|
|
|
ovl: clear nlink on rmdir
Miklos Szeredi
2016-07-29
1
-2
/
+6
|
*
|
|
|
ovl: disallow overlayfs as upperdir
Miklos Szeredi
2016-07-29
1
-1
/
+2
|
*
|
|
|
ovl: fix warning
Miklos Szeredi
2016-07-29
1
-1
/
+1
|
*
|
|
|
ovl: remove duplicated include from super.c
Wei Yongjun
2016-07-29
1
-1
/
+0
|
*
|
|
|
ovl: append MAY_READ when diluting write checks
Vivek Goyal
2016-07-29
1
-1
/
+4
|
*
|
|
|
ovl: dilute permission checks on lower only if not special file
Vivek Goyal
2016-07-29
1
-1
/
+1
|
*
|
|
|
ovl: fix POSIX ACL setting
Miklos Szeredi
2016-07-29
4
-11
/
+104
|
*
|
|
|
ovl: share inode for hard link
Miklos Szeredi
2016-07-29
4
-48
/
+100
|
*
|
|
|
ovl: store real inode pointer in ->i_private
Miklos Szeredi
2016-07-29
5
-37
/
+40
|
*
|
|
|
ovl: permission: return ECHILD instead of ENOENT
Miklos Szeredi
2016-07-29
1
-1
/
+1
|
*
|
|
|
ovl: update atime on upper
Miklos Szeredi
2016-07-29
4
-5
/
+37
|
*
|
|
|
ovl: fix sgid on directory
Miklos Szeredi
2016-07-29
1
-4
/
+27
|
*
|
|
|
ovl: simplify permission checking
Miklos Szeredi
2016-07-29
3
-53
/
+1
|
*
|
|
|
ovl: do not require mounter to have MAY_WRITE on lower
Vivek Goyal
2016-07-29
1
-0
/
+2
|
*
|
|
|
ovl: do operations on underlying file system in mounter's context
Vivek Goyal
2016-07-29
2
-37
/
+72
|
*
|
|
|
ovl: modify ovl_permission() to do checks on two inodes
Vivek Goyal
2016-07-29
1
-4
/
+14
|
*
|
|
|
ovl: define ->get_acl() for overlay inodes
Vivek Goyal
2016-07-29
4
-0
/
+28
[next]