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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-09
ovl: update cache version of impure parent on rename
Amir Goldstein
1
-3
/
+4
2017-11-09
ovl: relax same fs constraint for constant st_ino
Amir Goldstein
1
-20
/
+29
2017-11-09
ovl: return anonymous st_dev for lower inodes
Chandan Rajendra
1
-0
/
+15
2017-11-09
ovl: allocate anonymous devs for lowerdirs
Chandan Rajendra
2
-2
/
+17
2017-11-09
ovl: re-structure overlay lower layers in-memory
Chandan Rajendra
6
-56
/
+86
2017-11-09
ovl: move include of ovl_entry.h into overlayfs.h
Amir Goldstein
6
-5
/
+1
2017-11-09
ovl: fix rmdir problem on non-merge dir with origin xattr
zhangyi (F)
1
-3
/
+10
2017-11-09
ovl: simplify ovl_check_empty_and_clear()
zhangyi (F)
2
-10
/
+22
2017-11-09
ovl: no direct iteration for dir with origin xattr
Amir Goldstein
6
-5
/
+55
2017-11-09
ovl: lockdep annotate of nested OVL_I(inode)->lock
Amir Goldstein
1
-0
/
+4
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
5
-27
/
+42
2017-10-24
ovl: do not cleanup unsupported index entries
Amir Goldstein
2
-10
/
+8
2017-10-24
ovl: handle ENOENT on index lookup
Amir Goldstein
1
-0
/
+4
2017-10-24
ovl: fix EIO from lookup of non-indexed upper
Amir Goldstein
3
-17
/
+26
2017-10-24
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
Will Deacon
2
-2
/
+2
2017-10-19
ovl: Return -ENOMEM if an allocation fails ovl_lookup()
Dan Carpenter
1
-0
/
+1
2017-10-19
ovl: add NULL check in ovl_alloc_inode
Hirofumi Nakagawa
1
-0
/
+3
2017-10-05
ovl: fix regression caused by exclusive upper/work dir protection
Amir Goldstein
2
-8
/
+22
2017-10-05
ovl: fix missing unlock_rename() in ovl_do_copy_up()
Amir Goldstein
4
-24
/
+22
2017-10-05
ovl: fix dentry leak in ovl_indexdir_cleanup()
Amir Goldstein
1
-2
/
+4
2017-10-05
ovl: fix dput() of ERR_PTR in ovl_cleanup_index()
Amir Goldstein
1
-1
/
+4
2017-10-05
ovl: fix error value printed in ovl_lookup_index()
Amir Goldstein
1
-0
/
+1
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2017-09-13
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
3
-8
/
+8
2017-09-13
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-56
/
+395
2017-09-12
ovl: fix false positive ESTALE on lookup
Amir Goldstein
1
-4
/
+7
2017-09-05
ovl: fix relatime for directories
Miklos Szeredi
1
-0
/
+3
2017-09-04
vfs: add flags to d_real()
Miklos Szeredi
1
-2
/
+2
2017-09-04
ovl: cleanup d_real for negative
Miklos Szeredi
1
-3
/
+0
2017-08-10
overlayfs, locking: Remove smp_mb__before_spinlock() usage
Peter Zijlstra
1
-2
/
+2
2017-07-27
ovl: constant d_ino for non-merge dirs
Miklos Szeredi
5
-45
/
+266
2017-07-27
ovl: constant d_ino across copy up
Amir Goldstein
1
-1
/
+111
2017-07-27
ovl: fix readdir error value
Miklos Szeredi
1
-1
/
+3
2017-07-27
ovl: check snprintf return
Miklos Szeredi
1
-0
/
+3
2017-07-20
ovl: check for bad and whiteout index on lookup
Amir Goldstein
1
-5
/
+17
2017-07-20
ovl: do not cleanup directory and whiteout index entries
Amir Goldstein
2
-5
/
+19
2017-07-20
ovl: fix xattr get and set with selinux
Miklos Szeredi
4
-23
/
+31
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
1
-1
/
+1
2017-07-13
ovl: remove unneeded check for IS_ERR()
Amir Goldstein
1
-4
/
+0
2017-07-13
ovl: fix origin verification of index dir
Amir Goldstein
1
-1
/
+2
2017-07-13
ovl: mark parent impure on ovl_link()
Amir Goldstein
1
-4
/
+18
2017-07-13
ovl: fix random return value on mount
Amir Goldstein
1
-0
/
+1
2017-07-04
ovl: mark parent impure and restore timestamp on ovl_link_up()
Amir Goldstein
1
-24
/
+33
2017-07-04
ovl: cleanup orphan index entries
Amir Goldstein
5
-5
/
+77
2017-07-04
ovl: persistent overlay inode nlink for indexed inodes
Amir Goldstein
5
-3
/
+204
2017-07-04
ovl: implement index dir copy up
Amir Goldstein
3
-37
/
+103
2017-07-04
ovl: move copy up lock out
Miklos Szeredi
1
-25
/
+13
2017-07-04
ovl: rearrange copy up
Miklos Szeredi
1
-36
/
+50
2017-07-04
ovl: add flag for upper in ovl_entry
Miklos Szeredi
7
-2
/
+31
2017-07-04
ovl: use struct copy_up_ctx as function argument
Miklos Szeredi
1
-82
/
+78
[prev]
[next]