messages from 2026-01-22 16:03:20 to 2026-01-26 19:55:42 UTC [more...]
[PATCH v3 00/14] Clarify module API boundaries
2026-01-26 19:55 UTC (6+ 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 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 v2 1/1] NFSD: Enforce Timeout on Layout Recall and Integrate Lease Manager Fencing
2026-01-26 18:50 UTC (4+ messages)
knfsd read iops limits?
2026-01-26 18:46 UTC (7+ 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 (34+ messages)
` [PATCH v2 1/3] NFSD: Add a key for signing filehandles
` [PATCH v2 2/3] NFSD/export: Add sign_fh export option
` [PATCH v2 3/3] NFSD: Sign filehandles
[PATCH v4 0/5] Add a bio_vec based API to core/rw.c
2026-01-26 18:14 UTC (6+ 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 0/5] Add a bio_vec based API to core/rw.c
2026-01-26 17:13 UTC (21+ messages)
` [PATCH v3 1/5] RDMA/core: add bio_vec based RDMA read/write API
` [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 v3 4/5] RDMA/core: add rdma_rw_max_sge() helper for SQ sizing
` [PATCH v3 5/5] svcrdma: use bvec-based RDMA read/write API
[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 (6+ 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/RFC] nfsd: rate limit requests that result in -ESTALE from the filesystem
2026-01-25 21:51 UTC (7+ messages)
[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 (22+ messages)
` [PATCH v7 01/16] fs: Add case sensitivity flags to file_kattr
` [PATCH v7 02/16] fat: Implement fileattr_get for case sensitivity
` [PATCH v7 03/16] exfat: "
` [PATCH v7 04/16] ntfs3: "
` [PATCH v7 05/16] hfs: "
` [PATCH v7 06/16] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v7 07/16] ext4: "
` [PATCH v7 08/16] xfs: "
` [PATCH v7 09/16] cifs: Implement fileattr_get for case sensitivity
` [PATCH v7 10/16] nfs: "
` [PATCH v7 11/16] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v7 12/16] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v7 13/16] isofs: "
` [PATCH v7 14/16] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v7 15/16] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v7 16/16] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
[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
[PATCH v2] nfsd: do not allow exporting of special kernel filesystems
2026-01-23 14:28 UTC (2+ messages)
[PATCH 0/2] nfsd: move delegated timestamps to being runtime disabled instead of compile time
2026-01-22 22:04 UTC (4+ messages)
` [PATCH 1/2] nfsd: add a runtime switch for disabling delegated timestamps
` [PATCH 2/2] nfsd: remove NFSD_V4_DELEG_TIMESTAMPS Kconfig option
Possible regression after NFS eof page pollution fix (ext4 checksum errors)
2026-01-22 21:13 UTC (8+ messages)
[PATCH] nfsd: remove min_threads file from nfsdfs
2026-01-22 19:36 UTC (2+ messages)
Allow NAMETOOLONG along with REQ_TOO_BIG in SEQ6
2026-01-22 17:06 UTC (2+ messages)
` [PATCH] pynfs: "
[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-22 17:04 UTC (11+ 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