aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-08ovl: Prevent rw remount when it should be ro mountSeunghun Lee1-0/+12
2015-01-08ovl: Fix opaque regression in ovl_lookuphujianyang1-10/+13
2015-01-08ovl: Fix kernel panic while mounting overlayfshujianyang1-0/+3
2014-12-13ovl: Use macros to present ovl_xattrhujianyang1-3/+1
2014-12-13ovl: Cleanup redundant blank lineshujianyang1-1/+0
2014-12-13ovl: support multiple lower layersMiklos Szeredi1-27/+83
2014-12-13ovl: make upperdir optionalMiklos Szeredi1-36/+47
2014-12-13ovl: improve mount helpersMiklos Szeredi1-52/+73
2014-12-13ovl: mount: change order of initializationMiklos Szeredi1-38/+32
2014-12-13ovl: allow statfs if no upper layerMiklos Szeredi1-2/+2
2014-12-13ovl: lookup ENAMETOOLONG on lower means ENOENTMiklos Szeredi1-1/+7
2014-12-13ovl: check whiteout on lowest layer as wellMiklos Szeredi1-17/+10
2014-12-13ovl: multi-layer lookupMiklos Szeredi1-49/+94
2014-12-13ovl: multi-layer readdirMiklos Szeredi1-0/+3
2014-12-13ovl: helper to iterate layersMiklos Szeredi1-0/+21
2014-12-13ovl: add mutli-layer infrastructureMiklos Szeredi1-34/+64
2014-12-13ovl: make path-type a bitmapMiklos Szeredi1-11/+8
2014-11-20ovl: use lockless_dereference() for upperdentryMiklos Szeredi1-6/+1
2014-11-20ovl: allow filenames with commaMiklos Szeredi1-3/+45
2014-11-20ovl: rename filesystem type to "overlay"Miklos Szeredi1-3/+3
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi1-0/+9
2014-10-24overlayfs: implement show_optionsErez Zadok1-28/+48
2014-10-24overlayfs: add statfs supportAndy Whitcroft1-0/+40
2014-10-24overlay filesystemMiklos Szeredi1-0/+727