summaryrefslogtreecommitdiff
path: root/fs/overlayfs/namei.c
AgeCommit message (Expand)Author
2018-02-05ovl: fix regression in fsnotify of overlay merge dirAmir Goldstein
2018-01-24ovl: lookup indexed ancestor of lower dirAmir Goldstein
2018-01-24ovl: decode indexed dir file handlesAmir Goldstein
2018-01-24ovl: decode lower non-dir file handlesAmir Goldstein
2018-01-24ovl: decode pure upper file handlesAmir Goldstein
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein
2018-01-24ovl: use d_splice_alias() in place of d_add() in lookupAmir 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 orphan index entries on mountAmir Goldstein
2018-01-24ovl: cleanup temp index entriesAmir Goldstein
2018-01-24ovl: verify directory index entries on mountAmir Goldstein
2018-01-24ovl: verify whiteout index entries on mountAmir Goldstein
2018-01-24ovl: use directory index entries for consistency verificationAmir Goldstein
2018-01-24ovl: verify stored origin fh matches lower dirAmir 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: factor out ovl_check_origin_fh()Amir Goldstein
2018-01-24ovl: store layer index in ovl_layerAmir Goldstein
2018-01-24ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein
2018-01-19ovl: fix another overlay: warning prefixAmir Goldstein
2018-01-19ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein
2017-12-11ovl: Pass ovl_get_nlink() parameters in right orderVivek Goyal
2017-12-11ovl: don't follow redirects if redirect_dir=offMiklos Szeredi
2017-11-10ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein
2017-11-10ovl: Put upperdentry if ovl_check_origin() failsVivek Goyal
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-10-24ovl: do not cleanup unsupported index entriesAmir Goldstein
2017-10-24ovl: handle ENOENT on index lookupAmir Goldstein
2017-10-24ovl: fix EIO from lookup of non-indexed upperAmir Goldstein
2017-10-19ovl: Return -ENOMEM if an allocation fails ovl_lookup()Dan Carpenter
2017-10-05ovl: fix error value printed in ovl_lookup_index()Amir Goldstein
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-07-20ovl: check for bad and whiteout index on lookupAmir Goldstein
2017-07-20ovl: do not cleanup directory and whiteout index entriesAmir Goldstein
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi
2017-07-04ovl: hash overlay non-dir inodes by copy up originMiklos 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: relax same fs constrain for ovl_check_origin()Amir Goldstein
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi
2017-07-04ovl: move redirect to ovl_inodeMiklos Szeredi
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi
2017-07-04ovl: simplify getting inodeMiklos Szeredi
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein