aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-05ovl: merge getattr for dir and nondirMiklos Szeredi1-4/+27
2017-05-05ovl: constant st_ino/st_dev across copy upAmir Goldstein1-1/+38
2017-03-08ovl: lockdep annotate of nested stacked overlayfs inode lockAmir Goldstein1-0/+37
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+4
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-3/+4
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-16ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein1-32/+1
2016-12-16ovl: treat special files like a regular fsMiklos Szeredi1-14/+10
2016-12-16Revert "ovl: get_write_access() in truncate"Miklos Szeredi1-21/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-31ovl: fix get_acl() on tmpfsMiklos Szeredi1-3/+0
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-34/+10
2016-10-14ovl: use vfs_get_link()Miklos Szeredi1-9/+1
2016-10-14ovl: use generic_readlinkMiklos Szeredi1-20/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-6/+0
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-19ovl: during copy up, switch to mounter's creds earlyVivek Goyal1-5/+8
2016-09-01ovl: listxattr: use strnlen()Miklos Szeredi1-7/+10
2016-09-01ovl: Switch to generic_getxattrAndreas Gruenbacher1-7/+4
2016-09-01ovl: Switch to generic_removexattrAndreas Gruenbacher1-44/+21
2016-09-01ovl: Fix OVL_XATTR_PREFIXAndreas Gruenbacher1-3/+2
2016-09-01ovl: don't cache acl on overlay layerMiklos Szeredi1-0/+3
2016-09-01ovl: use cached acl on underlying layerMiklos Szeredi1-2/+3
2016-08-08ovl: don't copy up opaquenessMiklos Szeredi1-1/+1
2016-07-29ovl: append MAY_READ when diluting write checksVivek Goyal1-1/+4
2016-07-29ovl: dilute permission checks on lower only if not special fileVivek Goyal1-1/+1
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi1-7/+5
2016-07-29ovl: share inode for hard linkMiklos Szeredi1-11/+40
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi1-8/+3
2016-07-29ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi1-1/+1
2016-07-29ovl: update atime on upperMiklos Szeredi1-3/+26
2016-07-29ovl: simplify permission checkingMiklos Szeredi1-45/+1
2016-07-29ovl: do not require mounter to have MAY_WRITE on lowerVivek Goyal1-0/+2
2016-07-29ovl: do operations on underlying file system in mounter's contextVivek Goyal1-6/+43
2016-07-29ovl: modify ovl_permission() to do checks on two inodesVivek Goyal1-4/+14
2016-07-29ovl: define ->get_acl() for overlay inodesVivek Goyal1-0/+17
2016-07-29ovl: store ovl_entry in inode->i_private for all inodesAndreas Gruenbacher1-37/+11
2016-07-27Merge branch 'd_real' into overlayfs-nextMiklos Szeredi1-21/+10
2016-07-04ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal1-2/+1
2016-07-04ovl: handle ATTR_KILL*Miklos Szeredi1-0/+3
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi1-21/+10
2016-06-29ovl: get_write_access() in truncateMiklos Szeredi1-0/+21
2016-06-29ovl: fix dentry leak for default_permissionsMiklos Szeredi1-3/+5
2016-06-06ovl: xattr filter fixMiklos Szeredi1-20/+6
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-2/+3
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-2/+2
2016-03-03ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov1-0/+2