summaryrefslogtreecommitdiff
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)Author
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-27ovl: Do d_type check only if work dir creation was successfulVivek Goyal
2016-05-27ovl: override creds with the ones from the superblock mounterAntonio Murdaca
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-10ovl: ignore permissions on underlying lookupMiklos Szeredi
2016-05-02ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-03-26fs: add file_dentry()Miklos Szeredi
2016-03-21ovl: Ensure upper filesystem supports d_typeVivek Goyal
2016-03-21ovl: honor flag MS_SILENT at mountKonstantin Khlebnikov
2016-03-03ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov
2016-03-03ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-01-20fs/overlayfs/super.c needs pagemap.hAndrew Morton
2015-12-11ovl: setattr: check permissions before copy-upMiklos Szeredi
2015-12-09ovl: root: copy attrMiklos Szeredi
2015-11-10ovl: move super block magic number to magic.hStephen Hemminger
2015-10-31Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-10-12ovl: default permissionsMiklos Szeredi
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-09-04fs: create and use seq_show_option for escapingKees Cook
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
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-05-19ovl: mount read-only if workdir can't be createdMiklos 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-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
2014-12-13ovl: helper to iterate layersMiklos Szeredi
2014-12-13ovl: add mutli-layer infrastructureMiklos Szeredi
2014-12-13ovl: make path-type a bitmapMiklos Szeredi