summaryrefslogtreecommitdiff
path: root/fs/overlayfs/overlayfs.h
AgeCommit message (Expand)Author
2018-01-24ovl: lookup indexed ancestor of lower dirAmir Goldstein
2018-01-24ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein
2018-01-24ovl: decode indexed dir file handlesAmir Goldstein
2018-01-24ovl: decode lower file handles of unlinked but open filesAmir Goldstein
2018-01-24ovl: decode lower non-dir file handlesAmir Goldstein
2018-01-24ovl: decode pure upper file handlesAmir Goldstein
2018-01-24ovl: encode pure upper file handlesAmir Goldstein
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein
2018-01-24ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein
2018-01-24ovl: factor out ovl_get_index_fh() helperAmir Goldstein
2018-01-24ovl: whiteout index when union nlink drops to zeroAmir Goldstein
2018-01-24ovl: create ovl_need_index() helperAmir Goldstein
2018-01-24ovl: use directory index entries for consistency verificationAmir Goldstein
2018-01-24ovl: add support for "nfs_export" configurationAmir Goldstein
2018-01-24ovl: generalize ovl_verify_origin() and helpersAmir Goldstein
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein
2018-01-24ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein
2017-12-11ovl: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych
2017-11-10ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein
2017-11-09ovl: re-structure overlay lower layers in-memoryChandan Rajendra
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein
2017-11-09ovl: no direct iteration for dir with origin xattrAmir Goldstein
2017-10-24ovl: fix EIO from lookup of non-indexed upperAmir Goldstein
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein
2017-07-27ovl: constant d_ino for non-merge dirsMiklos Szeredi
2017-07-20ovl: fix xattr get and set with selinuxMiklos Szeredi
2017-07-13ovl: fix origin verification of index dirAmir Goldstein
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein
2017-07-04ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi
2017-07-04ovl: cleanup bad and stale index entries on mountAmir Goldstein
2017-07-04ovl: lookup index entry for copy up originAmir Goldstein
2017-07-04ovl: verify index dir matches upper dirAmir Goldstein
2017-07-04ovl: verify upper root dir matches lower root dirAmir Goldstein
2017-07-04ovl: introduce the inodes index dir featureAmir Goldstein
2017-07-04vfs: introduce inode 'inuse' lockAmir Goldstein
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