Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-08-03 01:37:24 to 2026-08-11 18:20:16 UTC [more...]

[PATCH v2 00/13] CRASH_WIPE_SECRETS: Wipe secrets before kdump (was: CRASH_ZEROIZE)
 2026-08-11 18:20 UTC  (15+ 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 RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
 2026-08-11 12:14 UTC  (22+ 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 v1 05/12] libfs: simplify scan_positives()
` [PATCH v1 06/12] libfs: change scan_positives() to use d_for_each_positive_child_continue()
` [PATCH v1 07/12] libfs: allow scan_positives() to be called without a cursor
` [PATCH v1 08/12] libfs: replace find_positive_dentry() with scan_positives()
` [PATCH v1 09/12] autofs: don't hold ->lookup_lock in get_next_positive_*
` [PATCH v1 10/12] VFS: don't move dentries in d_sib list when they have the same parent
` [PATCH v1 11/12] Call cond_reshed() as needed in d_for_each_positive_child()
` [PATCH v1 12/12] libfs: remove cond_resched() from scan_positives()

[PATCH v2 0/8] nfsd/sunrpc: harden the netlink listener interfaces
 2026-08-11 12:03 UTC  (9+ 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  (27+ messages)
` [PATCH v8 01/25] mm: Make readahead store folio count in readahead_control
` [PATCH v8 02/25] netfs: Bulk load the readahead-provided folios up front
` [PATCH v8 03/25] Add a function to kmap one page of a multipage bio_vec
` [PATCH v8 04/25] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v8 05/25] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v8 06/25] netfs: Add some tools for managing bvecq chains
` [PATCH v8 07/25] netfs: Make mempool available for bvecq
` [PATCH v8 08/25] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v8 09/25] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v8 10/25] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v8 11/25] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v8 12/25] netfs: Remove the writethrough code
` [PATCH v8 13/25] cachefiles,netfs: sunset ondemand mode
` [PATCH v8 14/25] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v8 15/25] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v8 16/25] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v8 17/25] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v8 18/25] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v8 19/25] netfs: Remove netfs_extract_user_iter()
` [PATCH v8 20/25] iov_iter: Remove ITER_FOLIOQ
` [PATCH v8 21/25] netfs: Remove folio_queue and rolling_buffer
` [PATCH v8 22/25] netfs: Check for too much data being read
` [PATCH v8 23/25] netfs: Limit the minimum trigger for progress reporting
` [PATCH v8 24/25] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v8 25/25] cachefiles: Preset the state xattr when creating a new file

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

[PATCH 0/8] SUNRPC: Fix TLS control record handling
 2026-08-05 18:30 UTC  (9+ messages)
` [PATCH 1/8] SUNRPC: treat every TLS error alert as fatal
` [PATCH 2/8] SUNRPC: do not credit control-record octets to the RPC stream
` [PATCH 3/8] SUNRPC: reject a TLS alert record that is not two octets
` [PATCH 4/8] SUNRPC: resume receiving after a TLS control record
` [PATCH 5/8] SUNRPC: fold svc_tcp_sock_process_cmsg() into its only caller
` [PATCH 6/8] SUNRPC: treat every client-side TLS error alert as fatal
` [PATCH 7/8] SUNRPC: reject a client-side TLS alert record that is not two octets
` [PATCH 8/8] SUNRPC: fold xs_sock_process_cmsg() into its only caller

[RFC PATCH] freezer: Restrict unsafe freezable tasks to system sleep
 2026-08-05 18:05 UTC  (2+ messages)

[PATCH RFC v2 0/3] Demote to lower tier using non-temporal stores
 2026-08-05 14:14 UTC  (3+ messages)
` [PATCH RFC v2 2/3] mm: new migrate_mode flag for async "

[BUG] nfs-utils 2.9.2: exportfs link failure with --disable-nfsdctl
 2026-08-05  7:32 UTC 

[PATCH] NFSD: Point contributors and sashiko.dev to the nfsd-testing branch
 2026-08-04 22:36 UTC  (2+ messages)

[PATCH 0/4] NFS: Add directory delegation support for CB_NOTIFY
 2026-08-04 20:59 UTC  (5+ messages)
` [PATCH 1/4] NFS: Add an outline for the CB_NOTIFY operation
` [PATCH 2/4] NFS: Add support for CB_NOTIFY4_REMOVE_ENTRY
` [PATCH 3/4] NFS: Add support for CB_NOTIFY4_ADD_ENTRY
` [PATCH 4/4] NFS: Add support for CB_NOTIFY4_RENAME_ENTRY

[GIT PULL] Please Pull More NFS Client Bugfixes for Linux 7.2-rc
 2026-08-04 18:06 UTC  (2+ messages)

[PATCH 0/2] nfsd: fix up some sparse warnings
 2026-08-04 13:23 UTC  (11+ messages)
` [PATCH 1/2] nfsd: fix type mismatch and explain host-endian xdr buffer usage
` [PATCH 2/2] nfsd: fix nfserr type in nfsd_lookup_dentry()

[PATCH] NFS: sysfs: fix use-after-free on delayed kobject release
 2026-08-04 12:58 UTC  (2+ messages)

[PATCH] conffile: clear invalid section on unmatched quote
 2026-08-04 12:18 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/5] NFSv4/flexfiles: harden LAYOUTGET and GETDEVICEINFO decode
 2026-08-04 10:55 UTC  (6+ messages)
` [PATCH 1/5] NFSv4/flexfiles: bound the multipath address count
` [PATCH 2/5] NFSv4/flexfiles: fix da_netid leak in nfs4_ff_alloc_deviceid_node()
` [PATCH 3/5] NFSv4/pNFS: check the sscanf return in nfs4_decode_mp_ds_addr
` [PATCH 4/5] NFSv4/flexfiles: bound the filehandle version count
` [PATCH 5/5] NFSv4/flexfiles: bound stripe_unit to 32 bits

swap_ops updates v2
 2026-08-04  9:45 UTC  (2+ messages)

[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-03 18:13 UTC  (3+ messages)


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