aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2016-07-29ovl: simplify empty checkingMiklos Szeredi
2016-07-29qstr: constify instances in overlayfsAl Viro
2016-07-29ovl: clear nlink on rmdirMiklos Szeredi
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: append MAY_READ when diluting write checksVivek Goyal
2016-07-29ovl: dilute permission checks on lower only if not special fileVivek Goyal
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: permission: return ECHILD instead of ENOENTMiklos Szeredi
2016-07-29ovl: update atime on upperMiklos Szeredi
2016-07-29ovl: fix sgid on directoryMiklos Szeredi
2016-07-29ovl: simplify permission checkingMiklos Szeredi
2016-07-29ovl: do not require mounter to have MAY_WRITE on lowerVivek Goyal
2016-07-29ovl: do operations on underlying file system in mounter's contextVivek Goyal
2016-07-29ovl: modify ovl_permission() to do checks on two inodesVivek Goyal
2016-07-29ovl: define ->get_acl() for overlay inodesVivek Goyal
2016-07-29ovl: move some common code in a functionVivek Goyal
2016-07-29ovl: store ovl_entry in inode->i_private for all inodesAndreas Gruenbacher
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-22ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov
2016-07-04ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal
2016-07-04ovl: handle ATTR_KILL*Miklos 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-06-29ovl: get_write_access() in truncateMiklos Szeredi
2016-06-29ovl: fix dentry leak for default_permissionsMiklos Szeredi
2016-06-15ovl: fix uid/gid when creating over whiteoutMiklos Szeredi
2016-06-06ovl: xattr filter fixMiklos Szeredi
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
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-26restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-10ovl: ignore permissions on underlying lookupMiklos Szeredi
2016-05-02parallel lookups: actual switch to rwsemAl Viro
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: cleanup unused var in rename2Miklos Szeredi
2016-03-21ovl: rename is_merge to is_lowestMiklos Szeredi
2016-03-21ovl: fixed coding style warningSohom Bhattacharjee
2016-03-21ovl: Ensure upper filesystem supports d_typeVivek Goyal