Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-07-12 20:46:02 to 2026-07-20 18:06:28 UTC [more...]

[PATCH 0/3] mm: yet more cleanups for page_alloc APIs
 2026-07-20 18:06 UTC  (14+ 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] NFSD: Map flex file layout IDs through the request's user namespace
 2026-07-20 16:37 UTC 

[PATCH v4 0/5] nfs: modernize direct I/O path
 2026-07-20 15:06 UTC  (6+ 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 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

[syzbot] [nfs?] INFO: task hung in nfsd_nl_cache_flush_doit
 2026-07-16 17:02 UTC 

[PATCH 0/9] Start reorganizing fs/nfsd/nfsd.h
 2026-07-16 13:35 UTC  (4+ messages)
` [PATCH 8/9] NFSD: Relocate nfsd4_set_netaddr()
` [PATCH 9/9] NFSD: Relocate NFSv4 "supported attributes" to new header

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

[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] NFSv4.2: fix nfs4_listxattr NULL pointer dereference
 2026-07-15 20:41 UTC  (14+ messages)
` [PATCH v2] NFSv4.2: fix nfs4_listxattr size accounting

[nfs-utils PATCH] Pass ignore_hosts to export_create() in export_read()
 2026-07-15 10:56 UTC  (2+ messages)

[PATCH] NFS: fix delegation_hash_table leak when nfs4_server_common_setup() fails
 2026-07-15  4:41 UTC  (2+ messages)

[RFC PATCH] freezer: Restrict unsafe freezable tasks to system sleep
 2026-07-14 16:39 UTC 

Thoughts on Our Collaboration Idea?
 2026-07-14 16:28 UTC 

[PATCH] pnfs/blocklayout: reject zero chunk_size and volumes_count in GETDEVICEINFO
 2026-07-14 15:38 UTC  (4+ messages)

nfsd: fix memory overflow for haddr
 2026-07-14 15:16 UTC  (2+ messages)

gssd: fix memory leak in gssd_free_client
 2026-07-14  8:42 UTC 

[GIT PULL] NFSD fix for v7.2-rc
 2026-07-13 16:58 UTC  (2+ messages)

[PATCH 01/13 RFC net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
 2026-07-13 14:57 UTC  (5+ messages)

[PATCH 1/2] NFS: Pin the 'struct nfs_server' during a FREE_STATEID call
 2026-07-13 13:36 UTC  (2+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-13  3:36 UTC  (4+ messages)
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()


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