summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/inode.c
AgeCommit message (Expand)Author
2016-09-01ovl: listxattr: use strnlen()Miklos Szeredi
2016-09-01ovl: Switch to generic_getxattrAndreas Gruenbacher
2016-09-01ovl: Switch to generic_removexattrAndreas Gruenbacher
2016-09-01ovl: Fix OVL_XATTR_PREFIXAndreas Gruenbacher
2016-09-01ovl: don't cache acl on overlay layerMiklos Szeredi
2016-09-01ovl: use cached acl on underlying layerMiklos Szeredi
2016-08-08ovl: don't copy up opaquenessMiklos Szeredi
2016-07-29ovl: append MAY_READ when diluting write checksVivek Goyal
2016-07-29ovl: dilute permission checks on lower only if not special fileVivek Goyal
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi
2016-07-29ovl: share inode for hard linkMiklos Szeredi
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi
2016-07-29ovl: permission: return ECHILD instead of ENOENTMiklos Szeredi
2016-07-29ovl: update atime on upperMiklos Szeredi
2016-07-29ovl: simplify permission checkingMiklos Szeredi
2016-07-29ovl: do not require mounter to have MAY_WRITE on lowerVivek Goyal
2016-07-29ovl: do operations on underlying file system in mounter's contextVivek Goyal
2016-07-29ovl: modify ovl_permission() to do checks on two inodesVivek Goyal
2016-07-29ovl: define ->get_acl() for overlay inodesVivek Goyal
2016-07-29ovl: store ovl_entry in inode->i_private for all inodesAndreas Gruenbacher
2016-07-27Merge branch 'd_real' into overlayfs-nextMiklos Szeredi
2016-07-04ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal
2016-07-04ovl: handle ATTR_KILL*Miklos Szeredi
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi
2016-06-29ovl: get_write_access() in truncateMiklos Szeredi
2016-06-29ovl: fix dentry leak for default_permissionsMiklos Szeredi
2016-06-06ovl: xattr filter fixMiklos Szeredi
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-03-03ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-11ovl: setattr: check permissions before copy-upMiklos Szeredi
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro
2015-12-06ovl: fix permission checking for setattrMiklos Szeredi
2015-10-12ovl: default permissionsMiklos Szeredi
2015-10-12ovl: fix open in stacked overlayMiklos Szeredi
2015-07-12fix a braino in ovl_d_select_inode()Al Viro
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells
2015-06-19overlay: Call ovl_drop_write() earlier in ovl_dentry_open()David Howells
2015-05-11switch ->put_link() from dentry to inodeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-05-10ovl: rearrange ovl_follow_link to it doesn't need to call ->put_linkNeilBrown
2014-12-13ovl: Use macros to present ovl_xattrhujianyang
2014-12-13ovl: Cleanup redundant blank lineshujianyang
2014-12-13ovl: make path-type a bitmapMiklos Szeredi
2014-11-20ovl: fix race in private xattr checksMiklos Szeredi