summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-271-9/+28
|\
| * ovl: Do d_type check only if work dir creation was successfulVivek Goyal2016-05-271-8/+11
| * ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-271-1/+17
* | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-171-1/+1
|\ \ | |/
| * ovl: ignore permissions on underlying lookupMiklos Szeredi2016-05-101-3/+1
* | ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro2016-05-021-3/+1
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-1/+1
|\ \ | |/ |/|
| * ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-1/+1
* | fs: add file_dentry()Miklos Szeredi2016-03-261-0/+33
|/
* ovl: Ensure upper filesystem supports d_typeVivek Goyal2016-03-211-0/+15
* ovl: honor flag MS_SILENT at mountKonstantin Khlebnikov2016-03-211-1/+2
* ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov2016-03-031-5/+7
* ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov2016-03-031-0/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-7/+7
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-211-0/+1
|\
| * fs/overlayfs/super.c needs pagemap.hAndrew Morton2016-01-201-0/+1
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-211-2/+33
|\ \ | |/ |/|
| * ovl: setattr: check permissions before copy-upMiklos Szeredi2015-12-111-0/+2
| * ovl: root: copy attrMiklos Szeredi2015-12-091-0/+3
| * ovl: move super block magic number to magic.hStephen Hemminger2015-11-101-2/+0
| * ovl: default permissionsMiklos Szeredi2015-10-121-0/+28
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-10-311-0/+2
|\ \ | |/
| * ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov2015-10-121-0/+1
| * ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov2015-10-121-0/+1
* | fs: create and use seq_show_option for escapingKees Cook2015-09-041-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-0/+1
|\
| * overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells2015-06-191-0/+1
* | ovl: allow distributed fs as lower layerMiklos Szeredi2015-06-221-25/+88
* | ovl: don't traverse automount pointsMiklos Szeredi2015-06-221-2/+6
* | ovl: mount read-only if workdir can't be createdMiklos Szeredi2015-05-191-5/+5
|/
* ovl: upper fs should not be R/Ohujianyang2015-03-181-5/+19
* ovl: check lowerdir amount for non-upper mounthujianyang2015-03-181-1/+7
* ovl: print error message for invalid mount optionshujianyang2015-03-181-0/+1
* ovl: Prevent rw remount when it should be ro mountSeunghun Lee2015-01-081-0/+12
* ovl: Fix opaque regression in ovl_lookuphujianyang2015-01-081-10/+13
* ovl: Fix kernel panic while mounting overlayfshujianyang2015-01-081-0/+3
* ovl: Use macros to present ovl_xattrhujianyang2014-12-131-3/+1
* ovl: Cleanup redundant blank lineshujianyang2014-12-131-1/+0
* ovl: support multiple lower layersMiklos Szeredi2014-12-131-27/+83
* ovl: make upperdir optionalMiklos Szeredi2014-12-131-36/+47
* ovl: improve mount helpersMiklos Szeredi2014-12-131-52/+73
* ovl: mount: change order of initializationMiklos Szeredi2014-12-131-38/+32
* ovl: allow statfs if no upper layerMiklos Szeredi2014-12-131-2/+2
* ovl: lookup ENAMETOOLONG on lower means ENOENTMiklos Szeredi2014-12-131-1/+7
* ovl: check whiteout on lowest layer as wellMiklos Szeredi2014-12-131-17/+10
* ovl: multi-layer lookupMiklos Szeredi2014-12-131-49/+94
* ovl: multi-layer readdirMiklos Szeredi2014-12-131-0/+3
* ovl: helper to iterate layersMiklos Szeredi2014-12-131-0/+21
* ovl: add mutli-layer infrastructureMiklos Szeredi2014-12-131-34/+64
* ovl: make path-type a bitmapMiklos Szeredi2014-12-131-11/+8
OpenPOWER on IntegriCloud