Linux NFS development
 help / color / mirror / Atom feed
 messages from 2024-05-28 03:27:40 to 2024-06-10 12:02:19 UTC [more...]

[for-6.11 PATCH 00/29] nfs/nfsd: add support for localio bypass
 2024-06-10 12:02 UTC  (35+ messages)
` [for-6.11 PATCH 01/29] nfs: pass nfs_client to nfs_initiate_pgio
` [for-6.11 PATCH 02/29] nfs: pass nfs_client to nfs_initiate_commit
` [for-6.11 PATCH 03/29] nfs: pass descriptor thru nfs_initiate_pgio path
` [for-6.11 PATCH 04/29] sunrpc: handle NULL req->defer in cache_defer_req
` [for-6.11 PATCH 05/29] sunrpc: export svc_defer
` [for-6.11 PATCH 06/29] sunrpc: add rpcauth_map_to_svc_cred
` [for-6.11 PATCH 07/29] sunrpc: add and export rpc_ntop6_addr_noscopeid
` [for-6.11 PATCH 08/29] nfs: move nfs_stat_to_errno to nfs.h
` [for-6.11 PATCH 09/29] NFS: Manage boot verifier correctly in the case of localio
` [for-6.11 PATCH 10/29] nfs/nfsd: add "local io" support
` [for-6.11 PATCH 11/29] NFS: Enable localio for non-pNFS I/O
` [for-6.11 PATCH 12/29] nfs/flexfiles: check local DS when making DS connections
` [for-6.11 PATCH 13/29] pnfs/flexfiles: Enable localio for flexfiles I/O
` [for-6.11 PATCH 14/29] NFS: Add tracepoints for nfs_local_enable and nfs_local_disable
` [for-6.11 PATCH 15/29] NFS: Don't call filesystem write() routines directly
` [for-6.11 PATCH 16/29] NFS: Don't call filesystem read() "
` [for-6.11 PATCH 17/29] NFS: Use completion rather than flush_work() in nfs_local_commit()
` [for-6.11 PATCH 18/29] NFS: localio writes need to use a normal workqueue
` [for-6.11 PATCH 19/29] nfs/write: fix nfs_initiate_commit to return error from nfs_local_commit
` [for-6.11 PATCH 20/29] nfs/localio: discontinue network address based localio setup
` [for-6.11 PATCH 21/29] nfs_common: add NFS v3 LOCALIO protocol extension enablement
` [for-6.11 PATCH 22/29] nfs: implement v3 client support for NFS_LOCALIO_PROGRAM
` [for-6.11 PATCH 23/29] nfsd: implement v3 server "
` [for-6.11 PATCH 24/29] nfs_common: add NFS v4 LOCALIO protocol extension enablement
` [for-6.11 PATCH 25/29] nfs: implement v4 client support for NFS_LOCALIO_PROGRAM
` [for-6.11 PATCH 26/29] nfsd: implement v4 server "
` [for-6.11 PATCH 27/29] nfs/nfsd: switch GETUUID to using {encode,decode}_opaque_fixed
` [for-6.11 PATCH 28/29] nfs/nfsd: consolidate {encode,decode}_opaque_fixed in nfs_xdr.h
` [for-6.11 PATCH 29/29] nfs/localio: move managing nfsd_open_local_fh symbol to nfs_common
` [for-6.11 PATCH 30/29] nfs/nfsd: ensure localio server always uses its network namespace

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-09 15:43 UTC  (4+ messages)
` [PATCH 08/14] nfsd: "

[bug report] NFS: Use of mapping_set_error() results in spurious errors
 2024-06-08 14:26 UTC 

[GIT PULL] first NFSD fix for v6.10-rc
 2024-06-07 22:17 UTC  (2+ messages)

support large folios for NFS
 2024-06-07 15:32 UTC  (19+ messages)
` [PATCH 1/2] filemap: Convert generic_perform_write() to support large folios
` [PATCH] nfs: Fix misuses of folio_shift() and folio_order()

[PATCH 5.15] sunrpc: exclude from freezer when waiting for requests:
 2024-06-07 13:10 UTC 

[PATCH net-next v7 06/15] mm: page_frag: add '_va' suffix to page_frag API
 2024-06-07 12:38 UTC  (2+ messages)
` [PATCH net-next v7 07/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

Implement NFSv4 TLS support with /usr/bin/openssl s_client?
 2024-06-07 11:08 UTC  (6+ messages)

[PATCH] NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly
 2024-06-07 10:49 UTC  (4+ messages)

[PATCH] NFS: add new nfs3 acl tracepoint events
 2024-06-07  8:48 UTC 

[PATCH v1 1/1] lockd: Use *-y instead of *-objs in Makefile
 2024-06-06 13:40 UTC  (4+ messages)

[PATCH 0/3] nfsd/sunrpc: allow starting/stopping pooled NFS server via netlink
 2024-06-05 19:34 UTC  (5+ messages)
` [PATCH 1/3] sunrpc: fix up the special handling of sv_nrpools == 1
` [PATCH 2/3] nfsd: make nfsd_svc call nfsd_set_nrthreads
` [PATCH 3/3] nfsd: allow passing in array of thread counts via netlink

NFS with TLS on 4.0
 2024-06-05 16:30 UTC  (3+ messages)

rpc.idmapd runs out of file descriptors
 2024-06-05 15:19 UTC 

WARNING: at fs/nfs/nfs3xdr.c:188 encode_filename3 on rk3399
 2024-06-05 13:53 UTC  (2+ messages)

[PATCH net-next v6 06/15] mm: page_frag: add '_va' suffix to page_frag API
 2024-06-05 13:32 UTC  (2+ messages)
` [PATCH net-next v6 07/15] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

exports option "mountpoint" ignored in nfsv4, works in v3
 2024-06-05 11:01 UTC  (3+ messages)

[PATCH 1/5] xprtrdma: Fix rpcrdma_reqs_reset()
 2024-06-05  8:52 UTC  (10+ messages)
` [PATCH 2/5] rpcrdma: Implement generic device removal
` [PATCH 3/5] xprtrdma: Handle device removal outside of the CM event handler
` [PATCH 4/5] xprtrdma: Clean up synopsis of frwr_mr_unmap()
` [PATCH 5/5] xprtrdma: Remove temp allocation of rpcrdma_rep objects

[PATCH nfs-utils v4 0/3] nfsdctl: new nfs-utils tool for managing the kernel NFS server
 2024-06-04 22:07 UTC  (4+ messages)
` [PATCH nfs-utils v4 1/3] nfsdctl: add the nfsdctl utility to nfs-utils
` [PATCH nfs-utils v4 2/3] nfsdctl: asciidoc source for the manpage
` [PATCH nfs-utils v4 3/3] systemd: use nfsdctl to start and stop the nfs server

[RFC PATCH] NFSD: Fix nfsdcld warning
 2024-06-04 19:49 UTC  (3+ messages)

[PATCH RFC 0/2] NFSv4: set sb_flags to second superblock
 2024-06-04 11:26 UTC  (3+ messages)
` [PATCH RFC 1/2] fs: pass sb_flags to submount
` [PATCH RFC 2/2] NFSv4: set sb_flags to second superblock

[PATCH RFC v2] fhandle: expose u64 mount id to name_to_handle_at(2)
 2024-06-04  5:22 UTC  (35+ messages)

Question: How to customize retransmission timeout of unacknowledged NFS v3 TCP packet?
 2024-06-04  4:47 UTC  (5+ messages)

[RFC PATCH 0/4] NFS: Fix another 'check_flush_dependency' splat
 2024-06-03 17:06 UTC  (11+ messages)

long-term stable backports of NFSD patches
 2024-06-03 14:04 UTC 

[PATCH 0/2] Fix ADDR_CHANGE event handling for NFSD
 2024-06-03 14:03 UTC  (10+ messages)
` [PATCH 1/2] svcrdma: Refactor the creation of listener CMA ID
` [PATCH 2/2] svcrdma: Handle ADDR_CHANGE CM event properly

[PATCH 1/1] SUNRPC: Use rpc_create_args->timeout to initialize rpc_xprt->timeout
 2024-06-03 13:45 UTC  (3+ messages)

[PATCH] SUNRPC: Fix loop termination condition in gss_free_in_token_pages()
 2024-06-03 13:10 UTC  (3+ messages)

ktls-utils: question about certificate verification
 2024-05-31 18:01 UTC  (4+ messages)

NFS write congestion size
 2024-05-31 14:12 UTC  (11+ messages)

[PATCH] NFSD: remove unused structs 'nfsd3_voidargs'
 2024-05-31 13:20 UTC  (3+ messages)

[PATCH] NFS: remove unused struct 'mnt_fhstatus'
 2024-05-31 12:28 UTC  (2+ messages)

[PATCH rfc] nfs: propagate readlink errors in nfs_symlink_filler
 2024-05-31  4:24 UTC  (11+ messages)

[PATCH 09/16] nfs: Remove calls to folio_set_error
 2024-05-30 20:21 UTC 

Inquiry about unmounting issues in Linux kernel NFS
 2024-05-30 20:09 UTC 

[PATCH] SUNRPC: return proper error from gss_wrap_req_priv
 2024-05-30 15:16 UTC  (3+ messages)

[PATCH] Add guards around [nfsidmap] usages of [sysconf]
 2024-05-30  7:17 UTC 

[PATCH] NFS: add barriers when testing for NFS_FSDATA_BLOCKED
 2024-05-29  3:47 UTC  (5+ messages)

[PATCH 1/1] NFSv4.1 enforce rootpath check in fs_location query
 2024-05-29 19:44 UTC 

RFC2224 support in Linux /sbin/mount.nfs4?
 2024-05-29 13:52 UTC  (7+ messages)

NFSD: Unable to initialize client recovery tracking! (-110)
 2024-05-29 13:27 UTC  (9+ messages)

[PATCH] NFS: abort nfs_atomic_open_v23 if name is too long
 2024-05-29  6:25 UTC  (2+ messages)

Fwd: [Ms-nfs41-client-devel] ANN: NFSv4.1 filesystem client Windows driver binaries for Windows 10/11 for testing, 2024-05-28 
 2024-05-29  6:25 UTC  (2+ messages)

[syzbot] [nfs?] INFO: task hung in nfsd_nl_listener_set_doit
 2024-05-28 18:10 UTC  (2+ messages)

long-term stable backports of NFSD patches
 2024-05-28 14:24 UTC 

[PATCH net-next v5 06/13] mm: page_frag: add '_va' suffix to page_frag API
 2024-05-28 12:55 UTC  (2+ messages)
` [PATCH net-next v5 07/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[PATCH v2] NFS: add barriers when testing for NFS_FSDATA_BLOCKED
 2024-05-28  3:27 UTC 


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