aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-05ovl: merge getattr for dir and nondirMiklos Szeredi1-0/+2
2017-05-05ovl: set the ORIGIN type flagAmir Goldstein1-0/+2
2017-05-05ovl: store file handle of lower inode on copy upAmir Goldstein1-0/+36
2017-05-05ovl: check if all layers are on the same fsAmir Goldstein1-0/+1
2017-02-07ovl: introduce copy up waitqueueAmir Goldstein1-0/+2
2017-02-07ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein1-0/+9
2016-12-16ovl: clean up kstat usageAl Viro1-1/+6
2016-12-16ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein1-2/+1
2016-12-16ovl: opaque cleanupMiklos Szeredi1-1/+1
2016-12-16ovl: redirect on rename-dirMiklos Szeredi1-0/+4
2016-12-16ovl: lookup redirectsMiklos Szeredi1-0/+1
2016-12-16ovl: split super.cMiklos Szeredi1-17/+17
2016-12-16ovl: rename: simplify handling of lower/merged directoryMiklos Szeredi1-3/+0
2016-12-16ovl: get rid of PURE typeMiklos Szeredi1-4/+2
2016-12-16ovl: check lower existence when removingMiklos Szeredi1-0/+1
2016-12-16ovl: add ovl_dentry_is_whiteout()Miklos Szeredi1-0/+1
2016-12-16ovl: treat special files like a regular fsMiklos Szeredi1-1/+1
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