aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c
AgeCommit message (Expand)Author
2016-07-29qstr: constify instances in overlayfsAl Viro
2016-07-29ovl: disallow overlayfs as upperdirMiklos Szeredi
2016-07-29ovl: fix warningMiklos Szeredi
2016-07-29ovl: remove duplicated include from super.cWei Yongjun
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi
2016-07-29ovl: share inode for hard linkMiklos Szeredi
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi
2016-07-29ovl: update atime on upperMiklos Szeredi
2016-07-29ovl: simplify permission checkingMiklos Szeredi
2016-07-29ovl: define ->get_acl() for overlay inodesVivek Goyal
2016-07-29ovl: use generic_delete_inodeMiklos Szeredi
2016-07-29ovl: check mounter creds on underlying lookupMiklos Szeredi
2016-07-27Merge branch 'd_real' into overlayfs-nextMiklos Szeredi
2016-07-03ovl: warn instead of error if d_type is not supportedVivek Goyal
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi
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