public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-22 18:40:13 to 2018-02-01 04:17:04 UTC [more...]

[ANNOUNCE] fsck.overlayfs: update master branch
 2018-02-01  4:16 UTC  (3+ messages)

[QUESTION] problem about origin xattr
 2018-02-01  3:57 UTC  (16+ messages)

[PATCH v11 00/18] overlayfs: Delayed copy up of data
 2018-02-01  0:38 UTC  (26+ messages)
` [PATCH v11 01/18] ovl: Do not look for OVL_XATTR_NLINK if index is not there
` [PATCH v11 02/18] ovl: disable redirect_dir and index when no xattr support
` [PATCH v11 03/18] ovl: Create origin xattr on copy up for all files
` [PATCH v11 04/18] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v11 05/18] ovl: During copy up, first copy up metadata and then data
` [PATCH v11 06/18] ovl: Move the copy up helpers to copy_up.c
` [PATCH v11 07/18] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v11 08/18] ovl: Add helper ovl_already_copied_up()
` [PATCH v11 09/18] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v11 10/18] ovl: Set OVL_UPPERDATA flag during ovl_lookup()
` [PATCH v11 11/18] ovl: Allocate bigger stack for origin
` [PATCH v11 12/18] ovl: Get and install lower most data dentry in stack
` [PATCH v11 13/18] ovl: Setup origin chain for lower regular files
` [PATCH v11 14/18] ovl: Do not mark a non dir as _OVL_PATH_MERGE in ovl_path_type()
` [PATCH v11 15/18] ovl: Copy up meta inode data from lowest data inode
` [PATCH v11 16/18] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v11 17/18] ovl: Do not expose metacopy only upper dentry from d_real()
` [PATCH v11 18/18] ovl: Enable metadata only feature

[xfstests PATCH v2 0/5] overlay: add overlay filesystem dirs check
 2018-01-31 15:50 UTC  (7+ messages)
` [xfstests PATCH v2 1/5] common/rc: improve mounted check helper
` [xfstests PATCH v2 2/5] overlay: hook filesystem "
` [xfstests PATCH v2 3/5] overlay/003: fix fs check failure
` [xfstests PATCH v2 4/5] overlay: skip check for tests finished with corrupt filesystem
` [xfstests PATCH v2 5/5] overlay: correct scratch dirs check

[PATCH 0/2] Two more overlayfs exportfs tests
 2018-01-31 11:44 UTC  (3+ messages)
` [PATCH 1/2] overlay: test overlay file handles of lower dir with non-indexed ancestor
` [PATCH 2/2] overlay: test overlay file handle of dir with ancestor under lower redirect

[RFC][PATCH v2] overlay: hardlink all whiteout files into a single one
 2018-01-31 11:45 UTC 

[PATCH v2] ovl: check lower ancestry on encode of lower dir file handle
 2018-01-31 11:27 UTC 

[RFC][PATCH] ovl: check lower ancestry on encode of lower dir file handle
 2018-01-31 11:14 UTC  (2+ messages)

[xfstests PATCH v2 0/4] overlay: add fsck.overlay basic tests
 2018-01-31 10:26 UTC  (6+ messages)
` [xfstests PATCH v2 1/4] overlay: add filesystem check helper
` [xfstests PATCH v2 2/4] overlay: add fsck.overlay whiteout test
` [xfstests PATCH v2 3/4] overlay: add fsck.overlay redirect directory test
` [xfstests PATCH v2 4/4] overlay: add fsck.overlay impure xattr test

[PATCH v10 00/18] overlayfs: Delayed copy up of data
 2018-01-30 21:01 UTC  (32+ messages)
` [PATCH v10 01/18] ovl: Do not look for OVL_XATTR_NLINK if index is not there
` [PATCH v10 02/18] ovl: disable redirect_dir and index when no xattr support
` [PATCH v10 04/18] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH v10 05/18] ovl: During copy up, first copy up metadata and then data
` [PATCH v10 06/18] ovl: Move the copy up helpers to copy_up.c
` [PATCH v10 07/18] ovl: Add mechanism to create a chain of origin dentries
` [PATCH v10 08/18] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH v10 09/18] ovl: Add helper ovl_already_copied_up()
` [PATCH v10 10/18] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH v10 11/18] ovl: Set OVL_UPPERDATA flag during ovl_lookup()
` [PATCH v10 12/18] ovl: Setup origin chain for lower regular files
` [PATCH v10 13/18] ovl: Check metacopy attributes on a chain of origin
` [PATCH v10 14/18] ovl: Do not mark a non dir as _OVL_PATH_MERGE in ovl_path_type()
` [PATCH v10 15/18] ovl: Copy up meta inode data from lowest data inode
` [PATCH v10 16/18] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH v10 17/18] ovl: Do not expose metacopy only upper dentry from d_real()
` [PATCH v10 18/18] ovl: Enable metadata only feature

[PATCH] ovl: check ERR_PTR() return value from ovl_lookup_real()
 2018-01-30 12:42 UTC 

[PATCH] ovl: check ERR_PTR() return value from ovl_encode_fh()
 2018-01-30 11:54 UTC 

[PATCH v4 0/5] Overlayfs exportfs tests
 2018-01-30  6:12 UTC  (6+ messages)
