summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2016-12-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-11-25ovl: fsync after copy-upMiklos Szeredi
2016-10-02ovl: fix workdir creationMiklos Szeredi
2016-09-15ovl: listxattr: use strnlen()Miklos Szeredi
2016-09-15ovl: remove posix_acl_default from workdirMiklos Szeredi
2016-09-12ovl: don't copy up opaquenessMiklos Szeredi
2016-08-19ovl: verify upper dentry before unlink and renameMiklos Szeredi
2016-08-06ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov
2016-08-03ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal
2016-08-03ovl: handle ATTR_KILL*Miklos Szeredi
2016-04-13ovl: fix permission checking for setattrMiklos Szeredi
2016-03-22ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov
2016-03-22ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov
2016-03-22ovl: fix getcwd() failure after unsuccessful rmdirRui Wang
2016-02-01ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov
2016-02-01ovl: setattr: check permissions before copy-upMiklos Szeredi
2016-02-01ovl: root: copy attrMiklos Szeredi
2016-02-01ovl: use a minimal buffer in ovl_copy_xattrVito Caputo
2016-02-01ovl: allow zero size xattrMiklos Szeredi
2015-11-09ovl: fix dentry reference leakDavid Howells
2015-11-09ovl: use O_LARGEFILE in ovl_copy_up()David Howells
2015-11-09ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov
2015-11-09ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov
2015-10-22fix a braino in ovl_d_select_inode()Al Viro
2015-10-22overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells
2015-10-22overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells
2015-09-21fs: create and use seq_show_option for escapingKees Cook
2015-08-03ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi
2015-05-19ovl: mount read-only if workdir can't be createdMiklos Szeredi
2015-05-14ovl: don't remove non-empty opaque directoryMiklos Szeredi
2015-03-18ovl: upper fs should not be R/Ohujianyang
2015-03-18ovl: check lowerdir amount for non-upper mounthujianyang
2015-03-18ovl: print error message for invalid mount optionshujianyang
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-20Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro
2015-01-09ovl: discard independent cursor in readdir()hujianyang
2015-01-08ovl: Prevent rw remount when it should be ro mountSeunghun Lee
2015-01-08ovl: Fix opaque regression in ovl_lookuphujianyang
2015-01-08ovl: Fix kernel panic while mounting overlayfshujianyang
2014-12-13ovl: Use macros to present ovl_xattrhujianyang
2014-12-13ovl: Cleanup redundant blank lineshujianyang
2014-12-13ovl: support multiple lower layersMiklos Szeredi
2014-12-13ovl: make upperdir optionalMiklos Szeredi
2014-12-13ovl: improve mount helpersMiklos Szeredi
2014-12-13ovl: mount: change order of initializationMiklos Szeredi
2014-12-13ovl: allow statfs if no upper layerMiklos Szeredi
2014-12-13ovl: lookup ENAMETOOLONG on lower means ENOENTMiklos Szeredi
2014-12-13ovl: check whiteout on lowest layer as wellMiklos Szeredi
2014-12-13ovl: multi-layer lookupMiklos Szeredi
2014-12-13ovl: multi-layer readdirMiklos Szeredi