linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 14:21:45 to 2020-10-08 01:27:59 UTC [more...]

[PATCH v2 0/1] NFSv4.2: Fix NFS4ERR_STALE with inter server copy
 2020-10-08  1:25 UTC  (2+ messages)
` [PATCH v2 1/1] NFSv4.2: Fix NFS4ERR_STALE error when doing "

nfs home directory and google chrome
 2020-10-07 23:58 UTC  (13+ messages)

[PATCH 0/2] Give containers a unique client id
 2020-10-07 22:40 UTC  (9+ messages)
` [PATCH 1/2] NFSv4: Clean up initialisation of uniquified client id strings
  ` [PATCH 2/2] NFSv4: Use the net namespace uniquifier if it is set

[PATCH v2 0/2] Give containers a unique client id
 2020-10-07 22:24 UTC  (3+ messages)
` [PATCH v2 1/2] NFSv4: Clean up initialisation of uniquified client id strings
  ` [PATCH v2 2/2] NFSv4: Use the net namespace uniquifier if it is set

unsharing tcp connections from different NFS mounts
 2020-10-07 20:29 UTC  (27+ messages)

client caching and locks
 2020-10-06 17:26 UTC  (8+ messages)

[PATCH v7 00/10] NFS: Add support for the v4.2 READ_PLUS operation
 2020-10-06 16:29 UTC  (11+ messages)
` [PATCH v7 01/10] SUNRPC: Split out a function for setting current page
` [PATCH v7 02/10] SUNRPC: Implement a xdr_page_pos() function
` [PATCH v7 03/10] NFS: Use xdr_page_pos() in NFSv4 decode_getacl()
` [PATCH v7 04/10] NFS: Add READ_PLUS data segment support
` [PATCH v7 05/10] SUNRPC: Split out xdr_realign_pages() from xdr_align_pages()
` [PATCH v7 06/10] SUNRPC: Split out _shift_data_right_tail()
` [PATCH v7 07/10] SUNRPC: Add the ability to expand holes in data pages
` [PATCH v7 08/10] NFS: Add READ_PLUS hole segment decoding
` [PATCH v7 09/10] SUNRPC: Add an xdr_align_data() function
` [PATCH v7 10/10] NFS: Decode a full READ_PLUS reply

[PATCH 0/1] NFSv4.2: Fix NFS4ERR_STALE with inter server copy
 2020-10-06 15:20 UTC  (7+ messages)

[PATCH] NFS: Fix mode bits and nlink count for v4 referral dirs
 2020-10-06 15:14 UTC 

rpcbind redux
 2020-10-05 23:20 UTC  (10+ messages)

[PATCH] NFSD: Hoist status code encoding into XDR encoder functions
 2020-10-05 14:00 UTC  (3+ messages)

Adventures in NFS re-exporting
 2020-10-05 12:54 UTC  (24+ messages)
  ` [Linux-cachefs] "

[PATCH] NFS: fix nfs_path in case of a rename retry
 2020-10-05  9:22 UTC 

[PATCH] lockd: don't use timed rebind with TCP
 2020-10-03 17:21 UTC  (2+ messages)

Hello!
 2020-10-03  8:35 UTC 

[PATCH v6 00/10] NFS: Add support for the v4.2 READ_PLUS operation
 2020-10-02 19:37 UTC  (13+ messages)
` [PATCH v6 01/10] SUNRPC: Split out a function for setting current page
` [PATCH v6 02/10] SUNRPC: Implement a xdr_page_pos() function
` [PATCH v6 03/10] NFS: Use xdr_page_pos() in NFSv4 decode_getacl()
` [PATCH v6 04/10] NFS: Add READ_PLUS data segment support
` [PATCH v6 05/10] SUNRPC: Split out xdr_realign_pages() from xdr_align_pages()
` [PATCH v6 06/10] SUNRPC: Split out _shift_data_right_tail()
` [PATCH v6 07/10] SUNRPC: Add the ability to expand holes in data pages
` [PATCH v6 08/10] NFS: Add READ_PLUS hole segment decoding
` [PATCH v6 09/10] SUNRPC: Add an xdr_align_data() function
` [PATCH v6 10/10] NFS: Decode a full READ_PLUS reply

