Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-07-08 15:46:05 to 2026-07-16 16:58:07 UTC [more...]

[PATCH 0/3] mm: yet more cleanups for page_alloc APIs
 2026-07-16 16:57 UTC  (8+ 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 v6 0/6] nfsd/sunrpc: convert nfsstat server-side interfaces to use netlink
 2026-07-16 14:54 UTC  (9+ messages)
` [PATCH v6 3/6] nfsd: implement server-stats-get netlink handler

[PATCH 0/9] Start reorganizing fs/nfsd/nfsd.h
 2026-07-16 13:35 UTC  (11+ messages)
` [PATCH 1/9] NFSD: Make "stats.h" self-contained
` [PATCH 2/9] NFSD: Explicitly include "stats.h"
` [PATCH 3/9] NFSD: include "netns.h"
` [PATCH 4/9] NFSD: Remove '#include "nfsd.h"' from fs/nfsd/cache.h
` [PATCH 5/9] NFSD: Move the export.h include from nfsd.h to auth.c
` [PATCH 6/9] NFSD: Move struct readdir_cd
` [PATCH 7/9] NFSD: Relocate nfsd_user_namespace()
` [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

[PATCH v3 0/5] nfs: Modernize Direct I/O path
 2026-07-15 14:35 UTC  (6+ 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

[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  (3+ messages)
` [PATCH 2/2] NFS: Decrement refcounts if allocating nfs_free_stateid_data fails

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-13  3:36 UTC  (7+ messages)
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()

[PATCH 0/5] xdrgen: Improve diagnostic reporting
 2026-07-12 20:34 UTC  (6+ messages)
` [PATCH 1/5] xdrgen: Align the error caret under tab-indented source
` [PATCH 2/5] xdrgen: Record the source position of each declared identifier
` [PATCH 3/5] xdrgen: Reject specifications that define a name twice
` [PATCH 4/5] xdrgen: Enforce RFC 5531 name and number scoping for RPC programs
` [PATCH 5/5] xdrgen: Reject out-of-range program, version, and procedure numbers

[PATCH 0/5] Minor fixes for xdrgen
 2026-07-12 19:31 UTC  (6+ messages)
` [PATCH 1/5] xdrgen: Emit a blank line ahead of enum declarations
` [PATCH 2/5] xdrgen: Share void RPC procedure handlers across programs
` [PATCH 3/5] xdrgen: Do not declare union XDR functions in the definitions header
` [PATCH 4/5] xdrgen: Add XDR width macros for short integer types
` [PATCH 5/5] xdrgen: Fix opaque and string encoders for unbounded members

[PATCH] NFSD: Encode only the status in NFS-ACL v2 GETACL error replies
 2026-07-12 15:09 UTC 

[PATCH v10 rdma-next] RDMA: Change capability fields in ib_device_attr from int to u32
 2026-07-12 11:26 UTC  (4+ messages)

[PATCH nfs-utils] nfsstat: display NFSv4 callback operation statistics
 2026-07-11 16:20 UTC  (2+ messages)

[PATCH 0/2] rpc.gssd: Two resource leaks
 2026-07-11 16:19 UTC  (2+ messages)

[nfs-utils PATCH 0/3] mountd netlink fixes
 2026-07-11 16:19 UTC  (2+ messages)

[GIT PULL] Please Pull NFS Client Bugfixes for Linux 7.2-rc3
 2026-07-11  2:00 UTC  (2+ messages)

[PATCH v3 00/10] nfsd: copy offload fixes
 2026-07-10 19:51 UTC  (12+ messages)
` [PATCH v3 01/10] nfsd: fix cpntf publish race in nfs4_init_cp_state
` [PATCH v3 02/10] nfsd: fix UAF in async copy cancel and shutdown
` [PATCH v3 03/10] nfsd: fix stale s2s_cp_stateids IDR entry for async COPY
` [PATCH v3 04/10] nfsd: initialize copy-notify stateid before publishing it
` [PATCH v3 05/10] nfsd: check client ownership when cancelling a copy-notify stateid
` [PATCH v3 06/10] nfsd: revoke copy-notify stateids before dropping their reference
` [PATCH v3 07/10] nfsd: return NFS4ERR_NOTSUPP for unsupported netloc4 types
` [PATCH v3 08/10] nfsd: split nfsd4_copy into transient and durable async copy objects
` [PATCH v3 09/10] nfsd: make the copy offload stateid a first-class nfs4_stid
` [PATCH v3 10/10] nfsd: drop dead COPY-vs-COPYNOTIFY type handling from s2s stateid IDR

[PATCH 0/2] Bring includes in linux/kmod.h up to date
 2026-07-10 13:57 UTC  (6+ messages)
` [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH 2/2] module: Bring includes in linux/kmod.h up to date

[PATCH v2 00/10] nfsd: copy offload fixes
 2026-07-09 21:18 UTC  (12+ messages)
` [PATCH v2 01/10] nfsd: fix cpntf publish race in nfs4_init_cp_state
` [PATCH v2 02/10] nfsd: fix UAF in async copy cancel and shutdown
` [PATCH v2 03/10] nfsd: fix stale s2s_cp_stateids IDR entry for async COPY
` [PATCH v2 04/10] nfsd: initialize copy-notify stateid before publishing it
` [PATCH v2 05/10] nfsd: check client ownership when cancelling a copy-notify stateid
` [PATCH v2 06/10] nfsd: revoke copy-notify stateids before dropping their reference
` [PATCH v2 07/10] nfsd: return NFS4ERR_NOTSUPP for unsupported netloc4 types
` [PATCH v2 08/10] nfsd: split nfsd4_copy into transient and durable async copy objects
` [PATCH v2 09/10] nfsd: make the copy offload stateid a first-class nfs4_stid
` [PATCH v2 10/10] nfsd: drop dead COPY-vs-COPYNOTIFY type handling from s2s stateid IDR

[PATCH v4 0/9] NFSD: Fix UAFs in client teardown and state revocation
 2026-07-09 19:55 UTC  (14+ messages)
` [PATCH v4 1/9] NFSD: Prevent lock owner use-after-free during client teardown
` [PATCH v4 2/9] NFSD: Prevent client use-after-free during delegation revoke
` [PATCH v4 3/9] NFSD: Prevent client use-after-free during admin state revocation
` [PATCH v4 4/9] NFSD: Prevent client use-after-free during export "
` [PATCH v4 5/9] NFSD: Prevent client use-after-free during NFSv4.0 revoked-state cleanup
` [PATCH v4 6/9] NFSD: Consolidate the revocation-path client unpin
` [PATCH v4 7/9] NFSD: Prevent client use-after-free during blocked-lock reaping
` [PATCH v4 8/9] NFSD: Prevent client use-after-free during close_lru reaping
` [PATCH v4 9/9] NFSD: Release the export reference when reaping open stateids

[PATCH pynfs 00/13] server41tests: add some tests for copy offload
 2026-07-09 19:02 UTC  (14+ messages)
` [PATCH pynfs 01/13] server41tests: add helpers and basic synchronous COPY test
` [PATCH pynfs 02/13] server41tests: test COPY with non-zero offsets
` [PATCH pynfs 03/13] server41tests: test async COPY with OFFLOAD_STATUS polling
` [PATCH pynfs 04/13] server41tests: test OFFLOAD_STATUS persists after async copy completes
` [PATCH pynfs 05/13] server41tests: test OFFLOAD_CANCEL on async copy
` [PATCH pynfs 06/13] server41tests: test COPY with bad source stateid
` [PATCH pynfs 07/13] server41tests: test COPY with bad destination stateid
` [PATCH pynfs 08/13] server41tests: test OFFLOAD_STATUS with fabricated stateid
` [PATCH pynfs 09/13] server41tests: test COPY within same file
` [PATCH pynfs 10/13] nfs4.1: fix COPY_NOTIFY args union arm name in XDR
` [PATCH pynfs 11/13] server41tests: test COPY_NOTIFY
` [PATCH pynfs 12/13] server41tests: support a second server for inter-server copy
` [PATCH pynfs 13/13] server41tests: test inter-server COPY

[PATCH v2 6/7] nfs: Optimize direct I/O to use folios for requests
 2026-07-09  6:22 UTC  (13+ messages)

[PATCH v5 0/5] sunrpc: hardcode pool_mode to pernode, remove other modes
 2026-07-08 23:37 UTC  (8+ messages)
` [PATCH v5 5/5] sunrpc: derive the pool count instead of caching it in sv_nrpools

[PATCH] NFS/localio: fix nfs_local_dio_misaligned tracepoint
 2026-07-08 21:36 UTC 

NFS mount option rdirplus
 2026-07-08 20:59 UTC 


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