public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-28 14:57:03 to 2024-07-03 04:19:25 UTC [more...]

NFS buffered write cleanup
 2024-07-03  4:19 UTC  (16+ messages)
` [PATCH 1/7] nfs: remove dead code for the old swap over NFS implementation
` [PATCH 2/7] nfs: remove nfs_folio_private_request
` [PATCH 3/7] nfs: simplify nfs_folio_find_and_lock_request
` [PATCH 4/7] nfs: fold nfs_folio_find_and_lock_request into nfs_lock_and_join_requests
` [PATCH 5/7] nfs: fold nfs_page_group_lock_subrequests "
` [PATCH 6/7] nfs: move nfs_wait_on_request to write.c
` [PATCH 7/7] nfs: don't reuse partially completed requests in nfs_lock_and_join_requests

nfsd becomes a zombie
 2024-07-03  4:14 UTC  (10+ messages)

[PATCH v11 00/20] nfs/nfsd: add support for localio
 2024-07-03  1:13 UTC  (27+ messages)
` [PATCH v11 01/20] SUNRPC: add rpcauth_map_to_svc_cred_local
` [PATCH v11 02/20] nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h
` [PATCH v11 03/20] nfs_common: add NFS LOCALIO auxiliary protocol enablement
` [PATCH v11 04/20] nfsd: add "localio" support
` [PATCH v11 05/20] nfsd: add Kconfig options to allow localio to be enabled
` [PATCH v11 06/20] nfsd: manage netns reference in nfsd_open_local_fh
` [PATCH v11 07/20] nfsd: use percpu_ref to interlock nfsd_destroy_serv and nfsd_open_local_fh
` [PATCH v11 08/20] nfsd: implement server support for NFS_LOCALIO_PROGRAM
` [PATCH v11 09/20] SUNRPC: replace program list with program array
` [PATCH v11 10/20] nfs: pass nfs_client to nfs_initiate_pgio
` [PATCH v11 11/20] nfs: pass descriptor thru nfs_initiate_pgio path
` [PATCH v11 12/20] nfs: pass struct file to nfs_init_pgio and nfs_init_commit
` [PATCH v11 13/20] nfs: add "localio" support
` [PATCH v11 14/20] nfs: fix nfs_localio_vfs_getattr() to properly support v4
` [PATCH v11 15/20] nfs: enable localio for non-pNFS I/O
` [PATCH v11 16/20] pnfs/flexfiles: enable localio for flexfiles I/O
` [PATCH v11 17/20] SUNRPC: remove call_allocate() BUG_ON if p_arglen=0 to allow RPC with void arg
` [PATCH v11 18/20] nfs/localio: use dedicated workqueues for filesystem read and write
` [PATCH v11 19/20] nfs: implement client support for NFS_LOCALIO_PROGRAM
` [PATCH v11 20/20] nfs: add Documentation/filesystems/nfs/localio.rst

[RFC PATCH] xfs: enable WQ_MEM_RECLAIM on m_sync_workqueue
 2024-07-02 23:51 UTC  (10+ messages)
` [PATCH v2] "

[LTP] [PATCH 1/1] nfsstat01: Update client RPC calls for kernel 6.9
 2024-07-02 22:55 UTC  (2+ messages)

BUG in nfs_read_folio() when tracing is enabled
 2024-07-02 21:33 UTC  (5+ messages)

[RFC PATCH 0/6] Add a client-side OFFLOAD_STATUS implementation
 2024-07-02 18:43 UTC  (11+ messages)
` [RFC PATCH 1/6] NFS: Fix typo in OFFLOAD_CANCEL comment
` [RFC PATCH 2/6] NFS: Implement NFSv4.2's OFFLOAD_STATUS XDR
` [RFC PATCH 3/6] NFS: Rename struct nfs4_offloadcancel_data
` [RFC PATCH 4/6] NFS: Implement NFSv4.2's OFFLOAD_STATUS operation
` [RFC PATCH 5/6] NFS: Use "
` [RFC PATCH 6/6] NFS: Refactor trace_nfs4_offload_cancel

[PATCH 00/10] fs: multigrain timestamp redux
 2024-07-02 16:18 UTC  (16+ messages)
` [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t

Fwd: [PATCH net v2] net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
 2024-07-02 12:56 UTC 

[PATCH 0/6 RFC] nfsd: provide simpler interface for LOCALIO access
 2024-07-02  0:29 UTC  (17+ messages)
` [PATCH 1/6] nfsd: introduce __fh_verify which takes explicit nfsd_net arg
` [PATCH 2/6] nfsd: add cred parameter to __fh_verify()
` [PATCH 3/6] nfsd: pass nfs_vers explicitly "
` [PATCH 4/6] nfsd: pass client "
` [PATCH 5/6] nfsd: __fh_verify now treats NULL rqstp as a trusted connection
` [PATCH 6/6] nfsd: add nfsd_file_acquire_local()

[PATCH v2 00/11] fs: multigrain timestamp redux
 2024-07-01 20:33 UTC  (20+ messages)
` [PATCH v2 01/11] fs: turn inode ctime fields into a single ktime_t
` [PATCH v2 02/11] fs: uninline inode_get_ctime and inode_set_ctime_to_ts
` [PATCH v2 03/11] fs: tracepoints for inode_needs_update_time "
` [PATCH v2 04/11] fs: add infrastructure for multigrain timestamps
` [PATCH v2 05/11] fs: add percpu counters to count fine vs. coarse timestamps
` [PATCH v2 06/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v2 07/11] xfs: switch to multigrain timestamps
` [PATCH v2 08/11] ext4: "
` [PATCH v2 09/11] btrfs: convert "
` [PATCH v2 10/11] tmpfs: add support for "
` [PATCH v2 11/11] Documentation: add a new file documenting "

long-term stable backports of NFSD patches
 2024-07-01 15:35 UTC 

[PATCH RESEND v2 0/3] nfs: Improve throughput for random buffered writes
 2024-07-01 11:23 UTC  (5+ messages)
` [PATCH v2 1/3] nfs: Drop pointless check from nfs_commit_release_pages()
` [PATCH v2 2/3] nfs: Properly initialize server->writeback
` [PATCH v2 3/3] nfs: Block on write congestion

[PATCH v9 00/19] nfs/nfsd: add support for localio
 2024-07-01  1:29 UTC  (44+ messages)
` [PATCH v9 01/19] nfs: pass nfs_client to nfs_initiate_pgio
` [PATCH v9 02/19] nfs: pass descriptor thru nfs_initiate_pgio path
` [PATCH v9 03/19] nfs: pass struct file to nfs_init_pgio and nfs_init_commit
` [PATCH v9 04/19] sunrpc: add rpcauth_map_to_svc_cred_local
` [PATCH v9 05/19] nfs_common: add NFS LOCALIO auxiliary protocol enablement
` [PATCH v9 06/19] nfs: add "localio" support
` [PATCH v9 07/19] nfs/localio: fix nfs_localio_vfs_getattr() to properly support v4
` [PATCH v9 08/19] nfs: enable localio for non-pNFS I/O
` [PATCH v9 09/19] pnfs/flexfiles: Enable localio for flexfiles I/O
` [PATCH v9 10/19] nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h
` [PATCH v9 11/19] SUNRPC: remove call_allocate() BUG_ON if p_arglen=0 to allow RPC with void arg
` [PATCH v9 12/19] nfs: implement client support for NFS_LOCALIO_PROGRAM
` [PATCH v9 13/19] nfsd: add "localio" support
` [PATCH v9 14/19] nfsd/localio: manage netns reference in nfsd_open_local_fh
` [PATCH v9 15/19] nfsd: use percpu_ref to interlock nfsd_destroy_serv and nfsd_open_local_fh
` [PATCH v9 16/19] nfsd: add Kconfig options to allow localio to be enabled
` [PATCH v9 17/19] nfsd: implement server support for NFS_LOCALIO_PROGRAM
` [PATCH v9 18/19] SUNRPC: replace program list with program array
` [PATCH v9 19/19] nfs: add Documentation/filesystems/nfs/localio.rst

[PATCH v10 00/19] nfs/nfsd: add support for localio
 2024-06-30 16:37 UTC  (20+ messages)
` [PATCH v10 01/19] SUNRPC: add rpcauth_map_to_svc_cred_local
` [PATCH v10 02/19] nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h
` [PATCH v10 03/19] nfs_common: add NFS LOCALIO auxiliary protocol enablement
` [PATCH v10 04/19] nfsd: add "localio" support
` [PATCH v10 05/19] nfsd: add Kconfig options to allow localio to be enabled
` [PATCH v10 06/19] nfsd: manage netns reference in nfsd_open_local_fh
` [PATCH v10 07/19] nfsd: use percpu_ref to interlock nfsd_destroy_serv and nfsd_open_local_fh
` [PATCH v10 08/19] nfsd: implement server support for NFS_LOCALIO_PROGRAM
` [PATCH v10 09/19] SUNRPC: replace program list with program array
` [PATCH v10 10/19] nfs: pass nfs_client to nfs_initiate_pgio
` [PATCH v10 11/19] nfs: pass descriptor thru nfs_initiate_pgio path
` [PATCH v10 12/19] nfs: pass struct file to nfs_init_pgio and nfs_init_commit
` [PATCH v10 13/19] nfs: add "localio" support
` [PATCH v10 14/19] nfs: fix nfs_localio_vfs_getattr() to properly support v4
` [PATCH v10 15/19] nfs: enable localio for non-pNFS I/O
` [PATCH v10 16/19] pnfs/flexfiles: enable localio for flexfiles I/O
` [PATCH v10 17/19] SUNRPC: remove call_allocate() BUG_ON if p_arglen=0 to allow RPC with void arg
` [PATCH v10 18/19] nfs: implement client support for NFS_LOCALIO_PROGRAM
` [PATCH v10 19/19] nfs: add Documentation/filesystems/nfs/localio.rst

[GIT PULL] Please pull NFS client bugfix for Linux-6.10
 2024-06-29 20:50 UTC  (2+ messages)

Are there any known NFS4.2 over TCP bandwidth limits ?
 2024-06-29 13:20 UTC 

[GIT PULL] Additional fixes for NFSD in v6.10-rc
 2024-06-28 17:01 UTC  (2+ messages)


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