aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-9/+28
2016-05-27ovl: Do d_type check only if work dir creation was successfulVivek Goyal1-8/+11
2016-05-27ovl: override creds with the ones from the superblock mounterAntonio Murdaca1-1/+17
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro1-1/+1
2016-05-10ovl: ignore permissions on underlying lookupMiklos Szeredi1-3/+1
2016-05-02ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro1-3/+1
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+1
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-1/+1
2016-03-26fs: add file_dentry()Miklos Szeredi1-0/+33
2016-03-21ovl: Ensure upper filesystem supports d_typeVivek Goyal1-0/+15
2016-03-21ovl: honor flag MS_SILENT at mountKonstantin Khlebnikov1-1/+2
2016-03-03ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov1-5/+7
2016-03-03ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov1-0/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-7/+7
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-2/+33
2016-01-20fs/overlayfs/super.c needs pagemap.hAndrew Morton1-0/+1
2015-12-11ovl: setattr: check permissions before copy-upMiklos Szeredi1-0/+2
2015-12-09ovl: root: copy attrMiklos Szeredi1-0/+3
2015-11-10ovl: move super block magic number to magic.hStephen Hemminger1-2/+0
2015-10-31Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+2
2015-10-12ovl: default permissionsMiklos Szeredi1-0/+28
2015-10-12ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov1-0/+1
2015-10-12ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov1-0/+1
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-3/+3
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2015-06-22ovl: allow distributed fs as lower layerMiklos Szeredi1-25/+88
2015-06-22ovl: don't traverse automount pointsMiklos Szeredi1-2/+6
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells1-0/+1
2015-05-19ovl: mount read-only if workdir can't be createdMiklos Szeredi1-5/+5
2015-03-18ovl: upper fs should not be R/Ohujianyang1-5/+19
2015-03-18ovl: check lowerdir amount for non-upper mounthujianyang1-1/+7
2015-03-18ovl: print error message for invalid mount optionshujianyang1-0/+1
2015-01-08ovl: Prevent rw remount when it should be ro mountSeunghun Lee1-0/+12
2015-01-08ovl: Fix opaque regression in ovl_lookuphujianyang1-10/+13
2015-01-08ovl: Fix kernel panic while mounting overlayfshujianyang1-0/+3
2014-12-13ovl: Use macros to present ovl_xattrhujianyang1-3/+1
2014-12-13ovl: Cleanup redundant blank lineshujianyang1-1/+0
2014-12-13ovl: support multiple lower layersMiklos Szeredi1-27/+83
2014-12-13ovl: make upperdir optionalMiklos Szeredi1-36/+47
2014-12-13ovl: improve mount helpersMiklos Szeredi1-52/+73
2014-12-13ovl: mount: change order of initializationMiklos Szeredi1-38/+32
2014-12-13ovl: allow statfs if no upper layerMiklos Szeredi1-2/+2
2014-12-13ovl: lookup ENAMETOOLONG on lower means ENOENTMiklos Szeredi1-1/+7
2014-12-13ovl: check whiteout on lowest layer as wellMiklos Szeredi1-17/+10
2014-12-13ovl: multi-layer lookupMiklos Szeredi1-49/+94
2014-12-13ovl: multi-layer readdirMiklos Szeredi1-0/+3
2014-12-13ovl: helper to iterate layersMiklos Szeredi1-0/+21
2014-12-13ovl: add mutli-layer infrastructureMiklos Szeredi1-34/+64
2014-12-13ovl: make path-type a bitmapMiklos Szeredi1-11/+8