public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-23 07:26:39 to 2018-02-06 15:21:58 UTC [more...]

[xfstests PATCH v2 0/5] overlay: add overlay filesystem dirs check
 2018-02-06 15:21 UTC  (8+ 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/4] Overlayfs file handle decode optimization
 2018-02-06 12:21 UTC  (6+ messages)
` [RFC][PATCH] ovl: check lower ancestry on encode of lower dir file handle
` [PATCH 1/4] ovl: disambiguate ovl_encode_fh()
` [PATCH 2/4] fs/namei.c: factor out helper full_name_long_hash()
` [PATCH 3/4] ovl: hash inodes by lower file handle for NFS export
` [PATCH 4/4] ovl: lookup in inode cache when decoding lower file handle

[PATCH] ovl: check ERR_PTR() return value from ovl_lookup_real()
 2018-02-06 11:46 UTC  (2+ messages)

[xfstests PATCH v2 0/4] overlay: add fsck.overlay basic tests
 2018-02-06  4:22 UTC  (7+ 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

[miklos-vfs:overlayfs-linus 47/51] fs/overlayfs/export.c:459:10-16: WARNING: PTR_ERR_OR_ZERO can be used
 2018-02-05 16:25 UTC  (2+ messages)
` [PATCH] ovl: fix ptr_ret.cocci warnings

[PATCH v9] ovl: Improving syncfs efficiency
 2018-02-05 15:34 UTC 

[PATCH v8] ovl: Improving syncfs efficiency
 2018-02-05 13:09 UTC  (2+ messages)

[GIT PULL] overlayfs update for 4.16
 2018-02-05 12:49 UTC 

[PATCH] ovl: hash non-dir by lower inode for fsnotify
 2018-02-04 20:50 UTC 

[PATCH] ovl: redirect_dir=nofollow should not follow redirect for opaque lower
 2018-02-04 20:35 UTC  (2+ messages)

Overlayfs with NFS lower layer
 2018-02-01 19:24 UTC  (2+ messages)

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

[PATCH 0/2] Two more overlayfs exportfs tests
 2018-02-01  7:34 UTC  (5+ 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

[ANNOUNCE] fsck.overlayfs: update master branch
 2018-02-01  4:16 UTC  (3+ 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

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

[PATCH v10 00/18] overlayfs: Delayed copy up of data
 2018-01-30 21:01 UTC  (16+ messages)
` [PATCH v10 07/18] ovl: Add mechanism to create a chain of origin dentries

[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 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  (9+ 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 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