aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/overlayfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-31ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein1-0/+1
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal1-3/+8
2018-05-31ovl: create helper ovl_create_temp()Amir Goldstein1-1/+1
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi1-2/+2
2018-05-31ovl: struct cattr cleanupsAmir Goldstein1-3/+6
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein1-24/+18
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein1-1/+1
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein1-1/+8
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein1-0/+1
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein1-2/+3
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein1-2/+2
2018-02-16ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein1-0/+1
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