public inbox for linux-unionfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-26 06:26:26 to 2018-11-05 05:18:15 UTC [more...]

[PATCH] overlay: test file handle decode with multi lower layers on same fs
 2018-11-05  5:18 UTC 

[PATCH] vfs: swap names of {do,vfs}_clone_file_range()
 2018-11-03 16:17 UTC  (2+ messages)

[PATCH v3 0/6] Tests for readahead() and fadvise() on overlayfs
 2018-11-02 15:34 UTC  (4+ messages)
` [PATCH v3 1/6] syscalls/readahead01: Convert to newlib

[PATCH v3 00/25] fs: fixes for serious clone/dedupe problems
 2018-11-02 19:05 UTC  (8+ messages)
` [PATCH 05/25] vfs: avoid problematic remapping requests into partial EOF block

[RFC PATCH 0/6] shiftfs fixes and enhancements
 2018-11-02 16:57 UTC  (7+ messages)
  ` [RFC PATCH 6/6] shiftfs: support nested shiftfs mounts

[PATCH v2 0/5] Overlayfs strict feature requirements
 2018-11-01 21:39 UTC  (17+ messages)
` [PATCH v2 1/5] ovl: return error on mount if metacopy cannot be enabled
` [PATCH v2 2/5] ovl: enforce 'strict' feature requirements with metacopy=on
` [PATCH v2 3/5] ovl: enforce 'strict' upper fs "
` [PATCH v2 4/5] ovl: enforce 'strict' unique uuid requirement "
` [PATCH v2 5/5] ovl: enforce 'strict' upper fs and feature requirements with strict=on

[GIT PULL] overlayfs update for 4.20
 2018-11-01 21:55 UTC  (2+ messages)

[PATCH v8 00/11] client-side support for "inter" SSC copy
 2018-11-01 16:45 UTC  (12+ messages)
` [PATCH v8 01/11] VFS: move cross device copy_file_range() check into filesystems
` [PATCH v8 02/11] NFS: validity check for source offset in copy_file_range
` [PATCH v8 03/11] NFS NFSD: defining nl4_servers structure needed by both
` [PATCH v8 04/11] NFS: add COPY_NOTIFY operation
` [PATCH v8 05/11] NFS: add ca_source_server<> to COPY
` [PATCH v8 06/11] NFS: also send OFFLOAD_CANCEL to source server
` [PATCH v8 07/11] NFS: inter ssc open
` [PATCH v8 08/11] NFS: skip recovery of copy open on dest server
` [PATCH v8 09/11] NFS: for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v8 10/11] NFS: COPY handle ERR_OFFLOAD_DENIED
` [PATCH v8 11/11] NFS: replace cross device check in copy_file_range

[PATCH] tmpfs: let lseek return ENXIO with a negative offset
 2018-11-01  7:13 UTC  (2+ messages)

[PATCH v4 00/11] client-side support for "inter" SSC copy
 2018-10-31 23:33 UTC  (43+ messages)
` [PATCH v4 01/11] VFS: move cross device copy_file_range() check into filesystems
` [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
` [PATCH v4 02/11] VFS: copy_file_range check validity of input source offset
` [PATCH v4 03/11] NFS: NFSD defining nl4_servers structure needed by both
` [PATCH v4 04/11] NFS: add COPY_NOTIFY operation
` [PATCH v4 05/11] NFS: add ca_source_server<> to COPY
` [PATCH v4 06/11] NFS: also send OFFLOAD_CANCEL to source server
` [PATCH v4 07/11] NFS: inter ssc open
` [PATCH v4 08/11] NFS: skip recovery of copy open on dest server
` [PATCH v4 09/11] NFS: for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v4 10/11] NFS: COPY handle ERR_OFFLOAD_DENIED
` [PATCH v4 11/11] NFS: replace cross device check in copy_file_range

[PATCH v2] ovl: return error on mount if metacopy cannot be enabled
 2018-10-31 22:16 UTC  (22+ messages)

[PATCH] overlay: create directory over deleted whiteout
 2018-10-31 11:13 UTC  (5+ messages)

[PATCH v7 00/11] client-side support for "inter" SSC copy
 2018-10-31 18:54 UTC  (17+ messages)
` [PATCH v7 01/11] VFS: move cross device copy_file_range() check into filesystems
` [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
` [PATCH v7 02/11] NFS: validity check for source offset in copy_file_range
` [PATCH v7 03/11] NFS NFSD: defining nl4_servers structure needed by both
` [PATCH v7 04/11] NFS: add COPY_NOTIFY operation
` [PATCH v7 05/11] NFS: add ca_source_server<> to COPY
` [PATCH v7 06/11] NFS: also send OFFLOAD_CANCEL to source server
` [PATCH v7 07/11] NFS: inter ssc open
` [PATCH v7 08/11] NFS: skip recovery of copy open on dest server
` [PATCH v7 09/11] NFS: for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v7 10/11] NFS: COPY handle ERR_OFFLOAD_DENIED
` [PATCH v7 11/11] NFS: replace cross device check in copy_file_range

