summaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/namei.c
Commit message (Expand)AuthorAgeFilesLines
...
* ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein2018-01-241-1/+2
* ovl: factor out ovl_get_index_fh() helperAmir Goldstein2018-01-241-10/+49
* ovl: whiteout orphan index entries on mountAmir Goldstein2018-01-241-2/+17
* ovl: cleanup temp index entriesAmir Goldstein2018-01-241-0/+12
* ovl: verify directory index entries on mountAmir Goldstein2018-01-241-32/+93
* ovl: verify whiteout index entries on mountAmir Goldstein2018-01-241-8/+13
* ovl: use directory index entries for consistency verificationAmir Goldstein2018-01-241-7/+35
* ovl: verify stored origin fh matches lower dirAmir Goldstein2018-01-241-0/+12
* ovl: generalize ovl_verify_origin() and helpersAmir Goldstein2018-01-241-20/+22
* ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein2018-01-241-15/+13
* ovl: factor out ovl_check_origin_fh()Amir Goldstein2018-01-241-50/+92
* ovl: store layer index in ovl_layerAmir Goldstein2018-01-241-16/+1
* ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein2018-01-241-0/+33
* ovl: fix another overlay: warning prefixAmir Goldstein2018-01-191-1/+2
* ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein2018-01-191-0/+3
* ovl: Pass ovl_get_nlink() parameters in right orderVivek Goyal2017-12-111-1/+1
* ovl: don't follow redirects if redirect_dir=offMiklos Szeredi2017-12-111-0/+16
* ovl: remove unneeded arg from ovl_verify_origin()Amir Goldstein2017-11-101-2/+2
* ovl: Put upperdentry if ovl_check_origin() failsVivek Goyal2017-11-101-1/+1
* ovl: re-structure overlay lower layers in-memoryChandan Rajendra2017-11-091-21/+31
* ovl: move include of ovl_entry.h into overlayfs.hAmir Goldstein2017-11-091-1/+0
* ovl: do not cleanup unsupported index entriesAmir Goldstein2017-10-241-4/+3
* ovl: handle ENOENT on index lookupAmir Goldstein2017-10-241-0/+4
* ovl: fix EIO from lookup of non-indexed upperAmir Goldstein2017-10-241-12/+8
* ovl: Return -ENOMEM if an allocation fails ovl_lookup()Dan Carpenter2017-10-191-0/+1
* ovl: fix error value printed in ovl_lookup_index()Amir Goldstein2017-10-051-0/+1
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-6/+6
* ovl: check for bad and whiteout index on lookupAmir Goldstein2017-07-201-5/+17
* ovl: do not cleanup directory and whiteout index entriesAmir Goldstein2017-07-201-4/+15
* ovl: cleanup orphan index entriesAmir Goldstein2017-07-041-0/+5
* ovl: add flag for upper in ovl_entryMiklos Szeredi2017-07-041-1/+3
* ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi2017-07-041-2/+2
* ovl: cleanup bad and stale index entries on mountAmir Goldstein2017-07-041-8/+66
* ovl: lookup index entry for copy up originAmir Goldstein2017-07-041-0/+108
* ovl: verify index dir matches upper dirAmir Goldstein2017-07-041-2/+2
* ovl: verify upper root dir matches lower root dirAmir Goldstein2017-07-041-14/+89
* ovl: relax same fs constrain for ovl_check_origin()Amir Goldstein2017-07-041-18/+24
* ovl: move impure to ovl_inodeMiklos Szeredi2017-07-041-4/+0
* ovl: move redirect to ovl_inodeMiklos Szeredi2017-07-041-1/+2
* ovl: move __upperdentry to ovl_inodeMiklos Szeredi2017-07-041-4/+3
* ovl: simplify getting inodeMiklos Szeredi2017-07-041-21/+9
* fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-1/+1
* ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein2017-05-291-20/+0
* ovl: mark upper dir with type origin entries "impure"Amir Goldstein2017-05-191-2/+16
* ovl: lookup non-dir copy-up-origin by file handleAmir Goldstein2017-05-051-0/+132
* ovl: use an auxiliary var for overlay root entryAmir Goldstein2017-05-051-5/+4
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* ovl: fix possible use after free on redirect dir lookupAmir Goldstein2017-01-181-9/+18
* ovl: lookup redirectsMiklos Szeredi2016-12-161-2/+120
* ovl: consolidate lookup for underlying layersMiklos Szeredi2016-12-161-70/+86