Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-07-15 10:56:13 to 2026-07-22 13:05:13 UTC [more...]

[PATCH v7 00/29] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-22 13:02 UTC  (20+ 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 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  (16+ 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  (17+ messages)
` [PATCH v3 1/5] nfs: make nfs_page pin-aware
` [PATCH v3 2/5] nfs: Track number of pinned pages in nfs_page
` [PATCH v3 3/5] nfs: Introduce nfs_release_request_list helper
` [PATCH v3 4/5] nfs: migrate direct I/O to iov_iter_extract_pages
` [PATCH v3 5/5] nfs: introduce nfs_direct_extract_pages helper

[PATCH net-next v2 0/6] Deliver TLS control records to kernel read_sock consumers
 2026-07-20 14:28 UTC  (7+ messages)
` [PATCH net-next v2 1/6] net/tls: Bound consecutive no-data records in tls_sw_read_sock()
` [PATCH net-next v2 2/6] net: Introduce read_sock_rectype proto_ops for control record delivery
` [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 "

[PATCH 0/3] Move NFS filehandle defs into separate include
 2026-07-20 14:14 UTC  (4+ messages)
` [PATCH 1/3] NFS: Add linux/nfs_fh.h
` [PATCH 2/3] lockd: Switch linux/nfs.h to linux/nfs_fh.h
` [PATCH 3/3] NFSD: Use struct knfsd_fh in struct pnfs_ff_layout

[PATCH 0/6] NFSv4-related tidying
 2026-07-20 11:57 UTC  (8+ messages)
` [PATCH 1/6] NFSD: Move XDR encoding helpers out of xdr4.h
` [PATCH 2/6] NFSD: Move pre-xdr'ed status codes out of nfsd.h
` [PATCH 3/6] NFSD: Remove two unused NFSv4 constants
` [PATCH 4/6] NFSD: Relocate NFSv4-internal constants to state.h
` [PATCH 5/6] NFSD: Evacuate NFSv4 entry-point prototypes from nfsd.h
` [PATCH 6/6] NFSD: Move nfsd_v4client() out of nfsd.h

[BUG] NFSv4.2: futimens() returns success without sending SETATTR
 2026-07-20  3:18 UTC 

NFS mount option rdirplus
 2026-07-18 18:39 UTC  (3+ messages)

[PATCH] nfsd: Use seq_putc() in seq_quote_mem()
 2026-07-18  6:45 UTC  (2+ messages)

[PATCH v6 0/6] nfsd/sunrpc: convert nfsstat server-side interfaces to use netlink
 2026-07-17 19:42 UTC  (10+ messages)
` [PATCH v6 3/6] nfsd: implement server-stats-get netlink handler

[PATCH] lockd: fix NULL dereference on lockowner allocation failure
 2026-07-17 17:28 UTC 

[PATCH v5 00/18] nfsd: refactor nfs4_create_file()
 2026-07-17 13:30 UTC  (21+ messages)
` [PATCH v5 01/18] nfsd: honour client-provided attributes for NFS4_CREATE_EXCLUSIVE4_1
` [PATCH v5 02/18] nfsd: move check_nfsd_access() call into nfsd_cross_mnt()
` [PATCH v5 03/18] nfsd: correctly handle CREATE of mounted-on files
` [PATCH v5 04/18] nfsd: replace fh_fill_both_attrs() with fh_fill_post_noop()
` [PATCH v5 05/18] nfsd: move fh_want_write() after preamble in nfsd4_create_file()
` [PATCH v5 06/18] nfsd: move more nfs-specific code into preamble of nfsd4_create_file()
` [PATCH v5 07/18] nfsd: remove subtlety from nfsd4_create_file()
` [PATCH v5 08/18] nfsd: in nfsd4_create_file() let VFS report if file was created
` [PATCH v5 09/18] nfsd: nfsd4_create_file(): Move NFSD_MAY_CREATE check earlier
` [PATCH v5 10/18] nfsd: fh_want_write) failure need not be immediately fatal for nfsd4_create_file()
` [PATCH v5 11/18] nfsd: (almost) always open file in nfsd4_create_file()
` [PATCH v5 12/18] nfsd: reduce range of directory lock "
` [PATCH v5 13/18] nfsd: open-code nfsd4_vfs_create() into nfsd4_create_file()
` [PATCH v5 14/18] nfsd: move some code out of the d_really_is_negative() branch in nfsd4_create_file()
` [PATCH v5 15/18] nfsd: reduce want-write range "
` [PATCH v5 16/18] nfsd: move v0 checking out of nfsd_check_obj_isreg()
` [PATCH v5 17/18] nfsd: separate out VFS-specific code from nfsd4_create_file()
` [PATCH v5 18/18] nfsd: use do_lookup_open() for non-creating open requests too

[PATCH v7 0/6] nfsd/sunrpc: convert nfsstat server-side interfaces to use netlink
 2026-07-17 13:30 UTC  (8+ messages)
` [PATCH v7 1/6] sunrpc: add per-netns per-procedure call counts to svc_stat
` [PATCH v7 2/6] sunrpc: use per-net counts in svc_seq_show()
` [PATCH v7 3/6] nfsd: implement server-stats-get netlink handler
` [PATCH v7 4/6] sunrpc: remove unused svc_version vs_count field
` [PATCH v7 5/6] nfsd: count NFSv4 callback operations per netns
` [PATCH v7 6/6] nfsd: export NFSv4 callback op stats via netlink

[PATCH 0/5] Minor NFSD global DRC clean-ups
 2026-07-17 11:38 UTC  (9+ messages)
` [PATCH 1/5] NFSD: Fix off-by-one in DRC bucket pruning limit
` [PATCH 2/5] NFSD: Eliminate percpu counter contention in DRC memory accounting
` [PATCH 3/5] NFSD: Eliminate percpu counter contention in reply cache statistics
` [PATCH 4/5] NFSD: Eliminate percpu counter contention in IO byte accounting
` [PATCH 5/5] NFSD: Document reply_cache_stats ABI

[PATCH v4 00/18] nfsd: refactor nfs4_create_file()
 2026-07-17  4:31 UTC  (19+ messages)
` [PATCH v4 01/18] nfsd: honour client-provided attributes for NFS4_CREATE_EXCLUSIVE4_1
` [PATCH v4 02/18] nfsd: move check_nfsd_access() call into nfsd_cross_mnt()
` [PATCH v4 03/18] nfsd: correctly handle CREATE of mounted-on files
` [PATCH v4 04/18] nfsd: replace fh_fill_both_attrs() with fh_fill_post_noop()
` [PATCH v4 05/18] nfsd: move fh_want_write() after preamble in nfsd4_create_file()
` [PATCH v4 06/18] nfsd: move more nfs-specific code into preamble of nfsd4_create_file()
` [PATCH v4 07/18] nfsd: remove subtlety from nfsd4_create_file()
` [PATCH v4 08/18] nfsd: in nfsd4_create_file() let VFS report if file was created
` [PATCH v4 09/18] nfsd: nfsd4_create_file(): Move NFSD_MAY_CREATE check earlier
` [PATCH v4 10/18] nfsd: fh_want_write) failure need not be immediately fatal for nfsd4_create_file()
` [PATCH v4 11/18] nfsd: (almost) always open file in nfsd4_create_file()
` [PATCH v4 12/18] nfsd: reduce range of directory lock "
` [PATCH v4 13/18] nfsd: open-code nfsd4_vfs_create() into nfsd4_create_file()
` [PATCH v4 14/18] nfsd: move some code out of the d_really_is_negative() branch in nfsd4_create_file()
` [PATCH v4 15/18] nfsd: reduce want-write range "
` [PATCH v4 16/18] nfsd: move v0 checking out of nfsd_check_obj_isreg()
` [PATCH v4 17/18] nfsd: separate out VFS-specific code from nfsd4_create_file()
` [PATCH v4 18/18] nfsd: use do_lookup_open() for non-creating open requests too

[PATCH 0/9] Start reorganizing fs/nfsd/nfsd.h
 2026-07-16 13:35 UTC  (2+ messages)

[PATCH v3 00/17] nfsd: refactor nfs4_create_file()
 2026-07-16 13:29 UTC  (6+ messages)
` [PATCH v3 14/17] nfsd: reduce want-write range in nfsd4_create_file()
` [PATCH v3 15/17] nfsd: move v0 checking out of nfsd_check_obj_isreg()

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

[PATCH v2] NFSv4.2: fix nfs4_listxattr size accounting
 2026-07-15 20:41 UTC  (12+ messages)

[nfs-utils PATCH] Pass ignore_hosts to export_create() in export_read()
 2026-07-15 10:56 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