aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-6/+6
2017-07-20ovl: check for bad and whiteout index on lookupAmir Goldstein1-5/+17
2017-07-20ovl: do not cleanup directory and whiteout index entriesAmir Goldstein1-4/+15
2017-07-04ovl: cleanup orphan index entriesAmir Goldstein1-0/+5
2017-07-04ovl: add flag for upper in ovl_entryMiklos Szeredi1-1/+3
2017-07-04ovl: hash overlay non-dir inodes by copy up originMiklos Szeredi1-2/+2
2017-07-04ovl: cleanup bad and stale index entries on mountAmir Goldstein1-8/+66
2017-07-04ovl: lookup index entry for copy up originAmir Goldstein1-0/+108
2017-07-04ovl: verify index dir matches upper dirAmir Goldstein1-2/+2
2017-07-04ovl: verify upper root dir matches lower root dirAmir Goldstein1-14/+89
2017-07-04ovl: relax same fs constrain for ovl_check_origin()Amir Goldstein1-18/+24
2017-07-04ovl: move impure to ovl_inodeMiklos Szeredi1-4/+0
2017-07-04ovl: move redirect to ovl_inodeMiklos Szeredi1-1/+2
2017-07-04ovl: move __upperdentry to ovl_inodeMiklos Szeredi1-4/+3
2017-07-04ovl: simplify getting inodeMiklos Szeredi1-21/+9
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-1/+1
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein1-20/+0
2017-05-19ovl: mark upper dir with type origin entries "impure"Amir Goldstein1-2/+16
2017-05-05ovl: lookup non-dir copy-up-origin by file handleAmir Goldstein1-0/+132
2017-05-05ovl: use an auxiliary var for overlay root entryAmir Goldstein1-5/+4
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-01-18ovl: fix possible use after free on redirect dir lookupAmir Goldstein1-9/+18
2016-12-16ovl: lookup redirectsMiklos Szeredi1-2/+120
2016-12-16ovl: consolidate lookup for underlying layersMiklos Szeredi1-70/+86
2016-12-16ovl: check namelenMiklos Szeredi1-8/+8
2016-12-16ovl: split super.cMiklos Szeredi1-0/+267