Linux NFS development
 help / color / mirror / Atom feed
 messages from 2024-06-10 12:19:43 to 2024-06-14 11:57:09 UTC [more...]

[PATCH 0/3] nfs: Improve throughput for random buffered writes
 2024-06-14 11:57 UTC  (14+ 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 00/11] LAYOUTRETURN on reboot
 2024-06-14 11:47 UTC  (13+ 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

fix swap on NFS
 2024-06-14 10:03 UTC  (2+ messages)
` [PATCH] nfs: fix nfs_swap_rw for large-folio swap

Question about pNFS documentation
 2024-06-14  8:37 UTC  (3+ messages)

[PATCH] NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly
 2024-06-14  8:18 UTC  (7+ messages)
  ` [LTP] "

[PATCH v3 00/18] nfs/nfsd: add support for localio
 2024-06-14  3:44 UTC  (19+ messages)
` [PATCH v3 01/18] nfs: pass nfs_client to nfs_initiate_pgio
` [PATCH v3 02/18] nfs: pass descriptor thru nfs_initiate_pgio path
` [PATCH v3 03/18] nfs: pass struct file to nfs_init_pgio and nfs_init_commit
` [PATCH v3 04/18] sunrpc: add rpcauth_map_to_svc_cred_local
` [PATCH v3 05/18] nfs_common: add NFS LOCALIO protocol extension enablement
` [PATCH v3 06/18] nfs/nfsd: add "localio" support
` [PATCH v3 07/18] NFS: for localio don't call filesystem read() and write() routines directly
` [PATCH v3 08/18] NFS: Enable localio for non-pNFS I/O
` [PATCH v3 09/18] pnfs/flexfiles: Enable localio for flexfiles I/O
` [PATCH v3 10/18] nfs: implement v3 and v4 client support for NFS_LOCALIO_PROGRAM
` [PATCH v3 11/18] nfsd: implement v3 and v4 server "
` [PATCH v3 12/18] nfs/nfsd: consolidate {encode,decode}_opaque_fixed in nfs_xdr.h
` [PATCH v3 13/18] nfs/localio: move managing nfsd_open_local_fh symbol to nfs_common
` [PATCH v3 14/18] nfs/nfsd: ensure localio server always uses its network namespace
` [PATCH v3 15/18] nfsd/localio: manage netns reference in nfsd_open_local_fh
` [PATCH v3 16/18] nfsd: prepare to use SRCU to dereference nn->nfsd_serv
` [PATCH v3 17/18] nfsd: "
` [PATCH v3 18/18] nfsd/localio: use nfsd_serv_get/put in nfsd_open_local_fh

[PATCH RFC 0/2] NFSv4: set sb_flags to second superblock
 2024-06-14  3:14 UTC  (3+ messages)
` [PATCH RFC 2/2] "

[PATCH v3 0/5] nfsd/sunrpc: allow starting/stopping pooled NFS server via netlink
 2024-06-14  0:18 UTC  (8+ 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 v3 5/5] nfsd: new netlink ops to get/set server pool_mode

Seeing strange behaviour from RPC/NFSD on 6.6.7 kernel, looking for debug advice
 2024-06-13 22:44 UTC 

[PATCH 00/19] OPEN optimisations and Attribute delegations
 2024-06-13 20:26 UTC  (21+ 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

[syzbot] [nfs?] INFO: task hung in nfsd_nl_rpc_status_get_start
 2024-06-13 19:50 UTC  (2+ messages)

[GIT PULL] Please pull NFS client bugfixes for Linux 6.10
 2024-06-13 19:30 UTC  (2+ messages)

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-13 18:13 UTC  (23+ messages)

[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

[PATCH v2] VFS: generate FS_CREATE before FS_OPEN when ->atomic_open used
 2024-06-13  7:38 UTC  (7+ messages)

[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  (25+ messages)
` [for-6.11 PATCH 04/29] sunrpc: handle NULL req->defer in cache_defer_req
` [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 10/29] nfs/nfsd: add "local io" support
` [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  (5+ 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 


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