index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
overlayfs
/
super.c
Age
Commit message (
Expand
)
Author
2019-03-05
ANDROID: overlayfs: override_creds=off option bypass creator_cred
Mark Salyzyn
2018-09-15
ovl: proper cleanup of workdir
Miklos Szeredi
2018-09-15
ovl: override creds with the ones from the superblock mounter
Antonio Murdaca
2018-08-28
ovl: warn instead of error if d_type is not supported
Vivek Goyal
2018-08-28
ovl: Do d_type check only if work dir creation was successful
Vivek Goyal
2018-08-28
ovl: Ensure upper filesystem supports d_type
Vivek Goyal
2016-09-15
ovl: fix workdir creation
Miklos Szeredi
2016-09-15
ovl: remove posix_acl_default from workdir
Miklos Szeredi
2016-08-20
ovl: disallow overlayfs as upperdir
Miklos Szeredi
2016-04-20
fs: add file_dentry()
Miklos Szeredi
2016-03-16
ovl: fix working on distributed fs as lower layer
Konstantin Khlebnikov
2016-03-16
ovl: ignore lower entries when checking purity of non-directory entries
Konstantin Khlebnikov
2016-02-25
ovl: setattr: check permissions before copy-up
Miklos Szeredi
2016-02-25
ovl: root: copy attr
Miklos Szeredi
2015-10-31
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2015-10-12
ovl: free lower_mnt array in ovl_put_super
Konstantin Khlebnikov
2015-10-12
ovl: free stack of paths in ovl_fill_super
Konstantin Khlebnikov
2015-09-04
fs: create and use seq_show_option for escaping
Kees Cook
2015-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-06-22
ovl: allow distributed fs as lower layer
Miklos Szeredi
2015-06-22
ovl: don't traverse automount points
Miklos Szeredi
2015-06-19
overlayfs: Make f_path always point to the overlay and f_inode to the underlay
David Howells
2015-05-19
ovl: mount read-only if workdir can't be created
Miklos Szeredi
2015-03-18
ovl: upper fs should not be R/O
hujianyang
2015-03-18
ovl: check lowerdir amount for non-upper mount
hujianyang
2015-03-18
ovl: print error message for invalid mount options
hujianyang
2015-01-08
ovl: Prevent rw remount when it should be ro mount
Seunghun Lee
2015-01-08
ovl: Fix opaque regression in ovl_lookup
hujianyang
2015-01-08
ovl: Fix kernel panic while mounting overlayfs
hujianyang
2014-12-13
ovl: Use macros to present ovl_xattr
hujianyang
2014-12-13
ovl: Cleanup redundant blank lines
hujianyang
2014-12-13
ovl: support multiple lower layers
Miklos Szeredi
2014-12-13
ovl: make upperdir optional
Miklos Szeredi
2014-12-13
ovl: improve mount helpers
Miklos Szeredi
2014-12-13
ovl: mount: change order of initialization
Miklos Szeredi
2014-12-13
ovl: allow statfs if no upper layer
Miklos Szeredi
2014-12-13
ovl: lookup ENAMETOOLONG on lower means ENOENT
Miklos Szeredi
2014-12-13
ovl: check whiteout on lowest layer as well
Miklos Szeredi
2014-12-13
ovl: multi-layer lookup
Miklos Szeredi
2014-12-13
ovl: multi-layer readdir
Miklos Szeredi
2014-12-13
ovl: helper to iterate layers
Miklos Szeredi
2014-12-13
ovl: add mutli-layer infrastructure
Miklos Szeredi
2014-12-13
ovl: make path-type a bitmap
Miklos Szeredi
2014-11-20
ovl: use lockless_dereference() for upperdentry
Miklos Szeredi
2014-11-20
ovl: allow filenames with comma
Miklos Szeredi
2014-11-20
ovl: rename filesystem type to "overlay"
Miklos Szeredi
2014-10-24
fs: limit filesystem stacking depth
Miklos Szeredi
2014-10-24
overlayfs: implement show_options
Erez Zadok
2014-10-24
overlayfs: add statfs support
Andy Whitcroft
2014-10-24
overlay filesystem
Miklos Szeredi