summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-3/+4
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+4
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
|/
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein2016-12-161-32/+1
* | ovl: treat special files like a regular fsMiklos Szeredi2016-12-161-14/+10
* | Revert "ovl: get_write_access() in truncate"Miklos Szeredi2016-12-161-21/+0
|/
* ovl: fix get_acl() on tmpfsMiklos Szeredi2016-10-311-3/+0
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-141-34/+10
|\
| * ovl: use vfs_get_link()Miklos Szeredi2016-10-141-9/+1
| * ovl: use generic_readlinkMiklos Szeredi2016-10-141-20/+1
| * ovl: during copy up, switch to mounter's creds earlyVivek Goyal2016-09-191-5/+8
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-6/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-6/+0
| |/
* | 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
* | ovl: listxattr: use strnlen()Miklos Szeredi2016-09-011-7/+10
* | ovl: Switch to generic_getxattrAndreas Gruenbacher2016-09-011-7/+4
* | ovl: Switch to generic_removexattrAndreas Gruenbacher2016-09-011-44/+21
* | ovl: Fix OVL_XATTR_PREFIXAndreas Gruenbacher2016-09-011-3/+2
* | 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: don't copy up opaquenessMiklos Szeredi2016-08-081-1/+1
|/
* 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-291-7/+5
* ovl: share inode for hard linkMiklos Szeredi2016-07-291-11/+40
* ovl: store real inode pointer in ->i_privateMiklos Szeredi2016-07-291-8/+3
* ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi2016-07-291-1/+1
* ovl: update atime on upperMiklos Szeredi2016-07-291-3/+26
* ovl: simplify permission checkingMiklos Szeredi2016-07-291-45/+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-291-6/+43
* ovl: modify ovl_permission() to do checks on two inodesVivek Goyal2016-07-291-4/+14
* ovl: define ->get_acl() for overlay inodesVivek Goyal2016-07-291-0/+17
* ovl: store ovl_entry in inode->i_private for all inodesAndreas Gruenbacher2016-07-291-37/+11
* Merge branch 'd_real' into overlayfs-nextMiklos Szeredi2016-07-271-21/+10
|\
| * vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2016-06-301-21/+10
* | ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2016-07-041-2/+1
* | ovl: handle ATTR_KILL*Miklos Szeredi2016-07-041-0/+3
* | ovl: get_write_access() in truncateMiklos Szeredi2016-06-291-0/+21
* | ovl: fix dentry leak for default_permissionsMiklos Szeredi2016-06-291-3/+5
|/
* ovl: xattr filter fixMiklos Szeredi2016-06-061-20/+6
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-2/+3
* ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-2/+2
* ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov2016-03-031-0/+2
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-01-211-0/+36
|\
| * ovl: setattr: check permissions before copy-upMiklos Szeredi2015-12-111-0/+13