linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-07-22 13:06:17 to 2026-08-04 10:05:06 UTC [more...]

[PATCH v8 00/25] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-04 10:02 UTC  (18+ 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()

swap_ops updates v2
 2026-08-04  9:45 UTC  (6+ messages)
` [PATCH 1/3] mm/swap: revert to single-folio writes for synchronous swap devices
` [PATCH 2/3] mm/swap: add a new swap_ops.h header to allow for pluggable swap ops
` [PATCH 3/3] mm/swap: move swap_ops into file systems for file system-based swap

[PATCH 0/2] nfsd: fix up some sparse warnings
 2026-08-03 18:58 UTC  (10+ 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 RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-03 18:13 UTC  (5+ messages)
` [PATCH RFC 11/14] treewide: remove folio_set/clear_private()
` [PATCH RFC 13/14] treewide: adjust comments on PagePrivate and PG_private

[PATCH] NFS: sysfs: fix use-after-free on delayed kobject release
 2026-08-03  9:18 UTC 

[PATCH RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
 2026-08-03  1:21 UTC  (13+ 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] NFSv4.2: request mode after CLONE
 2026-08-02 19:53 UTC 

[PATCH 0/9] NFSD: Do not revoke a delegation the client never recorded
 2026-08-02 17:04 UTC  (10+ messages)
` [PATCH 1/9] NFSD: Budget the CB_SEQUENCE opcode and referring call array count
` [PATCH 2/9] NFSD: Budget the CB_RECALL truncate field
` [PATCH 3/9] NFSD: Budget the CB_LAYOUTRECALL recall stateid
` [PATCH 4/9] NFSD: Budget the CB_OFFLOAD opcode
` [PATCH 5/9] NFSD: Budget the CB_NOTIFY_LOCK opcode
` [PATCH 6/9] NFSD: Budget the CB_RECALL_ANY opcode
` [PATCH 7/9] NFSD: Correct locking documentation for delegation sc_status
` [PATCH 8/9] NFSD: Destroy a recalled delegation the client does not hold
` [PATCH 9/9] NFSD: Send referring calls with CB_RECALL

[BUG] NFSD: write_unlock_fs() has the same pre-shutdown-check UAF that 92ea163c773c just fixed for the netlink command
 2026-08-02  1:50 UTC  (2+ messages)

Fwd: [Ms-nfs41-client-devel] [Announcement] NFSv4.2/NFSv4.1 filesystem client Windows driver binaries for Windows 10/11+WindowsServer 2019/2022/2025 for testing, 2026-08-01 
 2026-08-01 21:15 UTC 

2.9.2 release: --disable-nfsdctl breaks build
 2026-08-01 15:53 UTC 

[syzbot] [nfs?] INFO: task hung in write_threads
 2026-08-01  0:35 UTC 

[syzbot] [nfs?] INFO: task hung in write_ports
 2026-08-01  0:01 UTC 

[PATCH RFC v2 0/3] Demote to lower tier using non-temporal stores
 2026-07-31 21:53 UTC  (9+ messages)
` [PATCH RFC v2 1/3] mm, x86: support copying a folio "
` [PATCH RFC v2 2/3] mm: new migrate_mode flag for async "
` [PATCH RFC v2 3/3] mm: use non-temporal stores for demotion

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2026-07-31 20:24 UTC  (8+ messages)

[BUG] NFSv4.2: futimens() returns success without sending SETATTR
 2026-07-31 12:39 UTC  (7+ messages)

[PATCH net-next v2 0/6] Deliver TLS control records to kernel read_sock consumers
 2026-07-31  8:36 UTC  (33+ 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 v3 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2026-07-30 23:35 UTC  (5+ messages)
` [PATCH v3 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH v3 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir

[PATCH RFC 0/3] Demote to lower tier using non-temporal stores
 2026-07-30 13:11 UTC  (4+ messages)
` [PATCH RFC 3/3] mm: use non-temporal stores for demotion

ANNOUNCE: nfs-utils-2.9.2 released
 2026-07-30 11:31 UTC  (3+ messages)

[PATCH] SUNRPC: Replace strlcat() with snprintf() in rpc_sockaddr2uaddr()
 2026-07-29 20:46 UTC  (2+ messages)

[PATCH 0/3] mm: yet more cleanups for page_alloc APIs
 2026-07-29 15:49 UTC  (9+ messages)
` [PATCH 1/3] mm: move internal mempolicy APIs to new internal header

[PATCH v2 0/5] Remove NFS client header dependencies from LOCALIO
 2026-07-29 14:38 UTC  (8+ messages)
` [PATCH v2 1/5] NFSD: Move the RPC program definition for LOCALIO
` [PATCH v2 2/5] nfs_common: Remove "#include <linux/nfs.h>" from linux/nfslocalio.h
` [PATCH v2 3/5] NFSD: Tighten header includes in localio.c
` [PATCH v2 4/5] NFSD: Name the fh_maxsize value that carries no NFS version
` [PATCH v2 5/5] NFSD: Don't apply NFS version-specific behavior to LOCALIO requests

NFSv4.2/pNFS: fix applacation get old size of file
 2026-07-29  2:07 UTC 

[PATCH] nfsd: fix race between client_info_show() and free_client()
 2026-07-28 20:00 UTC  (2+ messages)

[PATCH] statd: fix memory leak in sm_mon_1_svc() when existing host re-monitors
 2026-07-28  8:33 UTC 

NFSv4.2/pNFS: fix applacation get old size of file
 2026-07-28  7:06 UTC 

[PATCH 0/3] Remove NFS client header dependencies from LOCALIO
 2026-07-28  0:33 UTC  (5+ messages)
` [PATCH 1/3] NFSD: Move the RPC program definition for LOCALIO
` [PATCH 2/3] nfs_common: Remove "#include <linux/nfs.h>" from linux/nfslocalio.h
` [PATCH 3/3] NFSD: Tighten header includes in localio.c

[PATCH v4 0/6] nfs: NFSv4.2 client support for UNCACHEABLE_FILE_DATA and UNCACHEABLE_DIRENT_METADATA
 2026-07-27 21:09 UTC  (7+ messages)
` [PATCH v4 1/6] nfs4.2: add UNCACHEABLE_FILE_DATA attribute support
` [PATCH v4 2/6] nfs4.2: request UNCACHEABLE_FILE_DATA only for regular files
` [PATCH v4 3/6] nfs4.2: open UNCACHEABLE_FILE_DATA files with O_DIRECT
` [PATCH v4 4/6] nfs4.2: add UNCACHEABLE_DIRENT_METADATA attribute support
` [PATCH v4 5/6] nfs4.2: request UNCACHEABLE_DIRENT_METADATA only for directories
` [PATCH v4 6/6] nfs4.2: honor UNCACHEABLE_DIRENT_METADATA by refetching readdir

[PATCH v2 0/3] Bring includes in linux/kmod.h up to date
 2026-07-27 14:58 UTC  (4+ messages)
` [PATCH v2 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),

[syzbot] [nfs?] INFO: task hung in nfsd_nl_unlock_export_doit
 2026-07-25  8:22 UTC 

[syzbot] [nfs?] INFO: task hung in nfsd_nl_svc_export_set_reqs_doit
 2026-07-25  6:32 UTC 

[PATCH v2] NFS: reject oversized callback bitmap lengths
 2026-07-24 15:12 UTC 

[PATCH 0/2] NFSD: Decouple the write path from NFSv3 XDR constants
 2026-07-23 18:20 UTC  (3+ messages)
` [PATCH 1/2] NFS: Move definition of enum nfs3_stable_how
` [PATCH 2/2] NFSD: Replace nfsd_write()'s "stable" argument with "iocb_flags"

swap_ops updates
 2026-07-23 17:59 UTC  (12+ messages)
` [PATCH 1/3] mm/swap: revert to single-folio writes for synchronous swap devices
` [PATCH 2/3] mm/swap: add a new swap_ops.h header to allow for pluggable swap ops
` [PATCH 3/3] mm/swap: move swap_ops into file systems for file system-based swap

[PATCH v2 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2026-07-23 15:16 UTC  (4+ messages)
` [PATCH v2 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH v2 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir

nfsd: fix memory overflow for haddr
 2026-07-23 12:26 UTC  (2+ messages)

gssd: fix memory leak in gssd_free_client
 2026-07-23 12:26 UTC  (2+ messages)

[PATCH v4 0/9] NFSD: Fix UAFs in client teardown and state revocation
 2026-07-23  9:48 UTC  (6+ messages)
` [PATCH v4 1/9] NFSD: Prevent lock owner use-after-free during client teardown

[PATCH] SUNRPC: Restore NUMA_NO_NODE for svc thread allocations in global mode
 2026-07-22 21:32 UTC  (3+ messages)

[GIT PULL] Another NFSD fix for v7.2
 2026-07-22 20:53 UTC  (2+ messages)

[PATCH] NFSv4: Fix incorrect argument passed to nfs4_delete_lease() in nfs4_add_lease()
 2026-07-22 20:00 UTC 

[syzbot] [nfs?] INFO: task hung in nfsd_nl_expkey_get_reqs_dumpit
 2026-07-22 19:54 UTC 

[syzbot] [nfs?] INFO: task hung in nfsd_nl_expkey_set_reqs_doit
 2026-07-22 19:43 UTC 

[PATCH] fhandle: handle detached mounts in capable_wrt_mount()
 2026-07-22 14:37 UTC  (2+ messages)

[PATCH v7 00/29] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-22 13:02 UTC  (5+ messages)
` [PATCH v7 20/29] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v7 27/29] netfs: Check for too much data being read
` [PATCH v7 28/29] netfs: Limit the minimum trigger for progress reporting
` [PATCH v7 29/29] netfs: Combine prepare and issue ops and grab the buffers on request


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).