test
 2018-10-31  8:26 UTC 

[PATCH] ovl: do not hash ovl dentry when inode is NULL in ovl_lookup
 2018-10-31  8:50 UTC  (3+ messages)

[PATCH v2 0/2] overlayfs: Handle metacopy mount option better
 2018-10-30 21:16 UTC  (4+ messages)
` [PATCH v2 1/2] overlayfs: Return error if metadata only copy-up can't be enabled
` [PATCH v2 2/2] overlayfs: Enable redirect_dir automatically if metacopy=on needs it

[PATCH] ovl: disable new features for deprecated upper fs
 2018-10-30  1:51 UTC  (2+ messages)

overlayfs 4.19: unable to make backup link: Invalid cross-device link
 2018-10-30  4:44 UTC  (5+ messages)

[PATCH 0/2] Overlay inode lock cleanups
 2018-10-29 20:38 UTC  (3+ messages)

[PATCH v6 00/12] client-side support for "inter" SSC copy
 2018-10-29 19:03 UTC  (14+ messages)
` [PATCH v6 01/12] VFS: generic cross-device copy_file_range() support for all filesystems
` [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
` [PATCH v6 02/12] VFS: move cross device copy_file_range() check into filesystems
` [PATCH v6 03/12] NFS: validity check for source offset in copy_file_range
` [PATCH v6 04/12] NFS NFSD: defining nl4_servers structure needed by both
` [PATCH v6 05/12] NFS: add COPY_NOTIFY operation
` [PATCH v6 06/12] NFS: add ca_source_server<> to COPY
` [PATCH v6 07/12] NFS: also send OFFLOAD_CANCEL to source server
` [PATCH v6 08/12] NFS: inter ssc open
` [PATCH v6 09/12] NFS: skip recovery of copy open on dest server
` [PATCH v6 10/12] NFS: for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v6 11/12] NFS: COPY handle ERR_OFFLOAD_DENIED
` [PATCH v6 12/12] NFS: replace cross device check in copy_file_range

[PATCH v5 00/12] client-side support for "inter" SSC copy
 2018-10-29 18:33 UTC  (22+ messages)
` [PATCH 1/1] NFSv4: cleanup remove unused nfs4_xdev_fs_type
` [PATCH v5 01/12] VFS: move cross device copy_file_range() check into filesystems
` [PATCH v5 02/12] VFS: generic cross-device copy_file_range() support for all filesystems
` [PATCH v5 03/12] NFS: validity check for source offset in copy_file_range
` [PATCH v5 04/12] NFS NFSD: defining nl4_servers structure needed by both
` [PATCH v5 05/12] NFS: add COPY_NOTIFY operation
` [PATCH v5 06/12] NFS: add ca_source_server<> to COPY
` [PATCH v5 07/12] NFS: also send OFFLOAD_CANCEL to source server
` [PATCH v5 08/12] NFS: inter ssc open
` [PATCH v5 09/12] NFS: skip recovery of copy open on dest server
` [PATCH v5 10/12] NFS: for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v5 11/12] NFS: COPY handle ERR_OFFLOAD_DENIED
` [PATCH v5 12/12] NFS: replace cross device check in copy_file_range

Regression in handling power cuts since 3a1e819b4e80 ("ovl: store file handle of lower inode on copy up")
 2018-10-28  7:09 UTC  (5+ messages)

overlayfs: distributed filesystems (eg. Lustre) as upper?
 2018-10-26 19:21 UTC 

[PATCH] overlayfs: Return error if metadata only copy-up can't be enabled
 2018-10-26 15:40 UTC  (5+ messages)

[PATCH] ovl: disable new features for deprecated upper fs
 2018-10-26 14:41 UTC  (2+ messages)

[PATCH v3 00/11] client-side support for "inter" SSC copy
 2018-10-26 12:54 UTC  (6+ messages)
` [PATCH v3 07/11] NFS inter ssc open
` [PATCH v3 11/11] NFS replace cross device with cross filesystem check in copy_file_range

[PATCH v2 00/13] client-side support for "inter" SSC copy
 2018-10-26 12:12 UTC  (4+ messages)
` [PATCH v2 03/13] OverlayFS: add cross-device check for copy_file_range


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