public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-14 06:48:43 to 2018-01-04 20:05:24 UTC [more...]

[PATCH v2 00/23] Overlayfs consistency verification with full index
 2018-01-04 20:05 UTC  (27+ 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 v2 00/17] Overlayfs NFS export support
 2018-01-04 17:20 UTC  (18+ 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-04 13:47 UTC  (10+ 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  (18+ messages)
` [PATCH xfstest v2 1/4] overlay: add filesystem check helper
` [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  (18+ 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 5/6] fsck.overlay: fix lower target lookup
` [PATCH v3 6/6] fsck.overlay: add impure xattr check

[PATCH v4] ovl: Check link ability between upperdir and workdir
 2017-12-20  2:09 UTC 

[PATCH v3] ovl: Check link ability between upperdir and workdir
 2017-12-19 18:32 UTC  (8+ messages)

[PATCH v2] ovl: Check link ability between upperdir and workdir
 2017-12-18 12:46 UTC  (3+ messages)

[PATCH] ovl: fix overlay: warning prefix
 2017-12-18 12:43 UTC  (6+ messages)

is Documentation/filesystems/overlayfs.txt current?
 2017-12-18  8:49 UTC  (3+ messages)
` Metadata, source and security concerns (was is Documentation/filesystems/overlayfs.txt current?)

[PATCH v2 00/18] overlay: implement fsck.overlay utility
 2017-12-15 16:17 UTC  (34+ messages)
` [PATCH v2 01/18] overlay: implement fsck utility
` [PATCH v2 02/18] fsck.overlay: fix uninitialized variable
` [PATCH v2 08/18] fsck.overlay: fix spelling mistakes
` [PATCH v2 14/18] fsck.overlay: correct copyright and License
` [PATCH v2 16/18] fsck.overlay: remove test cases

[GIT PULL] overlayfs fixes for 4.15-rc4
 2017-12-15 15:25 UTC 

[PATCH for xfstests 0/4] overlay: add fsck.overlay basic tests
 2017-12-15  8:57 UTC  (15+ messages)
` [PATCH for xfstests 1/4] overlay: add filesystem check helper
` [PATCH for xfstests 2/4] overlay: add fsck.overlay whiteout test
` [PATCH for xfstests 3/4] overlay: add fsck.overlay opaque directory test
` [PATCH for xfstests 4/4] overlay: add fsck.overlay redirect "

[PATCH v5 1/3] common/rc: add scratch shutdown support for overlayfs
 2017-12-15  7:47 UTC  (3+ messages)
` [PATCH v5 2/3] common/rc: check syncfs support
` [PATCH v5 3/3] generic/471: add syncfs test

[PATCH v4 1/3] common/rc: add scratch shutdown support for overlayfs
 2017-12-15  3:38 UTC  (9+ messages)
` [PATCH v4 2/3] common/rc: check syncfs support
` [PATCH v4 3/3] generic/471: add syncfs test


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