summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-275-107/+38
|\ \ | |/ |/|
| * ovl: Do d_type check only if work dir creation was successfulVivek Goyal2016-05-271-8/+11
| * ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-275-99/+27
* | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-171-1/+1
|\ \ | |/
| * ovl: ignore permissions on underlying lookupMiklos Szeredi2016-05-101-3/+1
* | parallel lookups: actual switch to rwsemAl Viro2016-05-021-1/+3
* | ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro2016-05-021-3/+1
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-023-5/+5
|\ \ | |/ |/|
| * ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-113-5/+5
* | fs: add file_dentry()Miklos Szeredi2016-03-261-0/+33
|/
* ovl: cleanup unused var in rename2Miklos Szeredi2016-03-211-2/+0
* ovl: rename is_merge to is_lowestMiklos Szeredi2016-03-211-8/+8
* ovl: fixed coding style warningSohom Bhattacharjee2016-03-211-0/+1
* ovl: Ensure upper filesystem supports d_typeVivek Goyal2016-03-213-0/+53
OpenPOWER on IntegriCloud