` [PATCH v4 1/5] fstests: implement require of multiple overlayfs features
` [PATCH v4 2/5] overlay: test encode/decode overlay file handles
` [PATCH v4 3/5] overlay: test encode/decode of non-samefs "
` [PATCH v4 4/5] overlay: test encode/decode overlay file handles with renames
` [PATCH v4 5/5] overlay: test encode/decode of non-samefs "

[PATCH v3 0/5] Overlayfs exportfs tests
 2018-01-30  4:54 UTC  (13+ messages)
` [PATCH v3 1/5] fstests: implement require of multiple overlayfs features
` [PATCH v3 2/5] overlay: test encode/decode overlay file handles
` [PATCH v3 3/5] overlay: test encode/decode of non-samefs "
` [PATCH v3 4/5] overlay: test encode/decode overlay file handles with renames
` [PATCH v3 5/5] overlay: test encode/decode of non-samefs "

[PATCH 0/4] Assorted overlay test fixes
 2018-01-29  9:25 UTC  (7+ messages)
` [PATCH 1/4] ovelray: drop explicit use of OVERLAY_MOUNT_OPTIONS
` [PATCH 2/4] overlay/036: fix upper/lower dir mismatch
` [PATCH 3/4] overlay: consider index dir with whiteouts clean
` [PATCH 4/4] overlay/017: require and enable redirect_dir

[PATCH v7] ovl: Improving syncfs efficiency
 2018-01-29  8:33 UTC  (6+ messages)

[PATCH v8] ovl: Improving syncfs efficiency
 2018-01-29  3:11 UTC 

[PATCH v2] overlay: add a test for multiple redirects to the same lower dir
 2018-01-28  9:07 UTC 

[PATCH v2] ovl: fix regression in fsnotify of overlay merge dir
 2018-01-28  0:35 UTC 

[PATCH] ovl: fix regression in fsnotify of overlay merge dir
 2018-01-27 23:49 UTC 

[PATCH v2] tmpfs: allow decoding a file handle of an unlinked file
 2018-01-27 22:02 UTC  (3+ messages)

[PATCH] overlay: hardlink all whiteout files into a single whiteout
 2018-01-25 11:34 UTC  (3+ messages)

[xfstests PATCH 0/5] overlay: add overlay filesystem dirs check
 2018-01-25  9:35 UTC  (9+ messages)
` [xfstests PATCH 1/5] common/rc: improve mounted check helper
` [xfstests PATCH 2/5] overlay: hook filesystem "
` [xfstests PATCH 3/5] overlay/003: fix fs check failure
` [xfstests PATCH 4/5] overlay: skip check for tests finished with corrupt filesystem
` [xfstests PATCH 5/5] overlay: correct scratch dirs check

[xfstests PATCH 0/4] overlay: add fsck.overlay basic tests
 2018-01-25  8:00 UTC  (6+ messages)
` [xfstests PATCH 1/4] overlay: add filesystem check helper
` [xfstests PATCH 2/4] overlay: add fsck.overlay whiteout test
` [xfstests PATCH 3/4] overlay: add fsck.overlay redirect directory test
` [xfstests PATCH 4/4] overlay: add fsck.overlay impure xattr test

[PATCH v2 0/7] Overlayfs exportfs tests
 2018-01-24 16:40 UTC  (12+ messages)
` [PATCH v2 1/7] open_by_handle: verify dir content only with -r flag
` [PATCH v2 2/7] generic/exportfs: golden output is not silent
` [PATCH v2 3/7] generic/exportfs: test decoding file handles after cycle mount
` [PATCH v2 4/7] overlay: test encode/decode overlay file handles
` [PATCH v2 5/7] overlay: test encode/decode of non-samefs "
` [PATCH v2 6/7] overlay: test encode/decode overlay file handles with renames
` [PATCH v2 7/7] overlay: test encode/decode of non-samefs "

[PATCH v2 00/17] Overlayfs NFS export support
 2018-01-24 11:55 UTC  (17+ messages)
` [PATCH v2 03/17] ovl: decode pure upper file handles

[xfstests PATCH v6 0/8] overlay: add fsck.overlay basic tests
 2018-01-24 10:53 UTC  (15+ messages)
` [xfstests PATCH v6 1/8] common/rc: modify mounted check helper
` [xfstests PATCH v6 2/8] overlay: add filesystem "
` [xfstests PATCH v6 3/8] overlay: add fsck.overlay whiteout test
` [xfstests PATCH v6 4/8] overlay: add fsck.overlay redirect directory test
` [xfstests PATCH v6 5/8] overlay: add fsck.overlay impure xattr test
` [xfstests PATCH v6 6/8] overlay/003: fix fs check failure
` [xfstests PATCH v6 7/8] overlay: skip check for tests finished with corrupt filesystem
` [xfstests PATCH v6 8/8] overlay: correct scratch dirs check

[PATCH 0/7] Overlayfs exportfs tests
 2018-01-23 13:56 UTC  (4+ messages)
` [PATCH 1/7] open_by_handle: store and load file handles from file

[xfstests PATCH v5 0/7] overlay: add fsck.overlay basic tests
 2018-01-23 11:10 UTC  (10+ messages)
` [xfstests PATCH v5 1/7] overlay: add filesystem check helper
` [xfstests PATCH v5 2/7] overlay: add fsck.overlay whiteout test
` [xfstests PATCH v5 3/7] overlay: add fsck.overlay redirect directory test
` [xfstests PATCH v5 4/7] overlay: add fsck.overlay impure xattr test
` [xfstests PATCH v5 5/7] overlay/003: fix fs check failure
` [xfstests PATCH v5 6/7] overlay: skip check for tests finished with corrupt filesystem
` [xfstests PATCH v5 7/7] overlay: correct scratch dirs check

[PATCH v6] ovl: Improving syncfs efficiency
 2018-01-23  9:00 UTC  (10+ messages)


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