aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-2/+2
2016-09-01ovl: Switch to generic_getxattrAndreas Gruenbacher1-2/+2
2016-09-01ovl: Switch to generic_removexattrAndreas Gruenbacher1-4/+2
2016-09-01ovl: Fix OVL_XATTR_PREFIXAndreas Gruenbacher1-2/+2
2016-09-01ovl: proper cleanup of workdirMiklos Szeredi1-0/+2
2016-08-08ovl: don't copy up opaquenessMiklos Szeredi1-0/+1
2016-07-29ovl: fix POSIX ACL settingMiklos Szeredi1-3/+3
2016-07-29ovl: share inode for hard linkMiklos Szeredi1-0/+1
2016-07-29ovl: store real inode pointer in ->i_privateMiklos Szeredi1-4/+14
2016-07-29ovl: update atime on upperMiklos Szeredi1-0/+4
2016-07-29ovl: simplify permission checkingMiklos Szeredi1-1/+0
2016-07-29ovl: define ->get_acl() for overlay inodesVivek Goyal1-0/+2
2016-07-27Merge branch 'd_real' into overlayfs-nextMiklos Szeredi1-1/+1
2016-07-04ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal1-0/+1
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-2/+3
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+1
2016-05-27ovl: override creds with the ones from the superblock mounterAntonio Murdaca1-0/+1
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-2/+2
2016-03-21ovl: Ensure upper filesystem supports d_typeVivek Goyal1-0/+1
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+3
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro1-2/+1
2015-10-12ovl: default permissionsMiklos Szeredi1-0/+3
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells1-0/+1
2014-12-13ovl: Use macros to present ovl_xattrhujianyang1-1/+3
2014-12-13ovl: helper to iterate layersMiklos Szeredi1-0/+1
2014-12-13ovl: make path-type a bitmapMiklos Szeredi1-4/+9
2014-10-24overlay filesystemMiklos Szeredi1-0/+191