Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-01-23 14:35:11 to 2026-01-28 04:47:15 UTC [more...]

delayed delegation return handling fix
 2026-01-28  4:46 UTC  (2+ messages)
` [PATCH 1/7] NFS: return void from nfs4_inode_make_writeable

[PATCH v5 0/5] Add a bio_vec based API to core/rw.c
 2026-01-28  3:36 UTC  (8+ messages)
` [PATCH v5 1/5] RDMA/core: add bio_vec based RDMA read/write API
` [PATCH v5 2/5] RDMA/core: use IOVA-based DMA mapping for bvec RDMA operations
` [PATCH v5 3/5] RDMA/core: add MR support for bvec-based "
` [PATCH v5 4/5] RDMA/core: add rdma_rw_max_sge() helper for SQ sizing
` [PATCH v5 5/5] svcrdma: use bvec-based RDMA read/write API

[PATCH/RFC] nfsd: rate limit requests that result in -ESTALE from the filesystem
 2026-01-28  3:27 UTC  (8+ messages)

[PATCH v4 1/1] NFSD: Enforce Timeout on Layout Recall and Integrate Lease Manager Fencing
 2026-01-28  0:50 UTC  (9+ messages)

[PATCH RFC] NFS: Add some knobs for disabling delegations in sysfs
 2026-01-27 16:04 UTC  (5+ messages)

[PATCH v4 0/5] Add a bio_vec based API to core/rw.c
 2026-01-27  5:42 UTC  (8+ messages)
` [PATCH v4 1/5] RDMA/core: add bio_vec based RDMA read/write API
` [PATCH v4 2/5] RDMA/core: use IOVA-based DMA mapping for bvec RDMA operations
` [PATCH v4 3/5] RDMA/core: add MR support for bvec-based "
` [PATCH v4 4/5] RDMA/core: add rdma_rw_max_sge() helper for SQ sizing
` [PATCH v4 5/5] svcrdma: use bvec-based RDMA read/write API

[PATCH v3 00/14] Clarify module API boundaries
 2026-01-27  4:56 UTC  (17+ messages)
` [PATCH v3 01/14] lockd: Simplify cast_status() in svcproc.c
` [PATCH v3 02/14] lockd: Relocate and rename nlm_drop_reply
` [PATCH v3 03/14] lockd: Introduce nlm__int__deadlock
` [PATCH v3 04/14] lockd: Have nlm_fopen() return errno values
` [PATCH v3 05/14] lockd: Relocate nlmsvc_unlock API declarations
` [PATCH v3 06/14] NFS: Use nlmclnt_shutdown_rpc_clnt() to safely shut down NLM
` [PATCH v3 07/14] lockd: Move xdr4.h from include/linux/lockd/ to fs/lockd/
` [PATCH v3 08/14] lockd: Move share.h "
` [PATCH v3 09/14] lockd: Relocate include/linux/lockd/lockd.h
` [PATCH v3 10/14] lockd: Remove lockd/debug.h
` [PATCH v3 11/14] lockd: Move xdr.h from include/linux/lockd/ to fs/lockd/
` [PATCH v3 12/14] lockd: Make linux/lockd/nlm.h an internal header
` [PATCH v3 13/14] lockd: Move nlm4svc_set_file_lock_range()
` [PATCH v3 14/14] lockd: Relocate svc_version definitions to XDR layer

knfsd read iops limits?
 2026-01-27  0:48 UTC  (9+ messages)

[PATCH v2 00/14] NFS: Make NFS v4.0 KConfig-urable
 2026-01-26 20:39 UTC  (15+ messages)
` [PATCH v2 01/14] NFS: Move nfs40_call_sync_ops into nfs40proc.c
` [PATCH v2 02/14] NFS: Split out the nfs40_reboot_recovery_ops into nfs40client.c
` [PATCH v2 03/14] NFS: Split out the nfs40_nograce_recovery_ops into nfs40proc.c
` [PATCH v2 04/14] NFS: Split out the nfs40_state_renewal_ops "
` [PATCH v2 05/14] NFS: Split out the nfs40_mig_recovery_ops to nfs40proc.c
` [PATCH v2 06/14] NFS: Move the NFS v4.0 minor version ops into nfs40proc.c
` [PATCH v2 07/14] NFS: Make the various NFS v4.0 operations static again
` [PATCH v2 08/14] NFS: Move nfs40_shutdown_client into nfs40client.c
` [PATCH v2 09/14] NFS: Move nfs40_init_client "
` [PATCH v2 10/14] NFS: Move NFS v4.0 pathdown recovery "
` [PATCH v2 11/14] NFS: Pass a struct nfs_client to nfs4_init_sequence()
` [PATCH v2 12/14] NFS: Move sequence slot operations into minorversion operations
` [PATCH v2 13/14] NFS: Add a way to disable NFS v4.0 via KConfig
` [PATCH v2 14/14] NFS: Merge CONFIG_NFS_V4_1 with CONFIG_NFS_V4

[PATCH v3 1/1] NFSD: Enforce Timeout on Layout Recall and Integrate Lease Manager Fencing
 2026-01-26 20:34 UTC 

[PATCH v2 1/1] NFSD: Enforce Timeout on Layout Recall and Integrate Lease Manager Fencing
 2026-01-26 20:33 UTC  (5+ messages)

[PATCH 1/1] pNFS: fix a missing wake up while waiting on NFS_LAYOUT_DRAIN
 2026-01-26 19:15 UTC 

[PATCH] sunrpc/xs_read_stream: fix dead loop when xs_read_discard
 2026-01-26 19:01 UTC  (2+ messages)

[PATCH v3 0/2] nfsd: move delegated timestamps to being runtime disabled instead of compile time
 2026-01-26 18:27 UTC  (4+ messages)
` [PATCH v3 1/2] nfsd: add a runtime switch for disabling delegated timestamps
` [PATCH v3 2/2] nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig option

[PATCH v2 0/3] kNFSD Signed Filehandles
 2026-01-26 18:22 UTC  (23+ messages)
` [PATCH v2 3/3] NFSD: Sign filehandles
` [PATCH v2 1/3] NFSD: Add a key for signing filehandles

[PATCH v3 0/5] Add a bio_vec based API to core/rw.c
 2026-01-26 17:13 UTC  (16+ messages)
` [PATCH v3 2/5] RDMA/core: use IOVA-based DMA mapping for bvec RDMA operations
` [PATCH v3 3/5] RDMA/core: add MR support for bvec-based "

[PATCH] sunrpc: fix a resource leak in gss_proxy_save_rsc()
 2026-01-26 16:43 UTC  (2+ messages)

[PATCH v2 00/42] Clarify module API boundaries
 2026-01-26 14:36 UTC  (53+ messages)
` [PATCH v2 01/42] lockd: Simplify cast_status() in svcproc.c
` [PATCH v2 02/42] lockd: Introduce nlm__int__deadlock
` [PATCH v2 03/42] lockd: Have nlm_fopen() return errno values
` [PATCH v2 04/42] lockd: Relocate nlmsvc_unlock API declarations
` [PATCH v2 05/42] NFS: Use nlmclnt_rpc_clnt() helper to retrieve nlm_host's rpc_clnt
` [PATCH v2 06/42] lockd: Move xdr4.h from include/linux/lockd/ to fs/lockd/
` [PATCH v2 07/42] lockd: Move share.h "
` [PATCH v2 08/42] lockd: Relocate include/linux/lockd/lockd.h
` [PATCH v2 09/42] lockd: Remove lockd/debug.h
` [PATCH v2 10/42] lockd: Move xdr.h from include/linux/lockd/ to fs/lockd/
` [PATCH v2 11/42] lockd: Make linux/lockd/nlm.h an internal header
` [PATCH v2 12/42] lockd: Move nlm4svc_set_file_lock_range()
` [PATCH v2 13/42] lockd: Relocate svc_version definitions to XDR layer
` [PATCH v2 14/42] Documentation: Add the RPC language description of NLM version 4
` [PATCH v2 15/42] lockd: Use xdrgen XDR functions for the NLMv4 NULL procedure
` [PATCH v2 16/42] lockd: Use xdrgen XDR functions for the NLMv4 TEST procedure
` [PATCH v2 17/42] lockd: Use xdrgen XDR functions for the NLMv4 LOCK procedure
` [PATCH v2 18/42] lockd: Use xdrgen XDR functions for the NLMv4 CANCEL procedure
` [PATCH v2 19/42] lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK procedure
` [PATCH v2 20/42] lockd: Use xdrgen XDR functions for the NLMv4 GRANTED procedure
` [PATCH v2 21/42] lockd: Refactor nlm4svc_callback()
` [PATCH v2 22/42] lockd: Use xdrgen XDR functions for the NLMv4 TEST_MSG procedure
` [PATCH v2 23/42] lockd: Use xdrgen XDR functions for the NLMv4 LOCK_MSG procedure
` [PATCH v2 24/42] lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_MSG procedure
` [PATCH v2 25/42] lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_MSG procedure
` [PATCH v2 26/42] lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_MSG procedure
` [PATCH v2 27/42] lockd: Use xdrgen XDR functions for the NLMv4 TEST_RES procedure
` [PATCH v2 28/42] lockd: Use xdrgen XDR functions for the NLMv4 LOCK_RES procedure
` [PATCH v2 29/42] lockd: Use xdrgen XDR functions for the NLMv4 CANCEL_RES procedure
` [PATCH v2 30/42] lockd: Use xdrgen XDR functions for the NLMv4 UNLOCK_RES procedure
` [PATCH v2 31/42] lockd: Use xdrgen XDR functions for the NLMv4 GRANTED_RES procedure
` [PATCH v2 32/42] lockd: Use xdrgen XDR functions for the NLMv4 SM_NOTIFY procedure
` [PATCH v2 33/42] lockd: Convert server-side undefined procedures to xdrgen
` [PATCH v2 34/42] lockd: Hoist file_lock init out of nlm4svc_decode_shareargs()
` [PATCH v2 35/42] lockd: Prepare share helpers for xdrgen conversion
` [PATCH v2 36/42] lockd: Use xdrgen XDR functions for the NLMv4 SHARE procedure
` [PATCH v2 37/42] lockd: Use xdrgen XDR functions for the NLMv4 UNSHARE procedure
` [PATCH v2 38/42] lockd: Use xdrgen XDR functions for the NLMv4 NM_LOCK procedure
` [PATCH v2 39/42] lockd: Use xdrgen XDR functions for the NLMv4 FREE_ALL procedure
` [PATCH v2 40/42] lockd: Add LOCKD_SHARE_SVID constant for DOS sharing mode
` [PATCH v2 41/42] lockd: Remove C macros that are no longer used
` [PATCH v2 42/42] lockd: Remove dead code from fs/lockd/xdr4.c

[nfs-utils] "blkmapd open pipe file /run/rpc_pipefs/nfs/blocklayout failed" and handling of nfs-blkmap.service service
 2026-01-26 13:37 UTC  (3+ messages)
` [nfs-utils PATCH] Rename CONFIG_NFSV41 to CONFIG_BLKMAPD and disable by default

