aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi5-37/+40
2016-07-29ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi1-1/+1
2016-07-29ovl: update atime on upperMiklos Szeredi4-5/+37
2016-07-29ovl: fix sgid on directoryMiklos Szeredi1-4/+27
2016-07-29ovl: simplify permission checkingMiklos Szeredi3-53/+1
2016-07-29ovl: do not require mounter to have MAY_WRITE on lowerVivek Goyal1-0/+2
2016-07-29ovl: do operations on underlying file system in mounter's contextVivek Goyal2-37/+72
2016-07-29ovl: modify ovl_permission() to do checks on two inodesVivek Goyal1-4/+14
2016-07-29ovl: define ->get_acl() for overlay inodesVivek Goyal4-0/+28
2016-07-29ovl: move some common code in a functionVivek Goyal1-8/+12
2016-07-29ovl: store ovl_entry in inode->i_private for all inodesAndreas Gruenbacher1-37/+11
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 Szeredi3-28/+25
2016-07-22ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov1-30/+24
2016-07-04ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2-2/+2
2016-07-04ovl: handle ATTR_KILL*Miklos Szeredi1-0/+3
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 Szeredi3-28/+25
2016-06-29ovl: get_write_access() in truncateMiklos Szeredi1-0/+21
2016-06-29ovl: fix dentry leak for default_permissionsMiklos Szeredi1-3/+5
2016-06-15ovl: fix uid/gid when creating over whiteoutMiklos Szeredi1-2/+11
2016-06-06ovl: xattr filter fixMiklos Szeredi1-20/+6
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-7/+7
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro2-4/+6
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds5-107/+38
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 Murdaca5-99/+27
2016-05-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro1-3/+1
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-02parallel lookups: actual switch to rwsemAl Viro1-1/+3
2016-05-02ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro1-3/+1
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro3-5/+5
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro3-5/+5
2016-03-26fs: add file_dentry()Miklos Szeredi1-0/+33
2016-03-21ovl: cleanup unused var in rename2Miklos Szeredi1-2/+0
2016-03-21ovl: rename is_merge to is_lowestMiklos Szeredi1-8/+8
2016-03-21ovl: fixed coding style warningSohom Bhattacharjee1-0/+1
2016-03-21ovl: Ensure upper filesystem supports d_typeVivek Goyal3-0/+53
2016-03-21ovl: Warn on copy up if a process has a R/O fd open to the lower fileDavid Howells1-0/+34
2016-03-21ovl: honor flag MS_SILENT at mountKonstantin Khlebnikov1-1/+2
2016-03-21ovl: verify upper dentry before unlink and renameMiklos Szeredi1-21/+38
2016-03-03ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov1-0/+2
2016-03-03ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov2-5/+14
2016-03-03ovl: fix getcwd() failure after unsuccessful rmdirRui Wang1-1/+2
2016-03-03ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov1-0/+1
2016-01-22wrappers for ->i_mutex accessAl Viro5-27/+27
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 Torvalds5-18/+100