[PATCH] svcrdma: fix bounce buffers for non-zero page offsets
 2020-10-02 19:33 UTC  (5+ messages)
      ` [PATCH v2] svcrdma: fix bounce buffers for unaligned offsets and multiple pages

[PATCH v3 00/15] nfsd_dispatch() clean up
 2020-10-02 17:44 UTC  (19+ messages)
` [PATCH v3 01/15] nfsd: rq_lease_breaker cleanup
` [PATCH v3 02/15] NFSD: Add missing NFSv2 .pc_func methods
` [PATCH v3 03/15] lockd: Replace PROC() macro with open code
` [PATCH v3 04/15] NFSACL: "
` [PATCH v3 05/15] NFSD: Encoder and decoder functions are always present
` [PATCH v3 06/15] NFSD: Clean up switch statement in nfsd_dispatch()
` [PATCH v3 07/15] NFSD: Clean up stale comments "
` [PATCH v3 08/15] NFSD: Clean up nfsd_dispatch() variables
` [PATCH v3 09/15] NFSD: Refactor nfsd_dispatch() error paths
` [PATCH v3 10/15] NFSD: Remove vestigial typedefs
` [PATCH v3 11/15] NFSD: Fix .pc_release method for NFSv2
` [PATCH v3 12/15] NFSD: Call NFSv2 encoders on error returns
` [PATCH v3 13/15] NFSD: Remove the RETURN_STATUS() macro
` [PATCH v3 14/15] NFSD: Map nfserr_wrongsec outside of nfsd_dispatch
` [PATCH v3 15/15] NFSD: Hoist status code encoding into XDR encoder functions

WARNING in kvfree
 2020-10-02 15:38 UTC 

[PATCH 1/1] NFSv4: make cache consistency bitmask dynamic
 2020-10-01 19:18 UTC  (4+ messages)

[PATCH] fs: nfs: return per memcg count for xattr shrinkers
 2020-09-30 20:46 UTC  (2+ messages)

[PATCH nfs-utils] nfsdcld: update tool name in man page
 2020-09-30  6:18 UTC 

[PATCH v2 00/11] nfsd_dispatch() clean up
 2020-09-29 15:53 UTC  (13+ messages)
` [PATCH v2 01/11] nfsd: rq_lease_breaker cleanup
` [PATCH v2 02/11] lockd: Replace PROC() macro with open code
` [PATCH v2 03/11] NFSACL: "
` [PATCH v2 04/11] NFSD: Encoder and decoder functions are always present
` [PATCH v2 05/11] NFSD: Clean up switch statement in nfsd_dispatch()
` [PATCH v2 06/11] NFSD: Clean up stale comments "
` [PATCH v2 07/11] NFSD: Clean up nfsd_dispatch() variables
` [PATCH v2 08/11] NFSD: Refactor nfsd_dispatch() error paths
` [PATCH v2 09/11] NFSD: Set *statp in success path
` [PATCH v2 10/11] NFSD: Fix .pc_release method for NFSv2
` [PATCH v2 11/11] NFSD: Call NFSv2 encoders on error returns

[PATCH RFC] lockd: Replace some dprintk() callsites with tracepoints
 2020-09-29 14:47 UTC 

[PATCH v6 0/5] NFSD: Add support for the v4.2 READ_PLUS operation
 2020-09-29  1:29 UTC  (7+ messages)
` [PATCH v6 1/5] SUNRPC/NFSD: Implement xdr_reserve_space_vec()
` [PATCH v6 2/5] NFSD: Add READ_PLUS data support
` [PATCH v6 3/5] NFSD: Add READ_PLUS hole segment encoding
` [PATCH v6 4/5] NFSD: Return both a hole and a data segment
` [PATCH v6 5/5] NFSD: Encode a full READ_PLUS reply

[GIT PULL] Please pull NFS client bugfixes
 2020-09-28 18:16 UTC  (2+ messages)

[PATCH] nfsd: rq_lease_breaker cleanup
 2020-09-25 21:02 UTC  (4+ messages)

[PATCH v1] NFSv4: Wait for stateid updates after CLOSE/OPEN_DOWNGRADE
 2020-09-25 19:48 UTC 

[PATCH v2 00/27] NFSD operation monitoring tracepoints
 2020-09-25 18:41 UTC  (16+ messages)
` [PATCH v2 26/27] NFSD: Add tracepoints in the NFS dispatcher

[PATCH 0/9] nfsd_dispatch() clean up
 2020-09-25 17:30 UTC  (11+ messages)
` [PATCH 1/9] nfsd: rq_lease_breaker cleanup
` [PATCH 2/9] lockd: Replace PROC() macro with open code
` [PATCH 3/9] NFSACL: "
` [PATCH 4/9] NFSD: Encoder and decoder functions are always present
` [PATCH 5/9] NFSD: Clean up switch statement in nfsd_dispatch()
` [PATCH 6/9] NFSD: Clean up stale comments "
` [PATCH 7/9] NFSD: Clean up nfsd_dispatch() variables
` [PATCH 8/9] NFSD: Refactor nfsd_dispatch() error paths
` [PATCH 9/9] NFSD: Set *statp in success path

Please pull NFS server fixes for v5.9
 2020-09-25 14:32 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).