messages from 2024-06-07 14:26:52 to 2024-06-13 18:34:47 UTC [more...]
[PATCH v3 0/5] nfsd/sunrpc: allow starting/stopping pooled NFS server via netlink
2024-06-13 18:34 UTC (5+ messages)
` [PATCH v3 1/5] sunrpc: fix up the special handling of sv_nrpools == 1
` [PATCH v3 2/5] nfsd: make nfsd_svc take an array of thread counts
` [PATCH v3 3/5] nfsd: allow passing in array of thread counts via netlink
` [PATCH v3 4/5] sunrpc: refactor pool_mode setting code
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-06-13 18:13 UTC (26+ messages)
` [PATCH 08/14] nfsd: "
[PATCH v2 0/5] nfsd/sunrpc: allow starting/stopping pooled NFS server via netlink
2024-06-13 16:58 UTC (9+ messages)
` [PATCH v2 1/5] sunrpc: fix up the special handling of sv_nrpools == 1
` [PATCH v2 2/5] nfsd: make nfsd_svc call nfsd_set_nrthreads
` [PATCH v2 3/5] nfsd: allow passing in array of thread counts via netlink
` [PATCH v2 4/5] sunrpc: refactor pool_mode setting code
` [PATCH v2 5/5] nfsd: new netlink ops to get/set server pool_mode
[PATCH nfs-utils v5 0/4] nfsdctl: new nfs-utils tool for managing the kernel NFS server
2024-06-13 16:44 UTC (5+ messages)
` [PATCH nfs-utils v5 1/4] nfsdctl: add the nfsdctl utility to nfs-utils
` [PATCH nfs-utils v5 2/4] nfsdctl: asciidoc source for the manpage
` [PATCH nfs-utils v5 3/4] systemd: use nfsdctl to start and stop the nfs server
` [PATCH nfs-utils v5 4/4] nfsdctl: add support for pool-mode
Question about pNFS documentation
2024-06-13 15:31 UTC (2+ messages)
[GIT PULL] Please pull NFS client bugfixes for Linux 6.10
2024-06-13 15:31 UTC
[PATCH] NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly
2024-06-13 10:26 UTC (6+ messages)
` [LTP] "
[PATCH 0/3] nfs: Improve throughput for random buffered writes
2024-06-13 9:18 UTC (7+ messages)
` [PATCH 1/3] nfs: Drop pointless check from nfs_commit_release_pages()
` [PATCH 2/3] nfs: Properly initialize server->writeback
` [PATCH 3/3] nfs: Block on write congestion
[PATCH v2] VFS: generate FS_CREATE before FS_OPEN when ->atomic_open used
2024-06-13 7:38 UTC (7+ messages)
[PATCH 00/11] LAYOUTRETURN on reboot
2024-06-13 5:00 UTC (12+ messages)
` [PATCH 01/11] NFSv4/pnfs: Remove redundant list check
` [PATCH 02/11] NFSv4.1: constify the stateid argument in nfs41_test_stateid()
` [PATCH 03/11] NFSv4: Clean up encode_nfs4_stateid()
` [PATCH 04/11] pNFS: Add a flag argument to pnfs_destroy_layouts_byclid()
` [PATCH 05/11] NFSv4/pnfs: Add support for the PNFS_LAYOUT_FILE_BULK_RETURN flag
` [PATCH 06/11] NFSv4/pNFS: Add a helper to defer failed layoutreturn calls
` [PATCH 07/11] NFSv4/pNFS: Handle server reboots in pnfs_poc_release()
` [PATCH 08/11] NFSv4/pNFS: Retry the layout return later in case of a timeout or reboot
` [PATCH 09/11] NFSv4/pnfs: Give nfs4_proc_layoutreturn() a flags argument
` [PATCH 10/11] NFSv4/pNFS: Remove redundant call to unhash the layout
` [PATCH 11/11] NFSv4/pNFS: Do layout state recovery upon reboot
[PATCH 00/19] OPEN optimisations and Attribute delegations
2024-06-13 4:11 UTC (20+ messages)
` [PATCH 01/19] NFSv4: Clean up open delegation return structure
` [PATCH 02/19] NFSv4: Refactor nfs4_opendata_check_deleg()
` [PATCH 03/19] NFSv4: Add new attribute delegation definitions
` [PATCH 04/19] NFSv4: Plumb in XDR support for the new delegation-only setattr op
` [PATCH 05/19] NFSv4: Add CB_GETATTR support for delegated attributes
` [PATCH 06/19] NFSv4: Add a flags argument to the 'have_delegation' callback
` [PATCH 07/19] NFSv4: Add support for delegated atime and mtime attributes
` [PATCH 08/19] NFSv4: Add recovery of attribute delegations
` [PATCH 09/19] NFSv4: Add a capability for delegated attributes
` [PATCH 10/19] NFSv4: Enable attribute delegations
` [PATCH 11/19] NFSv4: Delegreturn must set m/atime when they are delegated
` [PATCH 12/19] NFSv4: Fix up delegated attributes in nfs_setattr
` [PATCH 13/19] NFSv4: Don't request atime/mtime/size if they are delegated to us
` [PATCH 14/19] NFSv4: Add support for the FATTR4_OPEN_ARGUMENTS attribute
` [PATCH 15/19] NFSv4: Detect support for OPEN4_SHARE_ACCESS_WANT_OPEN_XOR_DELEGATION
` [PATCH 16/19] NFSv4: Add support for OPEN4_RESULT_NO_OPEN_STATEID
` [PATCH 17/19] NFSv4: Ask for a delegation or an open stateid in OPEN
` [PATCH 18/19] NFS: Add a generic callback to return the delegation
` [PATCH 19/19] Return the delegation when deleting the sillyrenamed file
[RFC PATCH v2 00/15] nfs/nfsd: add support for localio
2024-06-12 18:32 UTC (26+ messages)
` [RFC PATCH v2 01/15] nfs: pass nfs_client to nfs_initiate_pgio
` [RFC PATCH v2 02/15] nfs: pass descriptor thru nfs_initiate_pgio path
` [RFC PATCH v2 03/15] nfs: pass struct file to nfs_init_pgio and nfs_init_commit
` [RFC PATCH v2 04/15] sunrpc: add rpcauth_map_to_svc_cred_local
` [RFC PATCH v2 05/15] nfs: move nfs_stat_to_errno to nfs.h
` [RFC PATCH v2 06/15] nfs_common: add NFS LOCALIO protocol extension enablement
` [RFC PATCH v2 07/15] nfs/nfsd: add "localio" support
` [RFC PATCH v2 08/15] NFS: for localio don't call filesystem read() and write() routines directly
` [RFC PATCH v2 09/15] NFS: Enable localio for non-pNFS I/O
` [RFC PATCH v2 10/15] pnfs/flexfiles: Enable localio for flexfiles I/O
` [RFC PATCH v2 11/15] nfs: implement v3 and v4 client support for NFS_LOCALIO_PROGRAM
` [RFC PATCH v2 12/15] nfsd: implement v3 and v4 server "
` [RFC PATCH v2 13/15] nfs/nfsd: consolidate {encode,decode}_opaque_fixed in nfs_xdr.h
` [RFC PATCH v2 14/15] nfs/localio: move managing nfsd_open_local_fh symbol to nfs_common
` [RFC PATCH v2 15/15] nfs/nfsd: ensure localio server always uses its network namespace
[PATCH] tracing/treewide: Remove second parameter of __assign_str()
2024-06-12 15:55 UTC (2+ messages)
` [f2fs-dev] "
[PATCH] exports(5): update and correct information about subdirectory exports
2024-06-12 15:34 UTC
[PATCH 5.15] sunrpc: exclude from freezer when waiting for requests:
2024-06-12 14:46 UTC (2+ messages)
[PATCH v2] NFSD: Support write delegations in LAYOUTGET
2024-06-12 13:52 UTC (3+ messages)
[PATCH] VFS: generate FS_CREATE before FS_OPEN when ->atomic_open used
2024-06-12 7:08 UTC (5+ messages)
[for-6.11 PATCH 00/29] nfs/nfsd: add support for localio bypass
2024-06-12 6:30 UTC (52+ 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
support large folios for NFS
2024-06-12 4:02 UTC (9+ messages)
` [PATCH 1/2] filemap: Convert generic_perform_write() to support large folios
[RFC PATCH] NFSD: Support write delegations for pNFS LAYOUT operations
2024-06-11 13:54 UTC (7+ messages)
long-term stable backports of NFSD patches
2024-06-10 13:17 UTC
[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)
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