[nfs-utils PATCH] nfsiostat: normalize the mountpoints passed in from the command line
 2026-01-26 13:36 UTC  (2+ messages)

[PATCH 1/1] nfs-utils: nfsdctl: ignore ipv6 listener creation error
 2026-01-26 13:36 UTC  (2+ messages)

[PATCH 0/5] Assortment of I/O fixes for the NFS client
 2026-01-26 13:03 UTC  (5+ messages)
` [PATCH 1/5] NFS: Protect against 'eof page pollution'

add a LRU for delegations
 2026-01-26  6:06 UTC  (4+ messages)
` [PATCH 22/24] NFS: add a separate delegation return list

[PATCH v6 00/16] Exposing case folding behavior
 2026-01-25 22:04 UTC  (5+ messages)

[PATCH v2 0/2] nfsd: move delegated timestamps to being runtime disabled instead of compile time
 2026-01-25 22:01 UTC  (5+ messages)
` [PATCH v2 1/2] nfsd: add a runtime switch for disabling delegated timestamps
` [PATCH v2 2/2] nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig option

[PATCH v1 0/2] nfsd: Fix cred refcount leak
 2026-01-25  3:21 UTC  (5+ messages)
` [PATCH v1 1/2] nfsd: Fix cred ref leak in nfsd_nl_threads_set_doit()
` [PATCH v1 2/2] nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit()

[PATCH] SUNRPC: Replace KUnit tests for memcmp() with KUNIT_EXPECT_MEMEQ_MSG()
 2026-01-25  2:46 UTC  (2+ messages)

[RFC][PATCH] get rid of weirdness around NFS dummy root dentries
 2026-01-24 19:58 UTC 

[PATCH 0/3] fs: Support btrfs cloned images and overlayfs
 2026-01-24 10:45 UTC  (19+ messages)
` [PATCH 3/3] ovl: Use real disk UUID for origin file handles

[PATCH nfs-utils v2] nfsdctl: add support for min-threads parameter
 2026-01-23 19:59 UTC  (3+ messages)

[PATCH v7 00/14] nfsd: assorted cleanups involving v4 special stateids
 2026-01-23 17:03 UTC  (6+ messages)
` [PATCH v6 04/14] nfsd: allow unrecognisable filehandle for foreign servers in COPY

[PATCH v7 00/16] Exposing case folding behavior
 2026-01-23 15:49 UTC  (4+ messages)
` [PATCH v7 07/16] ext4: Report case sensitivity in fileattr_get

[PATCH] Add missing exports for rpc_gss_getcred + authdes_getucred
 2026-01-23 14:35 UTC  (2+ messages)

[PATCH] systemd: drop Wants=network-online.target for rpc-statd-notify
 2026-01-23 14:35 UTC 


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