aboutsummaryrefslogtreecommitdiff
path: root/fs/overlayfs
AgeCommit message (Expand)Author
2018-04-12ovl: add support for "xino" mount and config optionsAmir Goldstein
2018-04-12ovl: consistent d_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: consistent i_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: constant st_ino for non-samefs with xinoAmir Goldstein
2018-04-12ovl: allocate anon bdev per unique lower fsAmir Goldstein
2018-04-12ovl: factor out ovl_map_dev_ino() helperAmir Goldstein
2018-04-12ovl: cleanup ovl_update_time()Miklos Szeredi
2018-04-12ovl: add WARN_ON() for non-dir redirect casesMiklos Szeredi
2018-04-12ovl: cleanup setting OVL_INDEXVivek Goyal
2018-04-12ovl: set d->is_dir and d->opaque for last path elementVivek Goyal
2018-04-12ovl: Do not check for redirect if this is last layerVivek Goyal
2018-04-12ovl: lookup in inode cache first when decoding lower file handleAmir Goldstein
2018-04-12ovl: do not try to reconnect a disconnected origin dentryAmir Goldstein
2018-04-12ovl: disambiguate ovl_encode_fh()Amir Goldstein
2018-04-12ovl: set lower layer st_dev only if setting lower st_inoAmir Goldstein
2018-04-12ovl: fix lookup with middle layer opaque dir and absolute path redirectsAmir Goldstein
2018-04-12ovl: Set d->last properly during lookupVivek Goyal
2018-04-12ovl: set i_ino to the value of st_ino for NFS exportAmir Goldstein
2018-03-07ovl: update Kconfig textsMiklos Szeredi
2018-02-26ovl: redirect_dir=nofollow should not follow redirect for opaque lowerVivek Goyal
2018-02-26ovl: fix ptr_ret.cocci warningsFengguang Wu
2018-02-16ovl: check ERR_PTR() return value from ovl_lookup_real()Amir Goldstein
2018-02-16ovl: check lower ancestry on encode of lower dir file handleAmir Goldstein
2018-02-16ovl: hash non-dir by lower inode for fsnotifyAmir Goldstein
2018-02-05ovl: check ERR_PTR() return value from ovl_encode_fh()Amir Goldstein
2018-02-05ovl: fix regression in fsnotify of overlay merge dirAmir Goldstein
2018-01-24ovl: wire up NFS export operationsAmir Goldstein
2018-01-24ovl: lookup indexed ancestor of lower dirAmir Goldstein
2018-01-24ovl: lookup connected ancestor of dir in inode cacheAmir Goldstein
2018-01-24ovl: hash non-indexed dir by upper inode for NFS exportAmir Goldstein
2018-01-24ovl: decode pure lower dir file handlesAmir Goldstein
2018-01-24ovl: decode indexed dir file handlesAmir Goldstein
2018-01-24ovl: decode lower file handles of unlinked but open filesAmir Goldstein
2018-01-24ovl: decode indexed non-dir file handlesAmir Goldstein
2018-01-24ovl: decode lower non-dir file handlesAmir Goldstein
2018-01-24ovl: encode lower file handlesAmir Goldstein
2018-01-24ovl: copy up before encoding non-connectable dir file handleAmir Goldstein
2018-01-24ovl: encode non-indexed upper file handlesAmir Goldstein
2018-01-24ovl: decode connected upper dir file handlesAmir Goldstein
2018-01-24ovl: decode pure upper file handlesAmir Goldstein
2018-01-24ovl: encode pure upper file handlesAmir Goldstein
2018-01-24ovl: store 'has_upper' and 'opaque' as bit flagsAmir Goldstein
2018-01-24ovl: copy up of disconnected dentriesAmir Goldstein
2018-01-24ovl: use d_splice_alias() in place of d_add() in lookupAmir Goldstein
2018-01-24ovl: do not pass overlay dentry to ovl_get_inode()Amir Goldstein
2018-01-24ovl: factor out ovl_get_index_fh() helperAmir Goldstein
2018-01-24ovl: whiteout orphan index entries on mountAmir Goldstein
2018-01-24ovl: whiteout index when union nlink drops to zeroAmir Goldstein
2018-01-24ovl: cleanup dir index when dir nlink drops to zeroAmir Goldstein
2018-01-24ovl: index directories on copy up for NFS exportAmir Goldstein