summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-3/+3
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-272-3/+3
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-104-13/+4
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-072-9/+0
| * | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-072-4/+4
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-2/+2
|\ \
| * \ Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-1/+1
| |\ \
| | * | fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-1/+1
| * | | locks: fix file locking on overlayfsMiklos Szeredi2016-09-161-1/+1
| | |/ | |/|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-10-042-0/+32
|\ \ \ | |/ / |/| |
| * | security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal2016-08-081-0/+10
| * | security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal2016-08-081-0/+7
| * | security, overlayfs: provide copy up security hook for unioned filesVivek Goyal2016-08-081-0/+15
| |/
* | 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