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