Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-09-04 16:50:56 to 2026-09-10 16:56:35 UTC [more...]

[PATCH 01/13 net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
 2026-09-10 16:56 UTC  (7+ messages)

[PATCH 0/7 RFC] fixes for vfs_lookup_open, and integration with nfsd
 2026-09-10 15:47 UTC  (12+ messages)
` [PATCH 1/7] vfs: add some allowed open flags to vfs_lookup_open()
` [PATCH 2/7] vfs: O_NONBLOCK|O_CREAT open shouldn't wait for directory delegation
` [PATCH 3/7] vfs: vfs_lookup_open() should only return -EFTYPE for non-regular files
` [PATCH 4/7] vfs: change vfs_lookup_open() to return found dentry in path.dentry
` [PATCH 5/7] nfsd: switch NFS4 OPEN to use vfs_lookup_open()
` [PATCH 6/7] nfsd: nfsd_check_obj_isreg() to use nfs error codes
` [PATCH 7/7] nfsd: use vfs_lookup_open() for non-creating open requests too

[PATCH v3 00/12] Improve the scalability of NFSD's classic DRC
 2026-09-10 13:54 UTC  (13+ messages)
` [PATCH v3 01/12] SUNRPC: Assign a unique identifier to each svc_xprt
` [PATCH v3 02/12] NFSD: Track transport in DRC entries
` [PATCH v3 03/12] NFSD: Prepare bucket pruning for out-of-order eviction
` [PATCH v3 04/12] NFSD: Add tracepoints for DRC entry eviction
` [PATCH v3 05/12] NFSD: Record DRC population in lookup tracepoints
` [PATCH v3 06/12] NFSD: Add reply-acknowledged callback infrastructure
` [PATCH v3 07/12] SUNRPC: Add TCP sequence-number ACK tracking for reply delivery
` [PATCH v3 08/12] svcrdma: Fire reply-acknowledged callback on Send completion
` [PATCH v3 09/12] SUNRPC: Record last-request timestamp on svc_xprt
` [PATCH v3 10/12] NFSD: Evict unacknowledged DRC entries via implied ACK
` [PATCH v3 11/12] NFSD: Remove DRC checksum and payload_misses stat
` [PATCH v3 12/12] NFSD: Remove hard cap on duplicate reply cache size

[PATCH] SUNRPC: fix oversized GSS proxy token copy
 2026-09-10 12:51 UTC 

[RFC PATCH 1/2] common/nfs: add management helpers
 2026-09-10 11:48 UTC  (7+ messages)
` [RFC PATCH 0/2] quota evasion test and nfs helpers

[PATCH v2] nfs: split up block layout and SCSI layout support
 2026-09-10 10:48 UTC  (3+ messages)

[PATCH 0/4] block, nfsd: fixes for sub-sector bvec direct I/O
 2026-09-10  9:53 UTC  (24+ messages)
` [PATCH 1/4] brd: iterate the bio by byte position, not bi_sector
  ` [PATCH 2/4] zram: handle sub-page bvec segments without corrupting data
  ` [PATCH 3/4] nfsd: fetch direct I/O alignment for files handed to the filecache
  ` [PATCH 4/4] nfsd: fall back to buffered I/O when a direct write gets -EINVAL

[PATCH v13 0/8] netfs: Miscellaneous preparatory changes
 2026-09-10  8:11 UTC  (11+ messages)
` [PATCH v13 1/8] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v13 2/8] netfs: Remove the writethrough code
` [PATCH v13 3/8] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v13 4/8] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v13 5/8] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v13 6/8] netfs: Make deprecated PG_private_2 support opt-in
` [PATCH v13 7/8] netfs: Add some functions to wrap the all-queued handling
` [PATCH v13 8/8] netfs: Set subrequest->source at alloc before trace emission

[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-10  2:12 UTC  (8+ messages)
` [PATCH v3 11/14] treewide: remove folio_set/clear_private()
` [PATCH v3 13/14] treewide: adjust comments on PagePrivate and PG_private

[PATCH v3 00/10] New pragmas for the xdrgen tool
 2026-09-09 23:31 UTC  (12+ messages)
` [PATCH v3 01/10] SUNRPC: Carry a generated-codec context pointer in struct xdr_stream
` [PATCH v3 02/10] SUNRPC: Bind the svc_rqst to its XDR streams
` [PATCH v3 03/10] SUNRPC: Add svcxdr_encode_opaque_payload()
` [PATCH v3 04/10] xdrgen: Pass the containing struct name to member codec emitters
` [PATCH v3 05/10] xdrgen: Add a "pragma pages" directive
` [PATCH v3 06/10] SUNRPC: Add svcxdr_decode_opaque_payload()
` [PATCH v3 07/10] xdrgen: Extend the pages directive to page-resident arguments
` [PATCH v3 08/10] xdrgen: Add hook-driven aggregate codec for variable-length arrays
` [PATCH v3 09/10] xdrgen: Extend the aggregate codec to optional-data list members
` [PATCH v3 10/10] xdrgen: Stream optional-data aggregate lists during encode

[PATCH v2 0/3] pNFS/flexfiles: mirror instance error handling
 2026-09-09 17:11 UTC  (4+ messages)
` [PATCH v2 1/3] NFSv4/flexfiles: report the intended opnum when DS connection setup fails
` [PATCH v2 2/3] pNFS: allow layout drivers to cancel I/O to a single device
` [PATCH v2 3/3] NFSv4/flexfiles: only cancel I/O to a failed mirror instance

[PATCH RFC 6/8] SUNRPC: Reduce rpciod workqueue contention
 2026-09-09 16:14 UTC  (7+ messages)

[PATCH] svcrdma: Fix svc_rdma_recv_cid_init() kernel-doc
 2026-09-09 14:12 UTC  (2+ messages)

[PATCH] NFS: replace sprintf() with snprintf() in nfs_root_setup
 2026-09-09 14:04 UTC  (2+ messages)

NFS delegations behavior analysis
 2026-09-09 13:13 UTC  (7+ messages)

[PATCH nfs-utils 0/5] mountd: fixes for netlink up/downcall interfaces
 2026-09-09 12:56 UTC  (6+ messages)
` [PATCH nfs-utils 1/5] mountd: factor out the per-path export attribute computation
` [PATCH nfs-utils 2/5] mountd: handle unmountable paths and junctions in the netlink downcall
` [PATCH nfs-utils 3/5] mountd: answer requests the kernel rejects on "
` [PATCH nfs-utils 4/5] mountd: don't leak the parent export's fsid onto crossmnt submounts
` [PATCH nfs-utils 5/5] mountd: retry unresolvable fsid lookups on the netlink downcall

NFS strategy for large number of file opens
 2026-09-09 10:47 UTC  (4+ messages)

[PATCH v2 0/6] NFS: size the LAYOUTGET reply buffer for wide flexfiles layouts
 2026-09-08 20:06 UTC  (5+ messages)
` [PATCH v2 1/6] NFSv4.1/pnfs: suspend pNFS on NFS4ERR_TOOSMALL from LAYOUTGET

crossmnt exports partially broken in 7.2?
 2026-09-08 16:57 UTC  (2+ messages)

[PATCH] SUNRPC: fix netns use-after-free in write_gssp()
 2026-09-08 15:21 UTC  (2+ messages)

[REGRESSION] reads and writes hang if NFS server has v3 disabled
 2026-09-08  9:49 UTC  (4+ messages)

[PATCH v12 0/8] netfs: Miscellaneous preparatory changes
 2026-09-08  9:10 UTC  (9+ messages)
` [PATCH v12 1/8] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v12 2/8] netfs: Remove the writethrough code
` [PATCH v12 3/8] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v12 4/8] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v12 5/8] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v12 6/8] netfs: Make deprecated PG_private_2 support opt-in
` [PATCH v12 7/8] netfs: Add some functions to wrap the all-queued handling
` [PATCH v12 8/8] netfs: Set subrequest->source at alloc before trace emission

[PATCH] NFSD: return NFS4ERR_EXIST for a guarded OPEN of a non-regular object
 2026-09-07 21:46 UTC  (3+ messages)

[syzbot] [nfs?] [net?] KASAN: vmalloc-out-of-bounds Read in rpc_queue_upcall
 2026-09-07 19:31 UTC  (3+ messages)

[PATCH v1] NFSD: return NFS4ERR_EXIST for a guarded OPEN of a non-regular object
 2026-09-07  7:23 UTC  (2+ messages)

Linux VFS layer+nfsd name cache case-insensitive filename matching?
 2026-09-07  7:04 UTC 

Linux /bin/getconf test whether filesystem is case-insensitive or case-sensitive?
 2026-09-07  6:23 UTC 

[PATCH 1/1] fsidd: require root credentials on abstract socket
 2026-09-07  1:13 UTC  (4+ messages)
` [PATCH 1/3] libtirpc: Fix use-after-free in xdr_pmaplist() XDR_FREE path
` [PATCH 2/3] libtirpc: limit XDR decode node count
` [PATCH 3/3] libtirpc: Bound maxsize in xdr_rpc_gss_unwrap_data() decode calls

[PATCH] nfsd: switch nfsd4_open() to use vfs_lookup_open()
 2026-09-06 18:46 UTC  (4+ messages)

[PATCH] rpcinfo: stack buffer overflow in rpcinfo rpcbdump()
 2026-09-05 17:36 UTC  (2+ messages)

[PATCH] nfsd: don't offer flexfiles layouts when NFSv3 isn't being served
 2026-09-05 14:37 UTC  (4+ messages)

[PATCH] NFS: enable pNFS verifier clearing for modular NFSv4
 2026-09-05 13:30 UTC 

[PATCH 1/1] libtirpc: fix rpc_gss_get_principal_name to allocate memory correctly
 2026-09-05  9:50 UTC  (2+ messages)

[PATCH] nfsd: shorten extack string returned with dodgy listener
 2026-09-04 19:42 UTC 

[PATCH v2 00/10] New pragmas for the xdrgen tool
 2026-09-04 17:04 UTC  (10+ messages)
` [PATCH v2 03/10] SUNRPC: Add svcxdr_encode_opaque_payload()
` [PATCH v2 04/10] xdrgen: Pass the containing struct name to member codec emitters
` [PATCH v2 05/10] xdrgen: Add a "pragma pages" directive
` [PATCH v2 06/10] SUNRPC: Add svcxdr_decode_opaque_payload()
` [PATCH v2 07/10] xdrgen: Extend the pages directive to page-resident arguments
` [PATCH v2 08/10] xdrgen: Add hook-driven aggregate codec for variable-length arrays
` [PATCH v2 09/10] xdrgen: Extend the aggregate codec to optional-data list members
` [PATCH v2 10/10] xdrgen: Stream optional-data aggregate lists during encode

[PATCH v3 00/24] NFS: flexfiles device notifications and caching for wide striped layouts
 2026-09-04 16:53 UTC  (25+ messages)
` [PATCH v3 01/24] NFSv4/pnfs: Free the netid when draining a data-server address list
` [PATCH v3 02/24] NFSv4/flexfiles: Use the full 64-bit stripe_unit
` [PATCH v3 03/24] NFSv4/pnfs: bound the CB_NOTIFY_DEVICEID array count before allocating
` [PATCH v3 04/24] pNFS: Fix CB_NOTIFY_DEVICEID CHANGE to consume ndc_immediate
` [PATCH v3 05/24] NFSv4/flexfiles: Use the full 64-bit offset for read DS selection
` [PATCH v3 06/24] NFSv4/flexfiles: Bound page coalescing on the absolute stripe offset
` [PATCH v3 07/24] NFSv4/filelayout: Anchor page coalescing on pattern_offset
` [PATCH v3 08/24] NFSv4/flexfiles: Reference the device node across DS setup
` [PATCH v3 09/24] NFSv4/flexfiles: Carry the device node reference across each I/O
` [PATCH v3 10/24] NFSv4/flexfiles: Hold a device node reference for layoutstats encoding
` [PATCH v3 11/24] NFSv4/flexfiles: Make the pinned device node pointer RCU-managed
` [PATCH v3 12/24] pNFS: Add a reresolve_deviceid layout driver hook
` [PATCH v3 13/24] NFSv4/flexfiles: Implement in-place device re-resolve on CHANGE
` [PATCH v3 14/24] NFSv4: Dispatch CB_NOTIFY_DEVICEID CHANGE to an in-place refresh
` [PATCH v3 15/24] NFSv4/flexfiles: Honor ndc_immediate on CB_NOTIFY_DEVICEID CHANGE
` [PATCH v3 16/24] pNFS: Discard a GETDEVICEINFO reply that raced a CHANGE notification
` [PATCH v3 17/24] pNFS: Add deviceid reference query and collection walkers
` [PATCH v3 18/24] NFSv4/pnfs: Recover revoked layouts on a deleted deviceID
` [PATCH v3 19/24] NFSv4/pnfs: Confirm a deviceID delete via GETDEVICEINFO
` [PATCH v3 20/24] NFSv4/pnfs: Dispatch CB_NOTIFY_DEVICEID DELETE to race recovery
` [PATCH v3 21/24] NFSv4/pnfs: Grow the deviceid cache hash table
` [PATCH v3 22/24] NFSv4/pnfs: Re-home the data-server cache onto hash buckets
` [PATCH v3 23/24] NFSv4/pnfs: Key the data-server cache by its address set and version
` [PATCH v3 24/24] NFSv4/flexfiles: Add a dataserver_nconnect cap


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