messages from 2018-10-18 06:43:30 to 2018-10-24 19:59:03 UTC [more...]
[PATCH v2 00/13] client-side support for "inter" SSC copy
2018-10-24 19:58 UTC (13+ messages)
` [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 v2 12/13] NFS for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v2 13/13] NFS COPY handle ERR_OFFLOAD_DENIED
[PATCH v1 00/11] client-side support for "inter" SSC copy
2018-10-24 19:21 UTC (31+ messages)
` [PATCH v1 01/11] fs: Don't copy beyond the end of the file
` [PATCH v1 02/11] VFS permit cross device vfs_copy_file_range
` [PATCH v1 03/11] NFS test for intra vs inter COPY
` [PATCH v1 04/11] NFS NFSD defining nl4_servers structure needed by both
` [PATCH v1 05/11] NFS add COPY_NOTIFY operation
` [PATCH v1 06/11] NFS add ca_source_server<> to COPY
` [PATCH v1 07/11] NFS also send OFFLOAD_CANCEL to source server
` [PATCH v1 08/11] NFS inter ssc open
` [PATCH v1 09/11] NFS skip recovery of copy open on dest server
` [PATCH v1 10/11] NFS for "inter" copy treat ESTALE as ENOTSUPP
` [PATCH v1 11/11] NFS COPY handle ERR_OFFLOAD_DENIED
[PATCH v1 01/11] fs: Don't copy beyond the end of the file
2018-10-24 11:32 UTC (30+ messages)
` [PATCH v1 02/11] VFS permit cross device vfs_copy_file_range
Archive the list at lore.kernel.org
2018-10-24 11:16 UTC (3+ messages)
[nfs:linux-next 63/74] arch/x86/include/asm/cmpxchg.h:128:3: error: call to '__cmpxchg_wrong_size' declared with attribute error: Bad argument size for cmpxchg
2018-10-24 0:22 UTC
[PATCH] NFS: change sign of nfs_fh length
2018-10-23 17:10 UTC (4+ messages)
[PATCH 1/4] SUNRPC: Clean up the AUTH cache code
2018-10-23 16:34 UTC (4+ messages)
` [PATCH 2/4] SUNRPC: Simplify lookup code
` [PATCH 3/4] SUNRPC: Convert auth creds to use refcount_t
` [PATCH 4/4] SUNRPC: Convert the auth cred cache "
[PATCH] [nfs-utils] fix issue: mount -osharecache failure but return 'true'
2018-10-23 2:40 UTC (7+ messages)
[PATCH] mount.nfs: Only ignore EBUSY when a filesystem is already mount
2018-10-22 14:57 UTC (2+ messages)
[PATCH] gssd: Introduce use-gss-proxy boolean to nfs.conf
2018-10-22 14:57 UTC (2+ messages)
[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
readdir request re-requests entries
2018-10-20 18:57 UTC (4+ messages)
[PATCH] Remove osd_login
2018-10-20 16:34 UTC (2+ messages)
Solutions
2018-10-20 12:57 UTC
review of v4.20 linux-next merge commit
2018-10-19 15:47 UTC (4+ messages)
[aarch64] refcount_t: use-after-free in NFS with 64k pages
2018-10-19 15:35 UTC (3+ messages)
[PATCH v1 00/13] server-side support for "inter" SSC copy
2018-10-19 15:29 UTC (14+ messages)
` [PATCH v1 01/13] fs: Don't copy beyond the end of the file
` [PATCH v1 02/13] VFS permit cross device vfs_copy_file_range
` [PATCH v1 03/13] NFS NFSD defining nl4_servers structure needed by both
` [PATCH v1 04/13] NFS inter ssc open
` [PATCH v1 05/13] NFS skip recovery of copy open on dest server
` [PATCH v1 06/13] NFSD fill-in netloc4 structure
` [PATCH v1 07/13] NFSD add ca_source_server<> to COPY
` [PATCH v1 08/13] NFSD return nfs4_stid in nfs4_preprocess_stateid_op
` [PATCH v1 09/13] NFSD add COPY_NOTIFY operation
` [PATCH v1 10/13] NFSD check stateids against copy stateids
` [PATCH v1 11/13] NFSD generalize nfsd4_compound_state flag names
` [PATCH v1 12/13] NFSD: allow inter server COPY to have a STALE source server fh
` [PATCH v1 13/13] NFSD add nfs4 inter ssc to nfsd4_copy
[PATCH] nfsd: correctly decrement odstate refcount in error path
2018-10-19 15:19 UTC (3+ messages)
[PATCH] sunrpc: safely reallow resvport min/max inversion
2018-10-18 19:27 UTC (3+ messages)
[PATCH 1/2 v2] nfs: Fix a missed page unlock after pg_doio()
2018-10-18 19:01 UTC (2+ messages)
` [PATCH 2/2 v2] nfs: remove redundant call to nfs_context_set_write_error()
[PATCH v6 00/29] fs: fixes for serious clone/dedupe problems
2018-10-18 18:58 UTC (32+ 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 11/29] vfs: pass remap flags to generic_remap_checks
` [PATCH 12/29] vfs: remap helper should update destination inode metadata
` [PATCH 13/29] vfs: make remap_file_range functions take and return bytes completed
` [PATCH v2 "
` [PATCH 14/29] vfs: plumb remap flags through the vfs clone functions
` [PATCH 15/29] vfs: plumb remap flags through the vfs dedupe functions
` [PATCH 16/29] vfs: enable remap callers that can handle short operations
` [PATCH v2 "
` [PATCH 17/29] vfs: hide file range comparison function
` [PATCH 18/29] vfs: clean up generic_remap_file_range_prep return value
` [PATCH 19/29] ocfs2: truncate page cache for clone destination file before remapping
` [PATCH 20/29] ocfs2: fix pagecache truncation prior to reflink
` [PATCH 21/29] ocfs2: support partial clone range and dedupe range
` [PATCH 22/29] ocfs2: remove ocfs2_reflink_remap_range
` [PATCH 23/29] xfs: add a per-xfs trace_printk macro
` [PATCH 24/29] xfs: fix pagecache truncation prior to reflink
` [PATCH 25/29] xfs: clean up xfs_reflink_remap_blocks call site
` [PATCH 26/29] xfs: support returning partial reflink results
` [PATCH 27/29] xfs: remove redundant remap partial EOF block checks
` [PATCH 28/29] xfs: remove xfs_reflink_remap_range
` [PATCH 29/29] xfs: remove [cm]time update from reflink calls
Images 34
2018-10-18 11:27 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox