index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
super.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-02
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2016-12-16
ovl: fix return value of ovl_fill_super
Geliang Tang
1
-0
/
+2
2016-12-16
ovl: clean up kstat usage
Al Viro
1
-5
/
+4
2016-12-16
ovl: show redirect_dir mount option
Amir Goldstein
1
-0
/
+3
2016-12-16
ovl: allow redirect_dir to default to "on"
Miklos Szeredi
1
-0
/
+5
2016-12-16
ovl: redirect on rename-dir
Miklos Szeredi
1
-0
/
+12
2016-12-16
ovl: lookup redirects
Miklos Szeredi
1
-0
/
+1
2016-12-16
ovl: fix nested overlayfs mount
Amir Goldstein
1
-2
/
+2
2016-12-16
ovl: check namelen
Miklos Szeredi
1
-12
/
+26
2016-12-16
ovl: split super.c
Miklos Szeredi
1
-528
/
+1
2016-12-16
ovl: use d_is_dir()
Miklos Szeredi
1
-2
/
+2
2016-12-16
ovl: simplify lookup
Miklos Szeredi
1
-29
/
+25
2016-12-16
ovl: get rid of PURE type
Miklos Szeredi
1
-3
/
+1
2016-12-16
ovl: check lower existence when removing
Miklos Szeredi
1
-1
/
+53
2016-12-16
ovl: add ovl_dentry_is_whiteout()
Miklos Szeredi
1
-0
/
+5
2016-12-16
ovl: treat special files like a regular fs
Miklos Szeredi
1
-3
/
+4
2016-11-29
ovl: fix d_real() for stacked fs
Miklos Szeredi
1
-3
/
+3
2016-10-31
ovl: update S_ISGID when setting posix ACLs
Miklos Szeredi
1
-0
/
+15
2016-10-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-5
/
+6
2016-10-14
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-11
/
+22
2016-10-14
overlayfs: Fix setting IOP_XATTR flag
Vivek Goyal
1
-5
/
+6
2016-10-14
ovl: explain error values when removing acl from workdir
Miklos Szeredi
1
-0
/
+13
2016-10-10
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-2
/
+2
2016-10-07
xattr: Add __vfs_{get,set,remove}xattr helpers
Andreas Gruenbacher
1
-2
/
+2
2016-09-16
ovl: lookup: do getxattr with mounter's permission
Miklos Szeredi
1
-11
/
+9
2016-09-16
locks: fix file locking on overlayfs
Miklos Szeredi
1
-1
/
+1
2016-09-05
ovl: fix workdir creation
Miklos Szeredi
1
-2
/
+2
2016-09-01
ovl: Switch to generic_getxattr
Andreas Gruenbacher
1
-0
/
+26
2016-09-01
ovl: copyattr after setting POSIX ACL
Miklos Szeredi
1
-1
/
+5
2016-09-01
ovl: Switch to generic_removexattr
Andreas Gruenbacher
1
-9
/
+9
2016-09-01
ovl: Get rid of ovl_xattr_noacl_handlers array
Andreas Gruenbacher
1
-16
/
+12
2016-09-01
ovl: fix spelling mistake: "directries" -> "directories"
Colin Ian King
1
-1
/
+1
2016-09-01
ovl: proper cleanup of workdir
Miklos Szeredi
1
-1
/
+1
2016-09-01
ovl: remove posix_acl_default from workdir
Miklos Szeredi
1
-0
/
+19
2016-07-29
qstr: constify instances in overlayfs
Al Viro
1
-1
/
+1
2016-07-29
ovl: disallow overlayfs as upperdir
Miklos Szeredi
1
-1
/
+2
2016-07-29
ovl: fix warning
Miklos Szeredi
1
-1
/
+1
2016-07-29
ovl: remove duplicated include from super.c
Wei Yongjun
1
-1
/
+0
2016-07-29
ovl: fix POSIX ACL setting
Miklos Szeredi
1
-0
/
+95
2016-07-29
ovl: share inode for hard link
Miklos Szeredi
1
-2
/
+10
2016-07-29
ovl: store real inode pointer in ->i_private
Miklos Szeredi
1
-24
/
+20
2016-07-29
ovl: update atime on upper
Miklos Szeredi
1
-2
/
+6
2016-07-29
ovl: simplify permission checking
Miklos Szeredi
1
-7
/
+0
2016-07-29
ovl: define ->get_acl() for overlay inodes
Vivek Goyal
1
-0
/
+8
2016-07-29
ovl: use generic_delete_inode
Miklos Szeredi
1
-0
/
+1
2016-07-29
ovl: check mounter creds on underlying lookup
Miklos Szeredi
1
-4
/
+9
2016-07-27
Merge branch 'd_real' into overlayfs-next
Miklos Szeredi
1
-6
/
+14
2016-07-03
ovl: warn instead of error if d_type is not supported
Vivek Goyal
1
-5
/
+7
2016-06-30
vfs: merge .d_select_inode() into .d_real()
Miklos Szeredi
1
-6
/
+14
2016-05-27
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+28
[next]