aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-31ovl: fix get_acl() on tmpfsGravatar Miklos Szeredi 1-3/+0
2016-10-14Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-34/+10
2016-10-14ovl: use vfs_get_link()Gravatar Miklos Szeredi 1-9/+1
2016-10-14ovl: use generic_readlinkGravatar Miklos Szeredi 1-20/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-6/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-1/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-6/+0
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-1/+1
2016-09-19ovl: during copy up, switch to mounter's creds earlyGravatar Vivek Goyal 1-5/+8
2016-09-01ovl: listxattr: use strnlen()Gravatar Miklos Szeredi 1-7/+10
2016-09-01ovl: Switch to generic_getxattrGravatar Andreas Gruenbacher 1-7/+4
2016-09-01ovl: Switch to generic_removexattrGravatar Andreas Gruenbacher 1-44/+21
2016-09-01ovl: Fix OVL_XATTR_PREFIXGravatar Andreas Gruenbacher 1-3/+2
2016-09-01ovl: don't cache acl on overlay layerGravatar Miklos Szeredi 1-0/+3
2016-09-01ovl: use cached acl on underlying layerGravatar Miklos Szeredi 1-2/+3
2016-08-08ovl: don't copy up opaquenessGravatar Miklos Szeredi 1-1/+1
2016-07-29ovl: append MAY_READ when diluting write checksGravatar Vivek Goyal 1-1/+4
2016-07-29ovl: dilute permission checks on lower only if not special fileGravatar Vivek Goyal 1-1/+1
2016-07-29ovl: fix POSIX ACL settingGravatar Miklos Szeredi 1-7/+5
2016-07-29ovl: share inode for hard linkGravatar Miklos Szeredi 1-11/+40
2016-07-29ovl: store real inode pointer in ->i_privateGravatar Miklos Szeredi 1-8/+3
2016-07-29ovl: permission: return ECHILD instead of ENOENTGravatar Miklos Szeredi 1-1/+1
2016-07-29ovl: update atime on upperGravatar Miklos Szeredi 1-3/+26
2016-07-29ovl: simplify permission checkingGravatar Miklos Szeredi 1-45/+1
2016-07-29ovl: do not require mounter to have MAY_WRITE on lowerGravatar Vivek Goyal 1-0/+2
2016-07-29ovl: do operations on underlying file system in mounter's contextGravatar Vivek Goyal 1-6/+43
2016-07-29ovl: modify ovl_permission() to do checks on two inodesGravatar Vivek Goyal 1-4/+14
2016-07-29ovl: define ->get_acl() for overlay inodesGravatar Vivek Goyal 1-0/+17
2016-07-29ovl: store ovl_entry in inode->i_private for all inodesGravatar Andreas Gruenbacher 1-37/+11
2016-07-27Merge branch 'd_real' into overlayfs-nextGravatar Miklos Szeredi 1-21/+10
2016-07-04ovl: Copy up underlying inode's ->i_mode to overlay inodeGravatar Vivek Goyal 1-2/+1
2016-07-04ovl: handle ATTR_KILL*Gravatar Miklos Szeredi 1-0/+3
2016-06-30vfs: merge .d_select_inode() into .d_real()Gravatar Miklos Szeredi 1-21/+10
2016-06-29ovl: get_write_access() in truncateGravatar Miklos Szeredi 1-0/+21
2016-06-29ovl: fix dentry leak for default_permissionsGravatar Miklos Szeredi 1-3/+5
2016-06-06ovl: xattr filter fixGravatar Miklos Szeredi 1-20/+6
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 1-2/+3
2016-04-11->getxattr(): pass dentry and inode as separate argumentsGravatar Al Viro 1-2/+2
2016-03-03ovl: copy new uid/gid into overlayfs runtime inodeGravatar Konstantin Khlebnikov 1-0/+2
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+36
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-42/+3
2015-12-11ovl: setattr: check permissions before copy-upGravatar Miklos Szeredi 1-0/+13
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-4/+8
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsGravatar Al Viro 1-7/+4
2015-12-06ovl: fix permission checking for setattrGravatar Miklos Szeredi 1-4/+4
2015-10-12ovl: default permissionsGravatar Miklos Szeredi 1-0/+23
2015-10-12ovl: fix open in stacked overlayGravatar Miklos Szeredi 1-0/+3
2015-07-12fix a braino in ovl_d_select_inode()Gravatar Al Viro 1-0/+3
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayGravatar David Howells 1-8/+6