aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-12ovl: add support for "xino" mount and config optionsAmir Goldstein3-3/+88
2018-04-12ovl: consistent d_ino for non-samefs with xinoAmir Goldstein1-6/+39
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein4-14/+21
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein5-10/+75
2018-04-12ovl: allocate anon bdev per unique lower fsAmir Goldstein4-28/+72
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein3-39/+57
2018-04-12ovl: cleanup ovl_update_time()Miklos Szeredi1-17/+11
2018-04-12ovl: add WARN_ON() for non-dir redirect casesMiklos Szeredi1-0/+11
2018-04-12ovl: cleanup setting OVL_INDEXVivek Goyal3-5/+3
2018-04-12ovl: set d->is_dir and d->opaque for last path elementVivek Goyal1-2/+6
2018-04-12ovl: Do not check for redirect if this is last layerVivek Goyal1-1/+4
2018-04-12ovl: lookup in inode cache first when decoding lower file handleAmir Goldstein1-25/+33
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein3-11/+14
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein4-16/+16
2018-04-12ovl: set lower layer st_dev only if setting lower st_inoAmir Goldstein1-5/+2
2018-04-12ovl: fix lookup with middle layer opaque dir and absolute path redirectsAmir Goldstein1-0/+9
2018-04-12ovl: Set d->last properly during lookupVivek Goyal1-2/+6
2018-04-12ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein2-5/+24
2018-03-07ovl: update Kconfig textsMiklos Szeredi1-0/+14
2018-02-26ovl: redirect_dir=nofollow should not follow redirect for opaque lowerVivek Goyal1-3/+3
2018-02-26ovl: fix ptr_ret.cocci warningsFengguang Wu1-1/+1
2018-02-16ovl: check ERR_PTR() return value from ovl_lookup_real()Amir Goldstein1-2/+2
2018-02-16ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein3-44/+168
2018-02-16ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein1-18/+40
2018-02-05ovl: check ERR_PTR() return value from ovl_encode_fh()Amir Goldstein1-0/+3
2018-02-05ovl: fix regression in fsnotify of overlay merge dirAmir Goldstein1-0/+2
2018-01-24ovl: wire up NFS export operationsAmir Goldstein1-0/+3
2018-01-24ovl: lookup indexed ancestor of lower dirAmir Goldstein3-7/+56
2018-01-24ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein3-13/+110
2018-01-24ovl: hash non-indexed dir by upper inode for NFS exportAmir Goldstein1-1/+3
2018-01-24ovl: decode pure lower dir file handlesAmir Goldstein1-17/+26
2018-01-24ovl: decode indexed dir file handlesAmir Goldstein3-1/+15
2018-01-24ovl: decode lower file handles of unlinked but open filesAmir Goldstein3-2/+38
2018-01-24ovl: decode indexed non-dir file handlesAmir Goldstein1-25/+46
2018-01-24ovl: decode lower non-dir file handlesAmir Goldstein3-15/+47
2018-01-24ovl: encode lower file handlesAmir Goldstein1-8/+2
2018-01-24ovl: copy up before encoding non-connectable dir file handleAmir Goldstein1-4/+49
2018-01-24ovl: encode non-indexed upper file handlesAmir Goldstein1-5/+35
2018-01-24ovl: decode connected upper dir file handlesAmir Goldstein1-1/+230
2018-01-24ovl: decode pure upper file handlesAmir Goldstein3-2/+101
2018-01-24ovl: encode pure upper file handlesAmir Goldstein3-1/+106
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein5-20/+41
2018-01-24ovl: copy up of disconnected dentriesAmir Goldstein3-19/+48
2018-01-24ovl: use d_splice_alias() in place of d_add() in lookupAmir Goldstein1-3/+1
2018-01-24ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein3-12/+12
2018-01-24ovl: factor out ovl_get_index_fh() helperAmir Goldstein2-10/+50
2018-01-24ovl: whiteout orphan index entries on mountAmir Goldstein2-4/+40
2018-01-24ovl: whiteout index when union nlink drops to zeroAmir Goldstein3-29/+48
2018-01-24ovl: cleanup dir index when dir nlink drops to zeroAmir Goldstein1-3/+3
2018-01-24ovl: index directories on copy up for NFS exportAmir Goldstein2-7/+117