aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-29qstr: constify instances in overlayfsAl Viro1-1/+1
2016-07-29ovl: disallow overlayfs as upperdirMiklos Szeredi1-1/+2
2016-07-29ovl: fix warningMiklos Szeredi1-1/+1
2016-07-29ovl: remove duplicated include from super.cWei Yongjun1-1/+0
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi1-0/+95
2016-07-29ovl: share inode for hard linkMiklos Szeredi1-2/+10
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi1-24/+20
2016-07-29ovl: update atime on upperMiklos Szeredi1-2/+6
2016-07-29ovl: simplify permission checkingMiklos Szeredi1-7/+0
2016-07-29ovl: define ->get_acl() for overlay inodesVivek Goyal1-0/+8
2016-07-29ovl: use generic_delete_inodeMiklos Szeredi1-0/+1
2016-07-29ovl: check mounter creds on underlying lookupMiklos Szeredi1-4/+9
2016-07-27Merge branch 'd_real' into overlayfs-nextMiklos Szeredi1-6/+14
2016-07-03ovl: warn instead of error if d_type is not supportedVivek Goyal1-5/+7
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi1-6/+14
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