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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovl: fix relatime for directories
Miklos Szeredi
2017-09-05
1
-0
/
+3
*
vfs: add flags to d_real()
Miklos Szeredi
2017-09-04
1
-2
/
+2
*
ovl: cleanup d_real for negative
Miklos Szeredi
2017-09-04
1
-3
/
+0
*
ovl: constant d_ino for non-merge dirs
Miklos Szeredi
2017-07-27
5
-45
/
+266
*
ovl: constant d_ino across copy up
Amir Goldstein
2017-07-27
1
-1
/
+111
*
ovl: fix readdir error value
Miklos Szeredi
2017-07-27
1
-1
/
+3
*
ovl: check snprintf return
Miklos Szeredi
2017-07-27
1
-0
/
+3
*
ovl: check for bad and whiteout index on lookup
Amir Goldstein
2017-07-20
1
-5
/
+17
*
ovl: do not cleanup directory and whiteout index entries
Amir Goldstein
2017-07-20
2
-5
/
+19
*
ovl: fix xattr get and set with selinux
Miklos Szeredi
2017-07-20
4
-23
/
+31
*
ovl: remove unneeded check for IS_ERR()
Amir Goldstein
2017-07-13
1
-4
/
+0
*
ovl: fix origin verification of index dir
Amir Goldstein
2017-07-13
1
-1
/
+2
*
ovl: mark parent impure on ovl_link()
Amir Goldstein
2017-07-13
1
-4
/
+18
*
ovl: fix random return value on mount
Amir Goldstein
2017-07-13
1
-0
/
+1
*
ovl: mark parent impure and restore timestamp on ovl_link_up()
Amir Goldstein
2017-07-04
1
-24
/
+33
*
ovl: cleanup orphan index entries
Amir Goldstein
2017-07-04
5
-5
/
+77
*
ovl: persistent overlay inode nlink for indexed inodes
Amir Goldstein
2017-07-04
5
-3
/
+204
*
ovl: implement index dir copy up
Amir Goldstein
2017-07-04
3
-37
/
+103
*
ovl: move copy up lock out
Miklos Szeredi
2017-07-04
1
-25
/
+13
*
ovl: rearrange copy up
Miklos Szeredi
2017-07-04
1
-36
/
+50
*
ovl: add flag for upper in ovl_entry
Miklos Szeredi
2017-07-04
7
-2
/
+31
*
ovl: use struct copy_up_ctx as function argument
Miklos Szeredi
2017-07-04
1
-82
/
+78
*
ovl: base tmpfile in workdir too
Miklos Szeredi
2017-07-04
1
-5
/
+3
*
ovl: factor out ovl_copy_up_inode() helper
Amir Goldstein
2017-07-04
1
-17
/
+29
*
ovl: extract helper to get temp file in copy up
Miklos Szeredi
2017-07-04
1
-18
/
+41
*
ovl: defer upper dir lock to tempfile link
Amir Goldstein
2017-07-04
2
-30
/
+38
*
ovl: hash overlay non-dir inodes by copy up origin
Miklos Szeredi
2017-07-04
3
-9
/
+44
*
ovl: cleanup bad and stale index entries on mount
Amir Goldstein
2017-07-04
5
-10
/
+130
*
ovl: lookup index entry for copy up origin
Amir Goldstein
2017-07-04
3
-2
/
+116
*
ovl: verify index dir matches upper dir
Amir Goldstein
2017-07-04
4
-8
/
+27
*
ovl: verify upper root dir matches lower root dir
Amir Goldstein
2017-07-04
4
-15
/
+101
*
ovl: introduce the inodes index dir feature
Amir Goldstein
2017-07-04
6
-7
/
+108
*
ovl: generalize ovl_create_workdir()
Amir Goldstein
2017-07-04
1
-16
/
+25
*
ovl: relax same fs constrain for ovl_check_origin()
Amir Goldstein
2017-07-04
1
-18
/
+24
*
ovl: get exclusive ownership on upper/work dirs
Amir Goldstein
2017-07-04
2
-3
/
+29
*
vfs: introduce inode 'inuse' lock
Amir Goldstein
2017-07-04
2
-0
/
+33
*
ovl: move cache and version to ovl_inode
Miklos Szeredi
2017-07-04
3
-17
/
+13
*
ovl: use ovl_inode mutex to synchronize concurrent copy up
Amir Goldstein
2017-07-04
3
-20
/
+11
*
ovl: move impure to ovl_inode
Miklos Szeredi
2017-07-04
6
-17
/
+26
*
ovl: move redirect to ovl_inode
Miklos Szeredi
2017-07-04
4
-9
/
+9
*
ovl: move __upperdentry to ovl_inode
Miklos Szeredi
2017-07-04
8
-94
/
+79
*
ovl: compare inodes
Miklos Szeredi
2017-07-04
1
-4
/
+9
*
ovl: use i_private only as a key
Miklos Szeredi
2017-07-04
5
-20
/
+37
*
ovl: simplify getting inode
Miklos Szeredi
2017-07-04
5
-37
/
+36
*
ovl: allocate an ovl_inode struct
Amir Goldstein
2017-07-04
2
-2
/
+63
*
ovl: fix nlink leak in ovl_rename()
Amir Goldstein
2017-07-04
1
-0
/
+7
*
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into over...
Miklos Szeredi
2017-07-04
3
-6
/
+5
|
\
|
*
overlayfs: use uuid_t instead of uuid_be
Christoph Hellwig
2017-06-05
2
-2
/
+2
|
*
fs: switch ->s_uuid to uuid_t
Christoph Hellwig
2017-06-05
2
-4
/
+3
*
|
ovl: don't set origin on broken lower hardlink
Miklos Szeredi
2017-06-28
1
-3
/
+8
[next]