summaryrefslogtreecommitdiff
path: root/fs/overlayfs/overlayfs.h
AgeCommit message (Expand)Author
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi
2017-07-04ovl: use i_private only as a keyMiklos Szeredi
2017-07-04ovl: simplify getting inodeMiklos Szeredi
2017-06-05overlayfs: use uuid_t instead of uuid_beChristoph Hellwig
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein
2017-05-19ovl: mark upper dir with type origin entries "impure"Amir Goldstein
2017-05-19ovl: remove unused arg from ovl_lookup_temp()Miklos Szeredi
2017-05-19ovl: handle rename when upper doesn't support xattrAmir Goldstein
2017-05-18ovl: check on mount time if upper fs supports setting xattrAmir Goldstein
2017-05-05ovl: merge getattr for dir and nondirMiklos Szeredi
2017-05-05ovl: set the ORIGIN type flagAmir Goldstein
2017-05-05ovl: store file handle of lower inode on copy upAmir Goldstein
2017-05-05ovl: check if all layers are on the same fsAmir Goldstein
2017-02-07ovl: introduce copy up waitqueueAmir Goldstein
2017-02-07ovl: check if upperdir fs supports O_TMPFILEAmir Goldstein
2016-12-16ovl: clean up kstat usageAl Viro
2016-12-16ovl: fold ovl_copy_up_truncate() into ovl_copy_up()Amir Goldstein
2016-12-16ovl: opaque cleanupMiklos Szeredi
2016-12-16ovl: redirect on rename-dirMiklos Szeredi
2016-12-16ovl: lookup redirectsMiklos Szeredi
2016-12-16ovl: split super.cMiklos Szeredi
2016-12-16ovl: rename: simplify handling of lower/merged directoryMiklos Szeredi
2016-12-16ovl: get rid of PURE typeMiklos Szeredi
2016-12-16ovl: check lower existence when removingMiklos Szeredi
2016-12-16ovl: add ovl_dentry_is_whiteout()Miklos Szeredi
2016-12-16ovl: treat special files like a regular fsMiklos Szeredi
2016-09-27fs: rename "rename2" i_op to "rename"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: proper cleanup of workdirMiklos Szeredi
2016-08-08ovl: don't copy up opaquenessMiklos Szeredi
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: update atime on upperMiklos Szeredi
2016-07-29ovl: simplify permission checkingMiklos Szeredi
2016-07-29ovl: define ->get_acl() for overlay inodesVivek Goyal
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-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro
2016-05-27Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-05-27ovl: override creds with the ones from the superblock mounterAntonio Murdaca
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro
2016-03-21ovl: Ensure upper filesystem supports d_typeVivek Goyal
2016-01-21Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro