aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-0/+32
2016-09-05ovl: fix workdir creationMiklos Szeredi1-2/+2
2016-09-01ovl: listxattr: use strnlen()Miklos Szeredi1-7/+10
2016-09-01ovl: Switch to generic_getxattrAndreas Gruenbacher4-10/+33
2016-09-01ovl: copyattr after setting POSIX ACLMiklos Szeredi1-1/+5
2016-09-01ovl: Switch to generic_removexattrAndreas Gruenbacher4-58/+33
2016-09-01ovl: Get rid of ovl_xattr_noacl_handlers arrayAndreas Gruenbacher1-16/+12
2016-09-01ovl: Fix OVL_XATTR_PREFIXAndreas Gruenbacher2-5/+4
2016-09-01ovl: fix spelling mistake: "directries" -> "directories"Colin Ian King1-1/+1
2016-09-01ovl: don't cache acl on overlay layerMiklos Szeredi1-0/+3
2016-09-01ovl: use cached acl on underlying layerMiklos Szeredi1-2/+3
2016-09-01ovl: proper cleanup of workdirMiklos Szeredi3-2/+65
2016-09-01ovl: remove posix_acl_default from workdirMiklos Szeredi1-0/+19
2016-09-01ovl: handle umask and posix_acl_default correctly on creationMiklos Szeredi1-0/+54
2016-08-08security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal1-0/+10
2016-08-08security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal1-0/+7
2016-08-08security, overlayfs: provide copy up security hook for unioned filesVivek Goyal1-0/+15
2016-08-08ovl: don't copy up opaquenessMiklos Szeredi3-1/+4
2016-07-29ovl: simplify empty checkingMiklos Szeredi1-29/+21
2016-07-29qstr: constify instances in overlayfsAl Viro1-1/+1
2016-07-29ovl: clear nlink on rmdirMiklos Szeredi1-2/+6
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: append MAY_READ when diluting write checksVivek Goyal1-1/+4
2016-07-29ovl: dilute permission checks on lower only if not special fileVivek Goyal1-1/+1
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi4-11/+104
2016-07-29ovl: share inode for hard linkMiklos Szeredi4-48/+100
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