Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-08-05 19:50:32 to 2026-08-12 11:32:34 UTC [more...]

[PATCH] nfs: allow nfs4_handle_delegation_recall_error() to silently handle -ERESTARTSYS
 2026-08-12 11:32 UTC 

[PATCH 0/4] NFSD: CB_RECALL_ANY fixes and a meaningful keep count
 2026-08-12 10:29 UTC  (8+ messages)
` [PATCH 1/4] NFSD: Do not send CB_RECALL_ANY to NFSv4.0 clients
` [PATCH 2/4] NFSD: Count the delegations held by each client
` [PATCH 3/4] NFSD: Name directory delegations in the CB_RECALL_ANY type mask
` [PATCH 4/4] NFSD: Send a meaningful CB_RECALL_ANY keep count

[PATCH v2 00/13] CRASH_WIPE_SECRETS: Wipe secrets before kdump (was: CRASH_ZEROIZE)
 2026-08-12 10:08 UTC  (21+ messages)
` [PATCH v2 01/13] kexec: add CRASH_WIPE_SECRETS to wipe secrets before kdump
` [PATCH v2 02/13] crash-core: Flush caches on CRASH_WIPE_SECRETS
` [PATCH v2 03/13] arm64/mm: add set_direct_map_default_nosplit()
` [PATCH v2 04/13] mm/secretmem: wipe secret pages before kdump
` [PATCH v2 05/13] security/keys: wipe key payloads "
` [PATCH v2 06/13] security/keys: implement wipe op for user-type keys
` [PATCH v2 07/13] security/keys: implement wipe op for big_key
` [PATCH v2 08/13] security/keys: implement wipe op for trusted and encrypted keys
` [PATCH v2 09/13] security/keys: implement wipe op for asymmetric keys
` [PATCH v2 10/13] rxrpc: implement wipe op for rxrpc keys
` [PATCH v2 11/13] fscrypt: wipe master keys before kdump
` [PATCH v2 12/13] crypto: api - wipe tfm contexts "
` [PATCH v2 13/13] dm crypt: wipe key material "

[PATCH] NFSv4.2: request mode after CLONE
 2026-08-12  6:25 UTC  (2+ messages)

[PATCH RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
 2026-08-11 23:32 UTC  (15+ 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 v2 0/8] nfsd/sunrpc: harden the netlink listener interfaces
 2026-08-11 19:19 UTC  (11+ messages)
` [PATCH v2 1/8] NFSD: validate transport name in listener_set before serv creation
` [PATCH v2 2/8] NFSD: cap the number of listeners accepted in listener_set
` [PATCH v2 3/8] SUNRPC: keep the first error in svc_register()
` [PATCH v2 4/8] SUNRPC: undo partial rpcbind registrations when svc_register() fails
` [PATCH v2 5/8] SUNRPC: bound the local rpcbind client timeout to 1s
` [PATCH v2 6/8] NFSD: report listener creation failures through extack
` [PATCH v2 7/8] selftests/nfsd: exercise listener_set request validation
` [PATCH v2 8/8] selftests/nfsd: add a per-netns rpcbind stub and the listener round-trips

[PATCH v9 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-11  7:26 UTC  (31+ 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 08/26] netfs: Make mempool available for bvecq
` [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 v9 22/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH v9 23/26] netfs: Simplify read abandonment
` [PATCH v9 24/26] netfs: Check for too much data being read
` [PATCH v9 25/26] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v9 26/26] cachefiles: Preset the state xattr when creating a new file

[PATCH v4 0/5] nfs: modernize direct I/O path
 2026-08-10 20:38 UTC  (7+ messages)
` [PATCH v5 1/5] nfs: make nfs_page pin-aware
` [PATCH v5 2/5] nfs: track number of pinned pages in nfs_page
` [PATCH v5 3/5] nfs: introduce nfs_release_request_list helper
` [PATCH v5 4/5] nfs: migrate direct I/O to iov_iter_extract_pages
` [PATCH v5 5/5] nfs: introduce nfs_direct_extract_pages helper

[PATCH] SUNRPC: wait for in-flight client TLS handshake callback
 2026-08-10 17:43 UTC  (2+ messages)

[PATCH 0/7] nfsd/sunrpc: harden the netlink listener interfaces
 2026-08-10 17:38 UTC  (8+ messages)
` [PATCH 1/7] NFSD: validate transport name in listener_set before serv creation
` [PATCH 2/7] NFSD: cap the number of listeners accepted in listener_set
` [PATCH 3/7] SUNRPC: keep the first error in svc_register()
` [PATCH 4/7] SUNRPC: bound the local rpcbind client timeout to 1s
` [PATCH 5/7] NFSD: report listener creation failures through extack
` [PATCH 6/7] selftests/nfsd: exercise listener_set request validation
` [PATCH 7/7] selftests/nfsd: add a per-netns rpcbind stub and the listener round-trips

[PATCH v1 1/2] NFSD: Replace NFS3_ACCESS_FULL in nfsd4_access()
 2026-08-10 17:23 UTC  (4+ 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  (2+ messages)

[PATCH v8 00/25] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-10 13:12 UTC  (2+ messages)

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

[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)


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