aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-24ovl: lookup indexed ancestor of lower dirAmir Goldstein1-0/+2
2018-01-24ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein1-1/+2
2018-01-24ovl: decode indexed dir file handlesAmir Goldstein1-0/+1
2018-01-24ovl: decode lower file handles of unlinked but open filesAmir Goldstein1-0/+1
2018-01-24ovl: decode lower non-dir file handlesAmir Goldstein1-0/+2
2018-01-24ovl: decode pure upper file handlesAmir Goldstein1-0/+2
2018-01-24ovl: encode pure upper file handlesAmir Goldstein1-0/+6
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein1-1/+9
2018-01-24ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein1-2/+3
2018-01-24ovl: factor out ovl_get_index_fh() helperAmir Goldstein1-0/+1
2018-01-24ovl: whiteout index when union nlink drops to zeroAmir Goldstein1-0/+2
2018-01-24ovl: create ovl_need_index() helperAmir Goldstein1-0/+1
2018-01-24ovl: use directory index entries for consistency verificationAmir Goldstein1-0/+7
2018-01-24ovl: add support for "nfs_export" configurationAmir Goldstein1-0/+2
2018-01-24ovl: generalize ovl_verify_origin() and helpersAmir Goldstein1-3/+9
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein1-5/+4
2018-01-24ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein1-0/+2
2017-12-11ovl: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-1/+1
2017-11-10ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein1-2/+2
2017-11-09ovl: re-structure overlay lower layers in-memoryChandan Rajendra1-2/+2
2017-11-09ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein1-0/+1
2017-11-09ovl: no direct iteration for dir with origin xattrAmir Goldstein1-0/+4
2017-10-24ovl: fix EIO from lookup of non-indexed upperAmir Goldstein1-1/+2
2017-10-05ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein1-0/+1
2017-07-27ovl: constant d_ino for non-merge dirsMiklos Szeredi1-3/+5
2017-07-20ovl: fix xattr get and set with selinuxMiklos Szeredi1-3/+4
2017-07-13ovl: fix origin verification of index dirAmir Goldstein1-1/+2
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein1-0/+3
2017-07-04ovl: persistent overlay inode nlink for indexed inodesAmir Goldstein1-0/+5
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi1-0/+2
2017-07-04ovl: cleanup bad and stale index entries on mountAmir Goldstein1-1/+5
2017-07-04ovl: lookup index entry for copy up originAmir Goldstein1-0/+2
2017-07-04ovl: verify index dir matches upper dirAmir Goldstein1-2/+4
2017-07-04ovl: verify upper root dir matches lower root dirAmir Goldstein1-0/+3
2017-07-04ovl: introduce the inodes index dir featureAmir Goldstein1-0/+2
2017-07-04vfs: introduce inode 'inuse' lockAmir Goldstein1-0/+2
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi1-1/+6
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi1-5/+7
2017-07-04ovl: use i_private only as a keyMiklos Szeredi1-12/+1
2017-07-04ovl: simplify getting inodeMiklos Szeredi1-3/+2
2017-06-05overlayfs: use uuid_t instead of uuid_beChristoph Hellwig1-1/+1
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein1-4/+11
2017-05-19ovl: mark upper dir with type origin entries "impure"Amir Goldstein1-0/+3
2017-05-19ovl: remove unused arg from ovl_lookup_temp()Miklos Szeredi1-1/+1
2017-05-19ovl: handle rename when upper doesn't support xattrAmir Goldstein1-1/+0
2017-05-18ovl: check on mount time if upper fs supports setting xattrAmir Goldstein1-0/+3
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