Linux NFS development
 help / color / mirror / Atom feed
 messages from 2026-08-17 15:40:49 to 2026-08-24 14:45:34 UTC [more...]

[PATCH v10 00/35] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-24 14:41 UTC  (28+ messages)
` [PATCH v10 01/35] netfs: Fix uninitialized return value in netfs_unbuffered_write()
` [PATCH v10 02/35] netfs: Fix read progress reporting
` [PATCH v10 03/35] cachefiles,netfs: sunset ondemand mode
` [PATCH v10 04/35] cachefiles: Fix potential UAF/KASAN warning
` [PATCH v10 05/35] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v10 06/35] mm: Make readahead store folio count in readahead_control
` [PATCH v10 07/35] netfs: Bulk load the readahead-provided folios up front
` [PATCH v10 08/35] Add a function to kmap one page of a multipage bio_vec
` [PATCH v10 09/35] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v10 10/35] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v10 11/35] netfs: Add some tools for managing bvecq chains
` [PATCH v10 12/35] netfs: Make mempool available for bvecq
` [PATCH v10 13/35] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v10 14/35] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v10 15/35] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v10 16/35] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v10 17/35] netfs: Remove the writethrough code
` [PATCH v10 18/35] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v10 19/35] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v10 20/35] netfs: Add some functions to wrap the all-queued handling
` [PATCH v10 21/35] netfs: Make deprecated PG_private_2 support optional
` [PATCH v10 22/35] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v10 23/35] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v10 24/35] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v10 25/35] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v10 26/35] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v10 27/35] netfs: Remove netfs_extract_user_iter()

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-24 14:12 UTC  (9+ messages)

[PATCH 0/2] NFSD: Fixes for NFSv4 COMPOUND argument teardown
 2026-08-24 14:04 UTC  (3+ messages)
` [PATCH 1/2] NFSD: Fix out-of-bounds read in the rpc_status dump
` [PATCH 2/2] NFSD: Fix POSIX ACL leak in unexecuted NFSv4 COMPOUND operations

[PATCH 0/7] Remove aops->launder_folio
 2026-08-24 13:49 UTC  (12+ messages)
` [PATCH 1/7] filemap: Export filemap_invalidate_pages() to modules
` [PATCH 2/7] fuse: Use filemap_invalidate_pages()
` [PATCH 3/7] btrfs: "
` [PATCH 4/7] nfs: "
` [PATCH 5/7] orangefs: "
` [PATCH 6/7] orangefs: Remove launder_folio implementation
` [PATCH 7/7] Remove folio_launder()

[PATCH] NFSD: docs: Fix pNFS SCSI Kconfig symbol
 2026-08-24 12:46 UTC  (4+ messages)

[PATCH v3 0/2] lockd: Fix two teardown races in the block retry loop
 2026-08-24 12:46 UTC  (4+ messages)
` [PATCH v3 1/2] lockd: Fix use-after-free in nlmsvc_retry_blocked
` [PATCH v3 2/2] lockd: Serialize block retries against host teardown

[PATCH] nfsd: prevent hung task in nfsd_nl_listener_set_doit()
 2026-08-24 12:00 UTC  (4+ messages)

[PATCH 1/2] NFSD: Fix duplicate fsnotify access events for iterator READs
 2026-08-24  9:26 UTC  (11+ messages)
` [PATCH 2/2] NFSD: Update the atime "

[PATCH] nfsd: release POSIX ACLs of unexecuted compound ops
 2026-08-23 16:17 UTC  (2+ messages)

[PATCH] xprtrdma: serialize unmap_sync with xprt_disconnect
 2026-08-23 13:46 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
        ` [PATCH v4] "

[PATCH v2] pnfs/blocklayout: fix lost wakeup in bl_resolve_deviceid()
 2026-08-23 12:31 UTC 

[PATCH 0/4] NFS: harden pNFS device address decoding
 2026-08-23 11:42 UTC  (5+ messages)
` [PATCH 1/4] NFS: validate pNFS data server port octets
` [PATCH 2/4] NFS: bound multipath address count in file-layout GETDEVICEINFO
` [PATCH 3/4] NFS: bound multipath address count in flexfiles GETDEVICEINFO
` [PATCH 4/4] NFS: add KUnit coverage for pNFS address decoding

