index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
super.c
Age
Commit message (
Expand
)
Author
2017-11-10
ovl: remove unneeded arg from ovl_verify_origin()
Amir Goldstein
2017-11-10
ovl: rename ufs to ofs
Miklos Szeredi
2017-11-10
ovl: clean up getting lower layers
Miklos Szeredi
2017-11-10
ovl: clean up workdir creation
Miklos Szeredi
2017-11-10
ovl: clean up getting upper layer
Miklos Szeredi
2017-11-10
ovl: move ovl_get_workdir() and ovl_get_lower_layers()
Miklos Szeredi
2017-11-10
ovl: reduce the number of arguments for ovl_workdir_create()
Miklos Szeredi
2017-11-10
ovl: change order of setup in ovl_fill_super()
Miklos Szeredi
2017-11-10
ovl: factor out ovl_free_fs() helper
Miklos Szeredi
2017-11-09
ovl: grab reference to workbasedir early
Miklos Szeredi
2017-11-09
ovl: split out ovl_get_indexdir() from ovl_fill_super()
Miklos Szeredi
2017-11-09
ovl: split out ovl_get_lower_layers() from ovl_fill_super()
Miklos Szeredi
2017-11-09
ovl: split out ovl_get_workdir() from ovl_fill_super()
Miklos Szeredi
2017-11-09
ovl: split out ovl_get_upper() from ovl_fill_super()
Miklos Szeredi
2017-11-09
ovl: split out ovl_get_lowerstack() from ovl_fill_super()
Miklos Szeredi
2017-11-09
ovl: split out ovl_get_workpath() from ovl_fill_super()
Miklos Szeredi
2017-11-09
ovl: split out ovl_get_upperpath() from ovl_fill_super()
Miklos Szeredi
2017-11-09
ovl: use path_put_init() in error paths for ovl_fill_super()
Miklos Szeredi
2017-11-09
ovl: allocate anonymous devs for lowerdirs
Chandan Rajendra
2017-11-09
ovl: re-structure overlay lower layers in-memory
Chandan Rajendra
2017-11-09
ovl: move include of ovl_entry.h into overlayfs.h
Amir Goldstein
2017-11-09
ovl: no direct iteration for dir with origin xattr
Amir Goldstein
2017-10-19
ovl: add NULL check in ovl_alloc_inode
Hirofumi Nakagawa
2017-10-05
ovl: fix regression caused by exclusive upper/work dir protection
Amir Goldstein
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-09-05
ovl: fix relatime for directories
Miklos Szeredi
2017-09-04
vfs: add flags to d_real()
Miklos Szeredi
2017-09-04
ovl: cleanup d_real for negative
Miklos Szeredi
2017-07-27
ovl: constant d_ino for non-merge dirs
Miklos Szeredi
2017-07-20
ovl: fix xattr get and set with selinux
Miklos Szeredi
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-13
ovl: remove unneeded check for IS_ERR()
Amir Goldstein
2017-07-13
ovl: fix random return value on mount
Amir Goldstein
2017-07-04
ovl: cleanup orphan index entries
Amir Goldstein
2017-07-04
ovl: add flag for upper in ovl_entry
Miklos Szeredi
2017-07-04
ovl: cleanup bad and stale index entries on mount
Amir Goldstein
2017-07-04
ovl: verify index dir matches upper dir
Amir Goldstein
2017-07-04
ovl: verify upper root dir matches lower root dir
Amir Goldstein
2017-07-04
ovl: introduce the inodes index dir feature
Amir Goldstein
2017-07-04
ovl: generalize ovl_create_workdir()
Amir Goldstein
2017-07-04
ovl: get exclusive ownership on upper/work dirs
Amir Goldstein
2017-07-04
ovl: move cache and version to ovl_inode
Miklos Szeredi
2017-07-04
ovl: use ovl_inode mutex to synchronize concurrent copy up
Amir Goldstein
2017-07-04
ovl: move impure to ovl_inode
Miklos Szeredi
2017-07-04
ovl: move redirect to ovl_inode
Miklos Szeredi
2017-07-04
ovl: move __upperdentry to ovl_inode
Miklos Szeredi
2017-07-04
ovl: use i_private only as a key
Miklos Szeredi
2017-07-04
ovl: simplify getting inode
Miklos Szeredi
2017-07-04
ovl: allocate an ovl_inode struct
Amir Goldstein
2017-05-29
ovl: mark upper merge dir with type origin entries "impure"
Amir Goldstein
[next]