linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-18 04:54:29 to 2018-10-29 16:09:32 UTC [more...]

[PATCH v4 00/11] client-side support for "inter" SSC copy
 2018-10-29 16:09 UTC  (34+ 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

overlayfs 4.19: unable to make backup link: Invalid cross-device link
 2018-10-29  8:31 UTC  (3+ messages)

Regression in handling power cuts since 3a1e819b4e80 ("ovl: store file handle of lower inode on copy up")
 2018-10-28  7:09 UTC  (26+ 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 0/2] Overlay inode lock cleanups
 2018-10-26 21:55 UTC  (4+ messages)
` [PATCH 1/2] ovl: remove the 'locked' argument of ovl_nlink_{start,end}
` [PATCH 2/2] ovl: abstract ovl_inode lock with a helper

[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  (18+ messages)
` [PATCH v3 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 v3 02/11] VFS copy_file_range check validity of input source offset
` [PATCH v3 03/11] NFS NFSD defining nl4_servers structure needed by both
` [PATCH v3 04/11] NFS add COPY_NOTIFY operation
` [PATCH v3 05/11] NFS add ca_source_server<> to COPY
` [PATCH v3 06/11] NFS also send OFFLOAD_CANCEL to source server
` [PATCH v3 07/11] NFS inter ssc open
` [PATCH v3 08/11] NFS skip recovery of copy open on dest server
` [PATCH v3 09/11] NFS for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v3 10/11] NFS COPY handle ERR_OFFLOAD_DENIED
` [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  (31+ messages)
` [PATCH v2 01/13] VFS permit cross device vfs_copy_file_range
` [PATCH 1/1] man-page: copy_file_range(2) allow for cross-device copies
` [PATCH v2 02/13] CIFS: add cross-device check for copy_file_range
` [PATCH v2 03/13] OverlayFS: "
` [PATCH v2 04/13] NFS: add cross file system "
` [PATCH v2 05/13] VFS: Don't copy beyond the end of the file
` [PATCH v2 06/13] NFS NFSD defining nl4_servers structure needed by both
` [PATCH v2 07/13] NFS add COPY_NOTIFY operation
` [PATCH v2 08/13] NFS add ca_source_server<> to COPY
` [PATCH v2 09/13] NFS also send OFFLOAD_CANCEL to source server
` [PATCH v2 10/13] NFS inter ssc open
  ` [PATCH] fix ptr_ret.cocci warnings
` [PATCH v2 11/13] NFS skip recovery of copy open on dest server
` [PATCH v2 12/13] NFS for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v2 13/13] NFS COPY handle ERR_OFFLOAD_DENIED

KASAN: slab-out-of-bounds Read in string (2)
 2018-10-25 16:19 UTC  (8+ messages)

[PATCH v2] ovl: untangle copy up call chain
 2018-10-25 13:38 UTC  (5+ messages)

[PATCH] tmpfs: let lseek return ENXIO with a negative offset
 2018-10-25  2:22 UTC 

[PATCH 0/3] Enable new features for more overlayfs setups
 2018-10-24 17:56 UTC  (12+ messages)
` [PATCH 1/3] ovl: relax requirement for non null uuid of lower fs
` [PATCH 2/3] ovl: disable xino for some nested overlay cases
` [PATCH 3/3] ovl: compact nested ovl_fh

[PATCH] vfs: swap names of {do,vfs}_clone_file_range()
 2018-10-22 17:56 UTC 

[PATCH v6 00/28] fs: fixes for serious clone/dedupe problems
 2018-10-22  6:55 UTC  (39+ messages)
` [PATCH 01/28] vfs: vfs_clone_file_prep_inodes should return EINVAL for a clone from beyond EOF
` [PATCH 02/28] vfs: check file ranges before cloning files
` [PATCH 03/28] vfs: exit early from zero length remap operations
` [PATCH 04/28] vfs: strengthen checking of file range inputs to generic_remap_checks
` [PATCH 05/28] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 06/28] vfs: skip zero-length dedupe requests
` [PATCH 07/28] vfs: rename vfs_clone_file_prep to be more descriptive
` [PATCH 08/28] vfs: rename clone_verify_area to remap_verify_area
` [PATCH 09/28] vfs: combine the clone and dedupe into a single remap_file_range
` [PATCH 10/28] vfs: pass remap flags to generic_remap_file_range_prep
` [PATCH 11/28] vfs: pass remap flags to generic_remap_checks
` [PATCH 12/28] vfs: remap helper should update destination inode metadata
` [PATCH 13/28] vfs: make remap_file_range functions take and return bytes completed
` [PATCH 14/28] vfs: plumb remap flags through the vfs clone functions
` [PATCH 15/28] vfs: plumb remap flags through the vfs dedupe functions
` [PATCH 16/28] vfs: enable remap callers that can handle short operations
` [PATCH 17/28] vfs: hide file range comparison function
` [PATCH 18/28] vfs: clean up generic_remap_file_range_prep return value
` [PATCH 19/28] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 20/28] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 21/28] ocfs2: support partial clone range and dedupe range
` [PATCH 22/28] ocfs2: remove ocfs2_reflink_remap_range
` [PATCH 23/28] xfs: fix pagecache truncation prior to reflink
` [PATCH 24/28] xfs: clean up xfs_reflink_remap_blocks call site
` [PATCH 25/28] xfs: support returning partial reflink results
` [PATCH 26/28] xfs: remove redundant remap partial EOF block checks
` [PATCH 27/28] xfs: remove xfs_reflink_remap_range
` [PATCH 28/28] xfs: remove [cm]time update from reflink calls

[PATCH v2 1/4] overlay: correct fsck.overlay exit code
 2018-10-19 14:00 UTC  (7+ messages)
  ` [PATCH v2 0/4] overlay: enhance fsck.overlay test cases
        ` [PATCH v2 2/4] overlay: fix exit code for some fsck.overlay valid cases

WARNING: possible recursive locking detected in mnt_want_write/mnt_want_write_file_path
 2018-10-18 14:34 UTC  (6+ messages)

[PATCH v6 00/29] fs: fixes for serious clone/dedupe problems
 2018-10-18 18:58 UTC  (13+ messages)
` [PATCH 04/29] vfs: strengthen checking of file range inputs to generic_remap_checks
  ` [PATCH v2 "
` [PATCH 09/29] vfs: combine the clone and dedupe into a single remap_file_range
  ` [PATCH v2 "
` [PATCH 13/29] vfs: make remap_file_range functions take and return bytes completed
  ` [PATCH v2 "
` [PATCH 16/29] vfs: enable remap callers that can handle short operations
  ` [PATCH v2 "

possible deadlock in ovl_copy_up_start
 2018-10-18 10:40 UTC  (4+ messages)

[PATCH] ovl: fix recursive oi->lock in ovl_link()
 2018-10-18  6:45 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).