index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
ovl: copy-up: don't unlock between lookup and link
Miklos Szeredi
2017-06-28
1
-12
/
+12
|
/
*
ovl: filter trusted xattr for non-admin
Miklos Szeredi
2017-05-29
1
-1
/
+11
*
ovl: mark upper merge dir with type origin entries "impure"
Amir Goldstein
2017-05-29
6
-58
/
+60
*
ovl: mark upper dir with type origin entries "impure"
Amir Goldstein
2017-05-19
5
-2
/
+79
*
ovl: remove unused arg from ovl_lookup_temp()
Miklos Szeredi
2017-05-19
3
-6
/
+6
*
ovl: handle rename when upper doesn't support xattr
Amir Goldstein
2017-05-19
3
-19
/
+20
*
ovl: don't fail copy-up if upper doesn't support xattr
Miklos Szeredi
2017-05-18
1
-1
/
+5
*
ovl: check on mount time if upper fs supports setting xattr
Amir Goldstein
2017-05-18
4
-0
/
+38
*
ovl: fix creds leak in copy up error path
Amir Goldstein
2017-05-18
1
-5
/
+6
*
ovl: select EXPORTFS
Arnd Bergmann
2017-05-15
1
-0
/
+1
*
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-10
8
-50
/
+415
|
\
|
*
ovl: persistent inode numbers for upper hardlinks
Amir Goldstein
2017-05-05
1
-0
/
+3
|
*
ovl: merge getattr for dir and nondir
Miklos Szeredi
2017-05-05
3
-64
/
+30
|
*
ovl: constant st_ino/st_dev across copy up
Amir Goldstein
2017-05-05
1
-1
/
+38
[next]