aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-31ovl: use inode_insert5() to hash a newly created inodeAmir Goldstein3-12/+60
2018-05-31ovl: Pass argument to ovl_get_inode() in a structureVivek Goyal4-15/+34
2018-05-31ovl: clean up copy-up error pathsMiklos Szeredi1-36/+18
2018-05-31ovl: return EIO on internal errorMiklos Szeredi1-1/+1
2018-05-31ovl: make ovl_create_real() cope with vfs_mkdir() safelyAl Viro1-1/+33
2018-05-31ovl: create helper ovl_create_temp()Amir Goldstein3-15/+14
2018-05-31ovl: return dentry from ovl_create_real()Miklos Szeredi4-48/+40
2018-05-31ovl: struct cattr cleanupsAmir Goldstein4-33/+30
2018-05-31ovl: strip debug argument from ovl_do_ helpersAmir Goldstein4-40/+33
2018-05-31ovl: remove WARN_ON() real inode attributes mismatchAmir Goldstein1-7/+0
2018-05-31ovl: Kconfig documentation fixesMiklos Szeredi1-3/+3
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