Linux NFS development
 help / color / mirror / Atom feed
 messages from 2018-10-21 16:17:34 to 2018-10-29 17:52:44 UTC [more...]

[PATCH v5 00/12] client-side support for "inter" SSC copy
 2018-10-29 17:52 UTC  (18+ 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

[PATCH v4 00/11] client-side support for "inter" SSC copy
 2018-10-29 17:49 UTC  (35+ 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 00/13] libtirpc: Closed a number of memory leaks
 2018-10-29  6:29 UTC  (4+ messages)
` [PATCH 04/13] clnt_vc.c: resource_leak
  ` [Libtirpc-devel] "

Kopie van uw bericht verzonden aan Derksen Uurwerken
 2018-10-28  5:19 UTC 

[RFC PATCH 0/7] runtime format string checking
 2018-10-26 23:24 UTC  (2+ messages)
  ` [RFC PATCH 6/7] nfs: use fmtcheck() in root_nfs_data

[GIT PULL] Please pull NFS client changes for Linux 4.20
 2018-10-26 20:25 UTC  (4+ messages)

[PATCH 1/1] NFSv4: cleanup remove unused nfs4_xdev_fs_type
 2018-10-26 20:16 UTC 

[PATCH] NFS: fix spelling mistake, EACCESS -> EACCES
 2018-10-26 18:10 UTC 

Archive the list at lore.kernel.org
 2018-10-26 17:36 UTC  (4+ messages)

copy offload support and absent file system
 2018-10-26 16:01 UTC  (5+ 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

[PATCH] [nfs-utils] fix method to check if mounted already
 2018-10-26 12:07 UTC  (3+ messages)

Vault '19 Submission Deadline Approaching
 2018-10-25 19:34 UTC 

for your images 16
 2018-10-24 12:22 UTC 

[PATCH v1 01/11] fs: Don't copy beyond the end of the file
 2018-10-25 16:57 UTC  (26+ messages)
` [PATCH v1 02/11] VFS permit cross device vfs_copy_file_range

[PATCH v1 00/13] server-side support for "inter" SSC copy
 2018-10-25 16:07 UTC  (2+ messages)

[PATCH] mount.nfs: Add braces around EBUSY code
 2018-10-25 15:33 UTC 

[PATCH] nfs-utils: Allow setting of commented out values in nfs.conf
 2018-10-25 15:07 UTC 

for your images 15
 2018-10-25  1:10 UTC 

[PATCH] [nfs-utils] mount: improve error msg when mount fail wirh EBUSY
 2018-10-25  4:54 UTC 

[PATCH v1 00/11] client-side support for "inter" SSC copy
 2018-10-24 19:21 UTC  (19+ messages)
` [PATCH v1 01/11] fs: Don't copy beyond the end of the file
` [PATCH v1 03/11] NFS test for intra vs inter COPY
` [PATCH v1 05/11] NFS add COPY_NOTIFY operation
` [PATCH v1 08/11] NFS inter ssc open

[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  (24+ messages)
` [PATCH 05/28] vfs: avoid problematic remapping requests into partial EOF block
` [PATCH 11/28] vfs: pass remap flags to generic_remap_checks
` [PATCH 17/28] vfs: hide file range comparison function
` [PATCH 18/28] vfs: clean up generic_remap_file_range_prep return value
` [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


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