aboutsummaryrefslogtreecommitdiffstats
path: root/fs/overlayfs
AgeCommit message (Expand)Author
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
2018-01-24ovl: index all non-dir on copy up for NFS exportAmir Goldstein
2018-01-24ovl: create ovl_need_index() helperAmir Goldstein
2018-01-24ovl: cleanup temp index entriesAmir Goldstein
2018-01-24ovl: verify directory index entries on mountAmir Goldstein
2018-01-24ovl: verify whiteout index entries on mountAmir Goldstein
2018-01-24ovl: use directory index entries for consistency verificationAmir Goldstein
2018-01-24ovl: unbless lower st_ino of unverified originAmir Goldstein
2018-01-24ovl: verify stored origin fh matches lower dirAmir Goldstein
2018-01-24ovl: add support for "nfs_export" configurationAmir Goldstein
2018-01-24ovl: update documentation of inodes index featureAmir Goldstein
2018-01-24ovl: generalize ovl_verify_origin() and helpersAmir Goldstein
2018-01-24ovl: simplify arguments to ovl_check_origin_fh()Amir Goldstein
2018-01-24ovl: factor out ovl_check_origin_fh()Amir Goldstein
2018-01-24ovl: store layer index in ovl_layerAmir Goldstein
2018-01-24ovl: force r/o mount when index dir creation failsAmir Goldstein
2018-01-24ovl: disable index when no xattr supportAmir Goldstein
2018-01-24ovl: fix inconsistent d_ino for legacy merge dirAmir Goldstein
2018-01-19ovl: take mnt_want_write() for removing impure xattrAmir Goldstein
2018-01-19ovl: take mnt_want_write() for work/index dir setupAmir Goldstein
2018-01-19ovl: fix another overlay: warning prefixAmir Goldstein
2018-01-19ovl: take lower dir inode mutex outside upper sb_writers lockAmir Goldstein
2018-01-19ovl: fix failure to fsync lower dirAmir Goldstein
2018-01-19ovl: hash directory inodes for fsnotifyAmir Goldstein
2017-12-14ovl: fix overlay: warning prefixAmir Goldstein
2017-12-11ovl: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych