public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-18 03:53:32 to 2018-01-31 10:26:04 UTC [more...]

[xfstests PATCH v2 0/5] overlay: add overlay filesystem dirs check
 2018-01-31 10:27 UTC  (3+ messages)
` [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 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

[ANNOUNCE] fsck.overlayfs: update master branch
 2018-01-31 10:23 UTC 

[RFC][PATCH] ovl: check lower ancestry on encode of lower dir file handle
 2018-01-30 21:33 UTC 

[PATCH v10 00/18] overlayfs: Delayed copy up of data
 2018-01-30 21:01 UTC  (33+ 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 03/18] ovl: Create origin xattr on copy up for all files
` [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  (34+ messages)
` [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 09/17] ovl: decode indexed non-dir "
` [PATCH v2 10/17] ovl: decode lower file handles of unlinked but open files

[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)

[PATCH v5] ovl: Check link ability between upperdir and workdir
 2018-01-20 18:32 UTC  (3+ messages)

[PATCH v4] ovl: Check link ability between upperdir and workdir
 2018-01-20 10:22 UTC  (3+ messages)

[PATCH v2 0/2] Reduce direct access of nfsd to inode->i_mtime
 2018-01-19 22:03 UTC  (11+ messages)
` [PATCH v2 2/2] nfsd: store stat times in fill_pre_wcc() instead of inode times

[PATCH v5] ovl: Improving syncfs efficiency
 2018-01-19  8:36 UTC  (5+ messages)

[ANNOUNCE PATCH v4 0/5] overlay: implement fsck.overlay utility
 2018-01-19  1:45 UTC  (6+ messages)
` [PATCH v4 4/5] fsck.overlay: add merge and redirect subdir count

[PATCH] ovl: Using slab allocation for frequently used struct
 2018-01-18 15:56 UTC 

[PATCH v9 00/15] overlayfs: Delayed copy up of data
 2018-01-18 14:36 UTC  (5+ messages)
` [PATCH v9 14/15] ovl: Fix encryption/compression status of a metacopy only file

[xfstest PATCH v4 0/7] overlay: add fsck.overlay basic tests
 2018-01-18  8:21 UTC  (12+ messages)
` [xfstest PATCH v4 1/7] overlay: add filesystem check helper
` [xfstest PATCH v4 2/7] overlay: add fsck.overlay whiteout test
` [xfstest PATCH v4 3/7] overlay: add fsck.overlay redirect directory test
` [xfstest PATCH v4 5/7] overlay/003: fix fs check failure
` [xfstest PATCH v4 6/7] overlay: skip check for tests finished with corrupt filesystem
` [xfstest PATCH v4 7/7] overlay: replace _require_scratch() in optionally dirs cases


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