summaryrefslogtreecommitdiff
path: root/fs/overlayfs
Commit message (Expand)AuthorAge
* ovl: simplify empty checkingMiklos Szeredi2016-07-29
* qstr: constify instances in overlayfsAl Viro2016-07-29
* ovl: clear nlink on rmdirMiklos Szeredi2016-07-29
* ovl: disallow overlayfs as upperdirMiklos Szeredi2016-07-29
* ovl: fix warningMiklos Szeredi2016-07-29
* ovl: remove duplicated include from super.cWei Yongjun2016-07-29
* ovl: append MAY_READ when diluting write checksVivek Goyal2016-07-29
* ovl: dilute permission checks on lower only if not special fileVivek Goyal2016-07-29
* ovl: fix POSIX ACL settingMiklos Szeredi2016-07-29
* ovl: share inode for hard linkMiklos Szeredi2016-07-29
* ovl: store real inode pointer in ->i_privateMiklos Szeredi2016-07-29
* ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi2016-07-29
* ovl: update atime on upperMiklos Szeredi2016-07-29
* ovl: fix sgid on directoryMiklos Szeredi2016-07-29
* ovl: simplify permission checkingMiklos Szeredi2016-07-29
* ovl: do not require mounter to have MAY_WRITE on lowerVivek Goyal2016-07-29
* ovl: do operations on underlying file system in mounter's contextVivek Goyal2016-07-29
* ovl: modify ovl_permission() to do checks on two inodesVivek Goyal2016-07-29
* ovl: define ->get_acl() for overlay inodesVivek Goyal2016-07-29
* ovl: move some common code in a functionVivek Goyal2016-07-29
* ovl: store ovl_entry in inode->i_private for all inodesAndreas Gruenbacher2016-07-29
* ovl: use generic_delete_inodeMiklos Szeredi2016-07-29
* ovl: check mounter creds on underlying lookupMiklos Szeredi2016-07-29
* Merge branch 'd_real' into overlayfs-nextMiklos Szeredi2016-07-27
|\
| * vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-30
* | ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov2016-07-22
* | ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2016-07-04
* | ovl: handle ATTR_KILL*Miklos Szeredi2016-07-04
* | ovl: warn instead of error if d_type is not supportedVivek Goyal2016-07-03
* | ovl: get_write_access() in truncateMiklos Szeredi2016-06-29
* | ovl: fix dentry leak for default_permissionsMiklos Szeredi2016-06-29
|/
* ovl: fix uid/gid when creating over whiteoutMiklos Szeredi2016-06-15
* ovl: xattr filter fixMiklos Szeredi2016-06-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-27
|\
| * switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-27
| * restore killability of old mutex_lock_killable(&inode->i_mutex) usersAl Viro2016-05-26
* | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-27
|\ \ | |/ |/|
| * ovl: Do d_type check only if work dir creation was successfulVivek Goyal2016-05-27
| * ovl: override creds with the ones from the superblock mounterAntonio Murdaca2016-05-27
* | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-17
|\ \ | |/
| * ovl: ignore permissions on underlying lookupMiklos Szeredi2016-05-10
* | parallel lookups: actual switch to rwsemAl Viro2016-05-02
* | ovl_lookup_real(): use lookup_one_len_unlocked()Al Viro2016-05-02
* | Merge getxattr prototype change into work.lookupsAl Viro2016-05-02
|\ \ | |/ |/|
| * ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-11
* | fs: add file_dentry()Miklos Szeredi2016-03-26
|/
* ovl: cleanup unused var in rename2Miklos Szeredi2016-03-21
* ovl: rename is_merge to is_lowestMiklos Szeredi2016-03-21
* ovl: fixed coding style warningSohom Bhattacharjee2016-03-21
* ovl: Ensure upper filesystem supports d_typeVivek Goyal2016-03-21