index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovl: fix d_real() for stacked fs
Miklos Szeredi
2016-11-29
1
-3
/
+3
*
ovl: update S_ISGID when setting posix ACLs
Miklos Szeredi
2016-10-31
1
-0
/
+15
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-10-14
1
-5
/
+6
|
\
|
*
overlayfs: Fix setting IOP_XATTR flag
Vivek Goyal
2016-10-14
1
-5
/
+6
*
|
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-10-14
1
-11
/
+22
|
\
\
|
|
/
|
/
|
|
*
ovl: explain error values when removing acl from workdir
Miklos Szeredi
2016-10-14
1
-0
/
+13
|
*
ovl: lookup: do getxattr with mounter's permission
Miklos Szeredi
2016-09-16
1
-11
/
+9
*
|
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2016-10-10
1
-2
/
+2
|
\
\
|
*
|
xattr: Add __vfs_{get,set,remove}xattr helpers
Andreas Gruenbacher
2016-10-07
1
-2
/
+2
|
|
/
*
/
locks: fix file locking on overlayfs
Miklos Szeredi
2016-09-16
1
-1
/
+1
|
/
*
ovl: fix workdir creation
Miklos Szeredi
2016-09-05
1
-2
/
+2
*
ovl: Switch to generic_getxattr
Andreas Gruenbacher
2016-09-01
1
-0
/
+26
*
ovl: copyattr after setting POSIX ACL
Miklos Szeredi
2016-09-01
1
-1
/
+5
*
ovl: Switch to generic_removexattr
Andreas Gruenbacher
2016-09-01
1
-9
/
+9
*
ovl: Get rid of ovl_xattr_noacl_handlers array
Andreas Gruenbacher
2016-09-01
1
-16
/
+12
*
ovl: fix spelling mistake: "directries" -> "directories"
Colin Ian King
2016-09-01
1
-1
/
+1
*
ovl: proper cleanup of workdir
Miklos Szeredi
2016-09-01
1
-1
/
+1
*
ovl: remove posix_acl_default from workdir
Miklos Szeredi
2016-09-01
1
-0
/
+19
*
qstr: constify instances in overlayfs
Al Viro
2016-07-29
1
-1
/
+1
*
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: fix POSIX ACL setting
Miklos Szeredi
2016-07-29
1
-0
/
+95
*
ovl: share inode for hard link
Miklos Szeredi
2016-07-29
1
-2
/
+10
*
ovl: store real inode pointer in ->i_private
Miklos Szeredi
2016-07-29
1
-24
/
+20
*
ovl: update atime on upper
Miklos Szeredi
2016-07-29
1
-2
/
+6
*
ovl: simplify permission checking
Miklos Szeredi
2016-07-29
1
-7
/
+0
*
ovl: define ->get_acl() for overlay inodes
Vivek Goyal
2016-07-29
1
-0
/
+8
*
ovl: use generic_delete_inode
Miklos Szeredi
2016-07-29
1
-0
/
+1
*
ovl: check mounter creds on underlying lookup
Miklos Szeredi
2016-07-29
1
-4
/
+9
*
Merge branch 'd_real' into overlayfs-next
Miklos Szeredi
2016-07-27
1
-6
/
+14
|
\
|
*
vfs: merge .d_select_inode() into .d_real()
Miklos Szeredi
2016-06-30
1
-6
/
+14
*
|
ovl: warn instead of error if d_type is not supported
Vivek Goyal
2016-07-03
1
-5
/
+7
|
/
*
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-05-27
1
-9
/
+28
|
\
|
*
ovl: Do d_type check only if work dir creation was successful
Vivek Goyal
2016-05-27
1
-8
/
+11
|
*
ovl: override creds with the ones from the superblock mounter
Antonio Murdaca
2016-05-27
1
-1
/
+17
*
|
Merge branch 'ovl-fixes' into for-linus
Al Viro
2016-05-17
1
-1
/
+1
|
\
|
|
*
ovl: ignore permissions on underlying lookup
Miklos Szeredi
2016-05-10
1
-3
/
+1
*
|
ovl_lookup_real(): use lookup_one_len_unlocked()
Al Viro
2016-05-02
1
-3
/
+1
*
|
Merge getxattr prototype change into work.lookups
Al Viro
2016-05-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
->getxattr(): pass dentry and inode as separate arguments
Al Viro
2016-04-11
1
-1
/
+1
*
|
fs: add file_dentry()
Miklos Szeredi
2016-03-26
1
-0
/
+33
|
/
*
ovl: Ensure upper filesystem supports d_type
Vivek Goyal
2016-03-21
1
-0
/
+15
*
ovl: honor flag MS_SILENT at mount
Konstantin Khlebnikov
2016-03-21
1
-1
/
+2
*
ovl: ignore lower entries when checking purity of non-directory entries
Konstantin Khlebnikov
2016-03-03
1
-5
/
+7
*
ovl: fix working on distributed fs as lower layer
Konstantin Khlebnikov
2016-03-03
1
-0
/
+1
*
wrappers for ->i_mutex access
Al Viro
2016-01-22
1
-7
/
+7
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-01-21
1
-0
/
+1
|
\
|
*
fs/overlayfs/super.c needs pagemap.h
Andrew Morton
2016-01-20
1
-0
/
+1
*
|
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-01-21
1
-2
/
+33
|
\
\
|
|
/
|
/
|
[next]