[PATCH RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
 2026-08-23  1:21 UTC  (11+ messages)
` [PATCH v1 03/12] fsnotify: don't hold a spin_lock across fsnotify_recalc_mask() calls

[PATCH] rpcctl: SyntaxWarning: 'return' in a 'finally' block
 2026-08-22 15:11 UTC  (2+ messages)

[PATCH 0/5] SUNRPC: Receive svcsock TCP records with ->read_sock
 2026-08-21 17:22 UTC  (6+ messages)
` [PATCH 1/5] SUNRPC: Separate the TLS control-record receive from its policy
` [PATCH 2/5] SUNRPC: Close the transport on an unhandled TLS record type
` [PATCH 3/5] SUNRPC: Flush a received record's pages once it is complete
` [PATCH 4/5] SUNRPC: Receive RPC records with ->read_sock
` [PATCH 5/5] SUNRPC: Bypass sock_recvmsg() for the TLS control-record receive

[PATCH RFC] pnfs/blocklayout: fix lost wakeup in bl_resolve_deviceid()
 2026-08-21 16:36 UTC 

[PATCH v2 00/23] NFS: flexfiles device notifications and caching for wide striped layouts
 2026-08-21 16:29 UTC  (24+ messages)
` [PATCH v2 01/23] NFSv4/flexfiles: reject a stripe_unit that does not fit 32 bits
` [PATCH v2 02/23] NFSv4/pnfs: bound the CB_NOTIFY_DEVICEID array count before allocating
` [PATCH v2 03/23] pNFS: Fix CB_NOTIFY_DEVICEID CHANGE to consume ndc_immediate
` [PATCH v2 04/23] NFSv4/flexfiles: Use the full 64-bit offset for read DS selection
` [PATCH v2 05/23] NFSv4/flexfiles: Bound page coalescing on the absolute stripe offset
` [PATCH v2 06/23] NFSv4/filelayout: Anchor page coalescing on pattern_offset
` [PATCH v2 07/23] NFSv4/flexfiles: Reference the device node across DS setup
` [PATCH v2 08/23] NFSv4/flexfiles: Carry the device node reference across each I/O
` [PATCH v2 09/23] NFSv4/flexfiles: Hold a device node reference for layoutstats encoding
` [PATCH v2 10/23] NFSv4/flexfiles: Make the pinned device node pointer RCU-managed
` [PATCH v2 11/23] pNFS: Add a reresolve_deviceid layout driver hook
` [PATCH v2 12/23] NFSv4/flexfiles: Implement in-place device re-resolve on CHANGE
` [PATCH v2 13/23] NFSv4: Dispatch CB_NOTIFY_DEVICEID CHANGE to an in-place refresh
` [PATCH v2 14/23] NFSv4/flexfiles: Honor ndc_immediate on CB_NOTIFY_DEVICEID CHANGE
` [PATCH v2 15/23] pNFS: Discard a GETDEVICEINFO reply that raced a CHANGE notification
` [PATCH v2 16/23] pNFS: Add deviceid reference query and collection walkers
` [PATCH v2 17/23] NFSv4/pnfs: Recover revoked layouts on a deleted deviceID
` [PATCH v2 18/23] NFSv4/pnfs: Confirm a deviceID delete via GETDEVICEINFO
` [PATCH v2 19/23] NFSv4/pnfs: Dispatch CB_NOTIFY_DEVICEID DELETE to race recovery
` [PATCH v2 20/23] NFSv4/pnfs: Grow the deviceid cache hash table
` [PATCH v2 21/23] NFSv4/pnfs: Re-home the data-server cache onto hash buckets
` [PATCH v2 22/23] NFSv4/pnfs: Key the data-server cache by its address set
` [PATCH v2 23/23] NFSv4/flexfiles: Add a dataserver_nconnect cap

[PATCH] SUNRPC: fix out-of-bounds write in xdr_inline_pages()
 2026-08-21 15:36 UTC  (3+ messages)

[PATCH 1/1] libtirpc: fix rpc_gss_get_principal_name to allocate memory correctly
 2026-08-21 14:58 UTC 

[PATCH v2] NFSv4.1: zero referring call lists before decoding
 2026-08-20 20:53 UTC 

[GIT PULL] NFSD updates for v7.3
 2026-08-20 19:56 UTC  (2+ messages)

[PATCH] SUNRPC: add transport details to timeout diagnostics
 2026-08-20 18:59 UTC  (4+ messages)

[PATCH] NFSv4.1: initialize referring call pointers before decoding
 2026-08-20 17:21 UTC  (2+ messages)

[PATCH v2] lockd: fix use-after-free in nlmsvc_retry_blocked
 2026-08-20 15:08 UTC 

[PATCH 0/2] lockd: fix two bugs on nlmclnt_find_lockowner() failure path
 2026-08-20 14:45 UTC  (5+ messages)
` [PATCH 1/2] lockd: fix NULL pointer dereference in nlmclnt_locks_release_private
` [PATCH 2/2] lockd: fix reference leak on lockowner allocation failure in nlmclnt_proc

[PATCH RFC/RFT v2 00/18] Fix easy bits of the negative dentry problem
 2026-08-20 13:39 UTC  (3+ messages)
` [PATCH v2 13/18] VFS: don't move dentries in d_sib list when they have the same parent

[FTBFS,PATCH,nfs-utils 1/1] getport: Fix switch case on old compilers
 2026-08-19 23:20 UTC 

[PATCH] NFSv4.1: fix out-of-bounds write from zero back channel ca_maxrequests
 2026-08-19 17:01 UTC 

[PATCH] lockd: fix use-after-free in nlmsvc_retry_blocked
 2026-08-19 16:22 UTC 

[PATCH] NFSv4: Add size check to avoid 32bit overwrap for xdr_inline_decode()
 2026-08-19 13:27 UTC 

[PATCH] pNFS: Fix EBUSY check in pnfs_layout_need_return
 2026-08-19 12:41 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] NFSD: Resolve the recall-any mask names in the trace format
 2026-08-19 10:56 UTC  (3+ messages)

