public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-28 12:37:41 to 2018-01-09 20:34:48 UTC [more...]

[PATCH v9 00/15] overlayfs: Delayed copy up of data
 2018-01-09 20:34 UTC  (21+ messages)
` [PATCH v9 04/15] ovl: Create origin xattr on copy up for all files
` [PATCH v9 08/15] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v9 10/15] ovl: A new xattr OVL_XATTR_METACOPY for file on upper

[PATCH v2 00/23] Overlayfs consistency verification with full index
 2018-01-09 16:50 UTC  (73+ messages)
` [PATCH v2 01/23] ovl: disable index when no xattr support
` [PATCH v2 02/23] ovl: ignore index mount option when no upper layer
` [PATCH v2 03/23] ovl: store layer index in ovl_layer
` [PATCH v2 04/23] ovl: factor out ovl_check_origin_fh()
` [PATCH v2 05/23] ovl: pass ovl_layer array to ovl_check_origin_fh()
` [PATCH v2 06/23] ovl: add support for "verify" feature
` [PATCH v2 07/23] ovl: verify stored origin fh matches lower dir
` [PATCH v2 08/23] ovl: unbless lower st_ino of files under unverified redirected dir
` [PATCH v2 09/23] ovl: lookup index for directories
` [PATCH v2 10/23] ovl: verify whiteout index entries on mount
` [PATCH v2 11/23] ovl: verify directory "
` [PATCH v2 12/23] ovl: cleanup temp index entries
` [PATCH v2 13/23] ovl: create ovl_need_index() helper
` [PATCH v2 14/23] ovl: index all files on copy up with 'verify=on'
` [PATCH v2 15/23] ovl: index directories "
` [PATCH v2 16/23] ovl: cleanup dir index when dir nlink drops to zero
` [PATCH v2 17/23] ovl: whiteout index when union "
` [PATCH v2 18/23] ovl: whiteout orphan index entries on mount
` [PATCH v2 19/23] ovl: factor out ovl_get_index_fh() helper
` [PATCH v2 20/23] ovl: do not pass overlay dentry to ovl_get_inode()
` [PATCH v2 21/23] ovl: grab i_count reference of lower inode
` [PATCH v2 22/23] ovl: use d_splice_alias() in place of d_add() in lookup
` [PATCH v2 23/23] ovl: copy up of disconnected dentries

[PATCH] ovl: Improving syncfs efficiency
 2018-01-09 13:29 UTC  (4+ messages)

Using overlay on top of overlay
 2018-01-08  8:57 UTC  (2+ messages)

[PATCH 0/7] Overlayfs exportfs tests
 2018-01-07 18:07 UTC  (8+ messages)
` [PATCH 1/7] open_by_handle: store and load file handles from file
` [PATCH 2/7] open_by_handle: verify dir content only with -r flag
` [PATCH 3/7] generic/exportfs: golden output is not silent
` [PATCH 4/7] generic/exportfs: store and load file handles from file
` [PATCH 5/7] generic/exportfs: add a test case for renamed parent dir
` [PATCH 6/7] overlay: test encode/decode overlay file handles
` [PATCH 7/7] overlay: test encode/decode of non-samefs "

[PATCH v3] common/rc: perform _require_metadata_journaling check on overlay base fs
 2018-01-06  8:23 UTC 

[PATCH v2] common/rc: Extending _require_metadata_journaling for overlayfs in case shutdown tests run on uncommon overlayfs setup and fail
 2018-01-06  7:47 UTC  (2+ messages)

[PATCH v2] tmpfs: allow decoding a file handle of an unlinked file
 2018-01-05 15:40 UTC  (2+ messages)

[PATCH v2 00/17] Overlayfs NFS export support
 2018-01-05 15:34 UTC  (21+ messages)
