summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* ovl: fix workdir creationMiklos Szeredi2016-09-051-2/+2
* ovl: listxattr: use strnlen()Miklos Szeredi2016-09-011-7/+10
* ovl: Switch to generic_getxattrAndreas Gruenbacher2016-09-014-10/+33
* ovl: copyattr after setting POSIX ACLMiklos Szeredi2016-09-011-1/+5
* ovl: Switch to generic_removexattrAndreas Gruenbacher2016-09-014-58/+33
* ovl: Get rid of ovl_xattr_noacl_handlers arrayAndreas Gruenbacher2016-09-011-16/+12
* ovl: Fix OVL_XATTR_PREFIXAndreas Gruenbacher2016-09-012-5/+4
* ovl: fix spelling mistake: "directries" -> "directories"Colin Ian King2016-09-011-1/+1
* ovl: don't cache acl on overlay layerMiklos Szeredi2016-09-011-0/+3
* ovl: use cached acl on underlying layerMiklos Szeredi2016-09-011-2/+3
* ovl: proper cleanup of workdirMiklos Szeredi2016-09-013-2/+65
* ovl: remove posix_acl_default from workdirMiklos Szeredi2016-09-011-0/+19
* ovl: handle umask and posix_acl_default correctly on creationMiklos Szeredi2016-09-011-0/+54
* ovl: don't copy up opaquenessMiklos Szeredi2016-08-083-1/+4
* ovl: simplify empty checkingMiklos Szeredi2016-07-291-29/+21
* qstr: constify instances in overlayfsAl Viro2016-07-291-1/+1
* ovl: clear nlink on rmdirMiklos Szeredi2016-07-291-2/+6
* ovl: disallow overlayfs as upperdirMiklos Szeredi2016-07-291-1/+2
* ovl: fix warningMiklos Szeredi2016-07-291-1/+1
* ovl: remove duplicated include from super.cWei Yongjun2016-07-291-1/+0
* ovl: append MAY_READ when diluting write checksVivek Goyal2016-07-291-1/+4
* ovl: dilute permission checks on lower only if not special fileVivek Goyal2016-07-291-1/+1
* ovl: fix POSIX ACL settingMiklos Szeredi2016-07-294-11/+104
* ovl: share inode for hard linkMiklos Szeredi2016-07-294-48/+100
* ovl: store real inode pointer in ->i_privateMiklos Szeredi2016-07-295-37/+40
* ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi2016-07-291-1/+1
* ovl: update atime on upperMiklos Szeredi2016-07-294-5/+37
* ovl: fix sgid on directoryMiklos Szeredi2016-07-291-4/+27
* ovl: simplify permission checkingMiklos Szeredi2016-07-293-53/+1
* ovl: do not require mounter to have MAY_WRITE on lowerVivek Goyal2016-07-291-0/+2
* ovl: do operations on underlying file system in mounter's contextVivek Goyal2016-07-292-37/+72
* ovl: modify ovl_permission() to do checks on two inodesVivek Goyal2016-07-291-4/+14
* ovl: define ->get_acl() for overlay inodesVivek Goyal2016-07-294-0/+28
* ovl: move some common code in a functionVivek Goyal2016-07-291-8/+12
* ovl: store ovl_entry in inode->i_private for all inodesAndreas Gruenbacher2016-07-291-37/+11
* ovl: use generic_delete_inodeMiklos Szeredi2016-07-291-0/+1
* ovl: check mounter creds on underlying lookupMiklos Szeredi2016-07-291-4/+9
* Merge branch 'd_real' into overlayfs-nextMiklos Szeredi2016-07-273-28/+25
|\
| * vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-303-28/+25
* | ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov2016-07-221-30/+24
* | ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2016-07-042-2/+2
* | ovl: handle ATTR_KILL*Miklos Szeredi2016-07-041-0/+3
* | ovl: warn instead of error if d_type is not supportedVivek Goyal2016-07-031-5/+7
* | ovl: get_write_access() in truncateMiklos Szeredi2016-06-291-0/+21
* | ovl: fix dentry leak for default_permissionsMiklos Szeredi2016-06-291-3/+5
|/
* ovl: fix uid/gid when creating over whiteoutMiklos Szeredi2016-06-151-2/+11
* ovl: xattr filter fixMiklos Szeredi2016-06-061-20/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-273-7/+7
|\
| * switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-272-4/+6
| * restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-261-3/+1