[PATCH 1/3] NFSD: Move the nfs3.h include out of nfsd.h
 2026-08-19 10:52 UTC  (6+ messages)
` [PATCH 2/3] NFSD: Include <linux/nfs_fh.h> where struct nfs_fh is used
` [PATCH 3/3] NFSD: Clean up header guards in fs/nfsd/xdr.h

[PATCH] NFS: nfsroot: replace strlcat() with snprintf()
 2026-08-19 10:22 UTC  (8+ messages)

[PATCH 0/2] SUNRPC: Recycle sent Reply pages instead of freeing them
 2026-08-19  5:59 UTC  (10+ messages)
` [PATCH 1/2] NFSD: Use nfsd_iter_read() when ->splice_read is not zero-copy
` [PATCH 2/2] SUNRPC: Recycle sent Reply pages instead of freeing them

[PATCH] NFS: Fix stale negative cache on failed nfs_mkdir()
 2026-08-19  1:51 UTC 

[BUG] lockd: KASAN: slab-use-after-free in nlm_async_call
 2026-08-18 23:58 UTC 

[PATCH] pNFS: Check lseg validity before marking a layout for return
 2026-08-18 17:57 UTC  (2+ messages)

[PATCH] NFSv4.1: fix out-of-bounds read decoding GETDEVICEINFO notification bitmap
 2026-08-18 16:24 UTC 

[PATCH] NFSv4: fix out-of-bounds read when decoding many pNFS layout types
 2026-08-18 16:23 UTC 

[PATCH v2 00/13] CRASH_WIPE_SECRETS: Wipe secrets before kdump (was: CRASH_ZEROIZE)
 2026-08-18  9:03 UTC  (8+ messages)
` [PATCH v2 01/13] kexec: add CRASH_WIPE_SECRETS to wipe secrets before kdump

[PATCH v5 0/8] NFSD: CB_RECALL_ANY fixes and a meaningful keep count
 2026-08-18  1:08 UTC  (9+ messages)
` [PATCH v5 1/8] NFSD: Do not send CB_RECALL_ANY to NFSv4.0 clients
` [PATCH v5 2/8] NFSD: Count the delegations held by each client
` [PATCH v5 3/8] NFSD: Name directory delegations in the CB_RECALL_ANY type mask
` [PATCH v5 4/8] NFSD: Send a meaningful CB_RECALL_ANY keep count
` [PATCH v5 5/8] NFSD: Count delegations per network namespace
` [PATCH v5 6/8] NFSD: Give delegations their own state shrinker
` [PATCH v5 7/8] NFSD: Pace the state shrinker's scan requests
` [PATCH v5 8/8] NFSD: Apportion CB_RECALL_ANY recalls among clients

[PATCH 0/2] nfsd: fix a slab overwrite in the NFSv4.1 session reply cache
 2026-08-18  0:57 UTC  (3+ messages)
` [PATCH 1/2] nfsd: preflight SEQUENCE replies before accepting a slot
` [PATCH 2/2] nfsd: set op->status when an operation's header cannot be encoded

[PATCH v5 00/18] nfsd: refactor nfs4_create_file()
 2026-08-17 21:53 UTC  (5+ messages)
` [PATCH v5 18/18] nfsd: use do_lookup_open() for non-creating open requests too

[PATCH RFC v2 0/3] Demote to lower tier using non-temporal stores
 2026-08-17 16:34 UTC  (4+ messages)
` [PATCH RFC v2 1/3] mm, x86: support copying a folio "


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