Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-07-29 13:14:17 to 2026-08-10 14:50:55 UTC [more...]

[PATCH v9 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-10 14:47 UTC  (21+ messages)
` [PATCH v9 01/26] netfs: Fix read progress reporting
` [PATCH v9 02/26] mm: Make readahead store folio count in readahead_control
` [PATCH v9 03/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH v9 04/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH v9 05/26] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v9 06/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v9 07/26] netfs: Add some tools for managing bvecq chains
` [PATCH v9 09/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v9 10/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v9 11/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v9 12/26] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v9 13/26] netfs: Remove the writethrough code
` [PATCH v9 14/26] cachefiles,netfs: sunset ondemand mode
` [PATCH v9 15/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v9 16/26] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v9 17/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v9 18/26] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v9 19/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v9 20/26] netfs: Remove netfs_extract_user_iter()
` [PATCH v9 21/26] iov_iter: Remove ITER_FOLIOQ

[PATCH RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
 2026-08-10 14:37 UTC  (17+ messages)
` [PATCH v1 01/12] VFS: don't count references through ->d_parent
` [PATCH v1 02/12] Add and use d_for_each_positive_child family of iterators
` [PATCH v1 03/12] fsnotify: don't hold a spin_lock across fsnotify_recalc_mask() calls
` [PATCH v1 04/12] fsnotify: reduce i_lock hold time in fsnotify_set_children_dentry_flags()
` [PATCH v1 05/12] libfs: simplify scan_positives()
` [PATCH v1 06/12] libfs: change scan_positives() to use d_for_each_positive_child_continue()
` [PATCH v1 07/12] libfs: allow scan_positives() to be called without a cursor
` [PATCH v1 08/12] libfs: replace find_positive_dentry() with scan_positives()
` [PATCH v1 09/12] autofs: don't hold ->lookup_lock in get_next_positive_*
` [PATCH v1 10/12] VFS: don't move dentries in d_sib list when they have the same parent
` [PATCH v1 11/12] Call cond_reshed() as needed in d_for_each_positive_child()
` [PATCH v1 12/12] libfs: remove cond_resched() from scan_positives()

[PATCH v1 1/2] NFSD: Replace NFS3_ACCESS_FULL in nfsd4_access()
 2026-08-10 14:19 UTC  (2+ messages)
` [PATCH v1 2/2] NFSD: Move version-specific ACCESS maps into per-version code

[PATCH v3 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2026-08-10 13:24 UTC  (6+ messages)
` [PATCH v3 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH v3 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir

[PATCH v8 00/25] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-10 13:12 UTC  (27+ messages)
` [PATCH v8 01/25] mm: Make readahead store folio count in readahead_control
` [PATCH v8 02/25] netfs: Bulk load the readahead-provided folios up front
` [PATCH v8 03/25] Add a function to kmap one page of a multipage bio_vec
` [PATCH v8 04/25] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v8 05/25] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v8 06/25] netfs: Add some tools for managing bvecq chains
` [PATCH v8 07/25] netfs: Make mempool available for bvecq
` [PATCH v8 08/25] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v8 09/25] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v8 10/25] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v8 11/25] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v8 12/25] netfs: Remove the writethrough code
` [PATCH v8 13/25] cachefiles,netfs: sunset ondemand mode
` [PATCH v8 14/25] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v8 15/25] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v8 16/25] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v8 17/25] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v8 18/25] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v8 19/25] netfs: Remove netfs_extract_user_iter()
` [PATCH v8 20/25] iov_iter: Remove ITER_FOLIOQ
` [PATCH v8 21/25] netfs: Remove folio_queue and rolling_buffer
` [PATCH v8 22/25] netfs: Check for too much data being read
` [PATCH v8 23/25] netfs: Limit the minimum trigger for progress reporting
` [PATCH v8 24/25] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v8 25/25] cachefiles: Preset the state xattr when creating a new file

[PATCH v2] nfs: fix ENXIO on O_CREAT open of existing symlink over NFSv3
 2026-08-10  7:30 UTC  (4+ messages)

[PATCH] SUNRPC: wait for in-flight client TLS handshake callback
 2026-08-09 17:07 UTC 

[PATCH v3 0/7] SUNRPC: Fix TLS control record handling
 2026-08-08 15:40 UTC  (8+ messages)
` [PATCH v3 1/7] SUNRPC: do not credit control-record octets to the RPC stream
` [PATCH v3 2/7] SUNRPC: reject a TLS alert record that is not two octets
` [PATCH v3 3/7] SUNRPC: treat every TLS error alert as fatal
` [PATCH v3 4/7] SUNRPC: resume receiving after a TLS control record
` [PATCH v3 5/7] SUNRPC: reject a client-side TLS alert record that is not two octets
` [PATCH v3 6/7] SUNRPC: treat every client-side TLS error alert as fatal
` [PATCH v3 7/7] SUNRPC: fold xs_sock_process_cmsg() into its only caller

[syzbot] [nfs?] INFO: task hung in nfsd_nl_threads_get_doit
 2026-08-07  7:38 UTC  (2+ messages)

[syzbot] [nfs?] INFO: task hung in nfsd_nl_version_get_doit
 2026-08-07  0:00 UTC  (2+ messages)

[PATCH v2 0/8] SUNRPC: Fix TLS control record handling
 2026-08-06 20:20 UTC  (9+ messages)
` [PATCH v2 1/8] SUNRPC: do not credit control-record octets to the RPC stream
` [PATCH v2 2/8] SUNRPC: reject a TLS alert record that is not two octets
` [PATCH v2 3/8] SUNRPC: treat every TLS error alert as fatal
` [PATCH v2 4/8] SUNRPC: resume receiving after a TLS control record
` [PATCH v2 5/8] SUNRPC: fold svc_tcp_sock_process_cmsg() into its only caller
` [PATCH v2 6/8] SUNRPC: reject a client-side TLS alert record that is not two octets
` [PATCH v2 7/8] SUNRPC: treat every client-side TLS error alert as fatal
` [PATCH v2 8/8] SUNRPC: fold xs_sock_process_cmsg() into its only caller

[PATCH V5] nfsd: fix nfsd4_create_reclaim_record_grace crp null-ptr-deref in nfs4recover
 2026-08-06 13:52 UTC  (3+ messages)

[PATCH 0/2] NFSv4/flexfiles: support loosely coupled data servers
 2026-08-06 12:19 UTC  (2+ messages)

[PATCH] getport: fix missing stddef.h inclusion
 2026-08-06 11:20 UTC 

[PATCH v3 0/5] nfs: Modernize Direct I/O path
 2026-08-05 21:54 UTC  (4+ messages)
` [PATCH v3 5/5] nfs: introduce nfs_direct_extract_pages helper

[PATCH] nfs: fix ENXIO on O_CREAT open of existing symlink over NFSv3
 2026-08-05 19:50 UTC  (2+ messages)

[PATCH 0/8] SUNRPC: Fix TLS control record handling
 2026-08-05 18:30 UTC  (9+ messages)
` [PATCH 1/8] SUNRPC: treat every TLS error alert as fatal
` [PATCH 2/8] SUNRPC: do not credit control-record octets to the RPC stream
` [PATCH 3/8] SUNRPC: reject a TLS alert record that is not two octets
` [PATCH 4/8] SUNRPC: resume receiving after a TLS control record
` [PATCH 5/8] SUNRPC: fold svc_tcp_sock_process_cmsg() into its only caller
` [PATCH 6/8] SUNRPC: treat every client-side TLS error alert as fatal
` [PATCH 7/8] SUNRPC: reject a client-side TLS alert record that is not two octets
` [PATCH 8/8] SUNRPC: fold xs_sock_process_cmsg() into its only caller

[RFC PATCH] freezer: Restrict unsafe freezable tasks to system sleep
 2026-08-05 18:05 UTC  (2+ messages)

[PATCH RFC v2 0/3] Demote to lower tier using non-temporal stores
 2026-08-05 14:14 UTC  (10+ messages)
` [PATCH RFC v2 1/3] mm, x86: support copying a folio "
` [PATCH RFC v2 2/3] mm: new migrate_mode flag for async "
` [PATCH RFC v2 3/3] mm: use non-temporal stores for demotion

[BUG] nfs-utils 2.9.2: exportfs link failure with --disable-nfsdctl
 2026-08-05  7:32 UTC 

[PATCH] NFSD: Point contributors and sashiko.dev to the nfsd-testing branch
 2026-08-04 22:36 UTC  (2+ messages)

[PATCH 0/4] NFS: Add directory delegation support for CB_NOTIFY
 2026-08-04 20:59 UTC  (5+ messages)
` [PATCH 1/4] NFS: Add an outline for the CB_NOTIFY operation
` [PATCH 2/4] NFS: Add support for CB_NOTIFY4_REMOVE_ENTRY
` [PATCH 3/4] NFS: Add support for CB_NOTIFY4_ADD_ENTRY
` [PATCH 4/4] NFS: Add support for CB_NOTIFY4_RENAME_ENTRY

[GIT PULL] Please Pull More NFS Client Bugfixes for Linux 7.2-rc
 2026-08-04 18:06 UTC  (2+ messages)

[PATCH 0/2] nfsd: fix up some sparse warnings
 2026-08-04 13:23 UTC  (11+ messages)
` [PATCH 1/2] nfsd: fix type mismatch and explain host-endian xdr buffer usage
` [PATCH 2/2] nfsd: fix nfserr type in nfsd_lookup_dentry()

[PATCH] NFS: sysfs: fix use-after-free on delayed kobject release
 2026-08-04 12:58 UTC  (2+ messages)

[PATCH] conffile: clear invalid section on unmatched quote
 2026-08-04 12:18 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/5] NFSv4/flexfiles: harden LAYOUTGET and GETDEVICEINFO decode
 2026-08-04 10:55 UTC  (6+ messages)
` [PATCH 1/5] NFSv4/flexfiles: bound the multipath address count
` [PATCH 2/5] NFSv4/flexfiles: fix da_netid leak in nfs4_ff_alloc_deviceid_node()
` [PATCH 3/5] NFSv4/pNFS: check the sscanf return in nfs4_decode_mp_ds_addr
` [PATCH 4/5] NFSv4/flexfiles: bound the filehandle version count
` [PATCH 5/5] NFSv4/flexfiles: bound stripe_unit to 32 bits

swap_ops updates v2
 2026-08-04  9:45 UTC  (2+ messages)

[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-03 18:13 UTC  (5+ messages)
` [PATCH RFC 11/14] treewide: remove folio_set/clear_private()
` [PATCH RFC 13/14] treewide: adjust comments on PagePrivate and PG_private

[PATCH] NFSv4.2: request mode after CLONE
 2026-08-02 19:53 UTC 

[PATCH 0/9] NFSD: Do not revoke a delegation the client never recorded
 2026-08-02 17:04 UTC  (10+ messages)
` [PATCH 1/9] NFSD: Budget the CB_SEQUENCE opcode and referring call array count
` [PATCH 2/9] NFSD: Budget the CB_RECALL truncate field
` [PATCH 3/9] NFSD: Budget the CB_LAYOUTRECALL recall stateid
` [PATCH 4/9] NFSD: Budget the CB_OFFLOAD opcode
` [PATCH 5/9] NFSD: Budget the CB_NOTIFY_LOCK opcode
` [PATCH 6/9] NFSD: Budget the CB_RECALL_ANY opcode
` [PATCH 7/9] NFSD: Correct locking documentation for delegation sc_status
` [PATCH 8/9] NFSD: Destroy a recalled delegation the client does not hold
` [PATCH 9/9] NFSD: Send referring calls with CB_RECALL

[BUG] NFSD: write_unlock_fs() has the same pre-shutdown-check UAF that 92ea163c773c just fixed for the netlink command
 2026-08-02  1:50 UTC  (2+ messages)

Fwd: [Ms-nfs41-client-devel] [Announcement] NFSv4.2/NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019/2022/2025 for testing, 2026-08-01 
 2026-08-01 21:15 UTC 

2.9.2 release: --disable-nfsdctl breaks build
 2026-08-01 15:53 UTC 

[syzbot] [nfs?] INFO: task hung in write_threads
 2026-08-01  0:35 UTC 

[syzbot] [nfs?] INFO: task hung in write_ports
 2026-08-01  0:01 UTC 

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2026-07-31 20:24 UTC  (7+ messages)

[BUG] NFSv4.2: futimens() returns success without sending SETATTR
 2026-07-31 12:39 UTC  (7+ messages)

[PATCH net-next v2 0/6] Deliver TLS control records to kernel read_sock consumers
 2026-07-31  8:36 UTC  (16+ messages)
` [PATCH net-next v2 2/6] net: Introduce read_sock_rectype proto_ops for control record delivery

[PATCH RFC 0/3] Demote to lower tier using non-temporal stores
 2026-07-30 13:11 UTC  (4+ messages)
` [PATCH RFC 3/3] mm: use non-temporal stores for demotion

ANNOUNCE: nfs-utils-2.9.2 released
 2026-07-30 11:31 UTC  (3+ messages)

[PATCH] SUNRPC: Replace strlcat() with snprintf() in rpc_sockaddr2uaddr()
 2026-07-29 20:46 UTC  (2+ messages)

[PATCH 0/3] mm: yet more cleanups for page_alloc APIs
 2026-07-29 15:49 UTC  (9+ messages)
` [PATCH 1/3] mm: move internal mempolicy APIs to new internal header

[PATCH v2 0/5] Remove NFS client header dependencies from LOCALIO
 2026-07-29 14:38 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