summaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2016-11-10ovl: fsync after copy-upMiklos Szeredi
2016-10-28ovl: copy_up_xattr(): use strnlenMiklos Szeredi
2016-10-28ovl: Fix info leak in ovl_lookup_temp()Richard Weinberger
2016-09-15ovl: fix workdir creationMiklos Szeredi
2016-09-15ovl: listxattr: use strnlen()Miklos Szeredi
2016-09-15ovl: remove posix_acl_default from workdirMiklos Szeredi
2016-09-15ovl: don't copy up opaquenessMiklos Szeredi
2016-08-20ovl: disallow overlayfs as upperdirMiklos Szeredi
2016-08-10ovl: handle ATTR_KILL*Miklos Szeredi
2016-07-27ovl: verify upper dentry before unlink and renameMiklos Szeredi
2016-07-27ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov
2016-07-27ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal
2016-04-20fs: add file_dentry()Miklos Szeredi
2016-03-16ovl: fix getcwd() failure after unsuccessful rmdirRui Wang
2016-03-16ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov
2016-03-16ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov
2016-03-16ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov
2016-02-25ovl: setattr: check permissions before copy-upMiklos Szeredi
2016-02-25ovl: root: copy attrMiklos Szeredi
2016-02-25ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov
2016-02-25ovl: use a minimal buffer in ovl_copy_xattrVito Caputo
2016-02-25ovl: allow zero size xattrMiklos Szeredi
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro
2015-12-06ovl: fix permission checking for setattrMiklos Szeredi
2015-10-31Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-10-12ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov
2015-10-12ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov
2015-10-12ovl: fix open in stacked overlayMiklos Szeredi
2015-10-12ovl: fix dentry reference leakDavid Howells
2015-10-12ovl: use O_LARGEFILE in ovl_copy_up()David Howells
2015-09-04fs: create and use seq_show_option for escapingKees Cook
2015-07-12fix a braino in ovl_d_select_inode()Al Viro
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-02Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-06-22ovl: lookup whiteouts outside iterate_dir()Miklos Szeredi
2015-06-22ovl: allow distributed fs as lower layerMiklos Szeredi
2015-06-22ovl: don't traverse automount pointsMiklos Szeredi
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells
2015-06-19overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells
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-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-10ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown
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