` [PATCH v2 01/17] ovl: document NFS export
` [PATCH v2 02/17] ovl: encode pure upper file handles
` [PATCH v2 03/17] ovl: decode "
` [PATCH v2 04/17] ovl: decode connected upper dir "
` [PATCH v2 05/17] ovl: encode non-indexed upper "
` [PATCH v2 06/17] ovl: copy up before encoding dir file handle when ofs->numlower > 1
` [PATCH v2 07/17] ovl: encode lower file handles
` [PATCH v2 08/17] ovl: decode lower non-dir "
` [PATCH v2 09/17] ovl: decode indexed "
` [PATCH v2 10/17] ovl: decode lower file handles of unlinked but open files
` [PATCH v2 11/17] ovl: decode indexed dir file handles
` [PATCH v2 12/17] ovl: decode pure lower "
` [PATCH v2 13/17] ovl: hash directory inodes for NFS export
` [PATCH v2 14/17] ovl: lookup connected ancestor of dir in inode cache
` [PATCH v2 15/17] ovl: lookup indexed ancestor of lower dir
` [PATCH v2 16/17] ovl: wire up NFS export support
` [PATCH v2 17/17] nfsd: encode stat->mtime for getattr instead of inode->i_mtime

[PATCH v2 0/2] Reduce direct access of nfsd to inode->i_mtime
 2018-01-05 15:30 UTC  (13+ messages)
` [PATCH v2 1/2] nfsd: encode stat->mtime for getattr instead of inode->i_mtime
` [PATCH v2 2/2] nfsd: store stat times in fill_pre_wcc() instead of inode times

[PATCH] common/rc: add overlay support to _require_metadata_journaling
 2018-01-04  8:35 UTC  (4+ messages)

[PATCH v2] ovl: fix inconsistent d_ino for legacy merge dir
 2018-01-04  3:24 UTC  (2+ messages)

[PATCH xfstest v2 0/4] overlay: add fsck.overlay basic tests
 2018-01-04  1:15 UTC  (16+ messages)
` [PATCH xfstest v2 2/4] overlay: add fsck.overlay whiteout test
` [PATCH xfstest v2 3/4] overlay: add fsck.overlay redirect directory test
` [PATCH xfstest v2 4/4] overlay: add fsck.overlay impure xattr test

[PATCH 1/2] ovl: take mnt_want_write() for work/index dir setup
 2018-01-03 16:54 UTC  (2+ messages)
` [PATCH 2/2] ovl: take mnt_want_write() for removing impure xattr

[PATCH] ovl: fix inconsistent d_ino for legacy merge dir
 2018-01-03 15:26 UTC  (5+ messages)

[RFC][PATCH 0/2] Updating overlay inode i_mtime for nfsd
 2018-01-03 15:13 UTC  (4+ messages)
` [RFC][PATCH 1/2] vfs: update overlay inode times on write
` [RFC][PATCH 2/2] vfs: update overlay inode times on lease_get_mtime()

[PATCH v3 1/3] common/rc: add scratch shutdown support for overlayfs
 2018-01-03 14:54 UTC  (8+ messages)

[RFC][PATCH 0/2] Updating overlay inode i_mtime for nfsd
 2018-01-03  8:40 UTC  (11+ messages)
` [RFC][PATCH 1/2] vfs: update overlay inode times on write
` [RFC][PATCH 2/2] vfs: update overlay inode times on lease_get_mtime()

[PATCH] ovl: fix another overlay: warning prefix
 2018-01-02 12:47 UTC  (2+ messages)

[PATCH] ovl: fix inconsistent d_ino for merge dir
 2017-12-31  8:05 UTC  (4+ messages)

[PATCH v3 0/6] overlay: implement fsck.overlay utility
 2017-12-29 10:25 UTC  (17+ messages)
` [PATCH v3 1/6] overlay: implement fsck utility
` [PATCH v3 2/6] fsck.overlay: add -n -p and -y options
` [PATCH v3 3/6] fsck.overlay: encapsulate underlying directories options
` [PATCH v3 4/6] fsck.overlay: correct redirect xattr check
` [PATCH v3 6/6] fsck.overlay: add impure "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox