Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-07-20 14:28:18 to 2026-07-22 13:07:00 UTC [more...]

swap_ops updates
 2026-07-22 13:06 UTC  (4+ messages)
` [PATCH 1/3] mm/swap: revert to single-folio writes for synchronous swap devices
` [PATCH 2/3] mm/swap: add a new swap_ops.h header to allow for pluggable swap ops
` [PATCH 3/3] mm/swap: move swap_ops into file systems for file system-based swap

[PATCH v7 00/29] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-22 13:02 UTC  (30+ messages)
` [PATCH v7 01/29] netfs: clear PG_private_2 on copy-to-cache append failure
` [PATCH v7 02/29] netfs: handle single writeback rolling buffer allocation failure
` [PATCH v7 03/29] netfs: release readahead folios on iterator preparation failure
` [PATCH v7 04/29] afs: Fix missing kunmap in afs_dir_search_bucket()
` [PATCH v7 05/29] afs: Fix afs_edit_dir_remove() to get, not find, block 0
` [PATCH v7 06/29] afs: Fix double-unmap of directory block
` [PATCH v7 07/29] mm: Make readahead store folio count in readahead_control
` [PATCH v7 08/29] netfs: Bulk load the readahead-provided folios up front
` [PATCH v7 09/29] Add a function to kmap one page of a multipage bio_vec
` [PATCH v7 10/29] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v7 11/29] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v7 12/29] netfs: Add some tools for managing bvecq chains
` [PATCH v7 13/29] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v7 14/29] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v7 15/29] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v7 16/29] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v7 17/29] netfs: Remove the writethrough code
` [PATCH v7 18/29] cachefiles,netfs: sunset ondemand mode
` [PATCH v7 19/29] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v7 20/29] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v7 21/29] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v7 22/29] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v7 23/29] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v7 24/29] netfs: Remove netfs_extract_user_iter()
` [PATCH v7 25/29] iov_iter: Remove ITER_FOLIOQ
` [PATCH v7 26/29] netfs: Remove folio_queue and rolling_buffer
` [PATCH v7 27/29] netfs: Check for too much data being read
` [PATCH v7 28/29] netfs: Limit the minimum trigger for progress reporting
` [PATCH v7 29/29] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH v4 0/5] nfs: modernize direct I/O path
 2026-07-22 12:23 UTC  (9+ messages)
` [PATCH v4 1/5] nfs: make nfs_page pin-aware
` [PATCH v4 2/5] nfs: track number of pinned pages in nfs_page
` [PATCH v4 3/5] nfs: introduce nfs_release_request_list helper
` [PATCH v4 4/5] nfs: migrate direct I/O to iov_iter_extract_pages
` [PATCH v4 5/5] nfs: introduce nfs_direct_extract_pages helper

[PATCH v4 0/9] NFSD: Fix UAFs in client teardown and state revocation
 2026-07-22 10:24 UTC  (3+ messages)
` [PATCH v4 1/9] NFSD: Prevent lock owner use-after-free during client teardown

[syzbot] [nfs?] INFO: task hung in nfsd_nl_cache_flush_doit
 2026-07-21 23:51 UTC  (5+ messages)

[GIT PULL] Another NFSD fix for v7.2
 2026-07-21 18:15 UTC 

[PATCH 0/4] Confine the inter-server copy interface to fs/nfs_common
 2026-07-21 16:23 UTC  (5+ messages)
` [PATCH 1/4] nfs_common: Remove unused nfs_ssc_client_ops infrastructure
` [PATCH 2/4] NFSD: Hoist nfs42_ssc_open() into fs/nfs_common/nfs_ssc.c
` [PATCH 3/4] nfs_common: Synchronize access to the SSC client ops table
` [PATCH 4/4] NFSD: Split linux/nfs_ssc.h

[PATCH] NFS/localio: fix nfs_local_dio_misaligned tracepoint
 2026-07-21 13:56 UTC  (2+ messages)

[PATCH v2 0/3] Bring includes in linux/kmod.h up to date
 2026-07-21 13:11 UTC  (4+ messages)
` [PATCH v2 1/3] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH v2 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),
` [PATCH v2 3/3] module: Bring includes in linux/kmod.h up to date

[PATCH] NFSD: Map flex file layout IDs through the request's user namespace
 2026-07-21 11:25 UTC  (2+ messages)

[PATCH 0/3] mm: yet more cleanups for page_alloc APIs
 2026-07-20 18:34 UTC  (13+ messages)
` [PATCH 1/3] mm: move internal mempolicy APIs to new internal header
` [PATCH 2/3] mm, treewide: replace __folio_alloc_node() with folio_alloc_node()
` [PATCH 3/3] mm: move __folio_alloc() to page_alloc.h

[PATCH v3 0/5] nfs: Modernize Direct I/O path
 2026-07-20 15:03 UTC  (5+ messages)
` [PATCH v3 3/5] nfs: Introduce nfs_release_request_list helper

[PATCH net-next v2 0/6] Deliver TLS control records to kernel read_sock consumers
 2026-07-20 14:28 UTC  (5+ messages)
` [PATCH net-next v2 3/6] tls: Implement read_sock_rectype for kTLS software path
` [PATCH net-next v2 4/6] selftests/tls: Add tests for data/control record interleaving
` [PATCH net-next v2 5/6] SUNRPC: Use read_sock_rectype for svcsock TCP receives
` [PATCH net-next v2 6/6] SUNRPC: Remove sock_recvmsg path from "


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