messages from 2026-08-11 12:03:16 to 2026-08-13 20:43:52 UTC [more...]
[PATCH 00/21] NFS: flexfiles device notifications and caching for wide striped layouts
2026-08-13 20:43 UTC (22+ messages)
` [PATCH 01/21] pNFS: Fix CB_NOTIFY_DEVICEID CHANGE to consume ndc_immediate
` [PATCH 02/21] NFSv4/flexfiles: Use the full 64-bit offset for read DS selection
` [PATCH 03/21] NFSv4/flexfiles: Bound page coalescing on the absolute stripe offset
` [PATCH 04/21] NFSv4/filelayout: Anchor page coalescing on pattern_offset
` [PATCH 05/21] NFSv4/flexfiles: Reference the device node across DS setup
` [PATCH 06/21] NFSv4/flexfiles: Carry the device node reference across each I/O
` [PATCH 07/21] NFSv4/flexfiles: Hold a device node reference for layoutstats encoding
` [PATCH 08/21] NFSv4/flexfiles: Make the pinned device node pointer RCU-managed
` [PATCH 09/21] pNFS: Add a reresolve_deviceid layout driver hook
` [PATCH 10/21] NFSv4/flexfiles: Implement in-place device re-resolve on CHANGE
` [PATCH 11/21] NFSv4: Dispatch CB_NOTIFY_DEVICEID CHANGE to an in-place refresh
` [PATCH 12/21] NFSv4/flexfiles: Honor ndc_immediate on CB_NOTIFY_DEVICEID CHANGE
` [PATCH 13/21] pNFS: Discard a GETDEVICEINFO reply that raced a CHANGE notification
` [PATCH 14/21] pNFS: Add deviceid reference query and collection walkers
` [PATCH 15/21] NFSv4/pnfs: Recover revoked layouts on a deleted deviceID
` [PATCH 16/21] NFSv4/pnfs: Confirm a deviceID delete via GETDEVICEINFO
` [PATCH 17/21] NFSv4/pnfs: Dispatch CB_NOTIFY_DEVICEID DELETE to race recovery
` [PATCH 18/21] NFSv4/pnfs: Grow the deviceid cache hash table
` [PATCH 19/21] NFSv4/pnfs: Re-home the data-server cache onto hash buckets
` [PATCH 20/21] NFSv4/pnfs: Key the data-server cache by its address set
` [PATCH 21/21] NFSv4/flexfiles: Add a dataserver_nconnect cap
[PATCH 0/6] NFS: size the LAYOUTGET reply buffer for wide flexfiles layouts
2026-08-13 20:41 UTC (7+ messages)
` [PATCH 1/6] NFSv4.1/pnfs: suspend pNFS on NFS4ERR_TOOSMALL from LAYOUTGET
` [PATCH 2/6] NFSv4.1/pnfs: derive loga_maxcount from the LAYOUTGET reply buffer
` [PATCH 3/6] NFSv4.1/pnfs: retry LAYOUTGET with a larger reply buffer on NFS4ERR_TOOSMALL
` [PATCH 4/6] NFSv4.1/pnfs: treat an oversized LAYOUTGET reply as -EMSGSIZE
` [PATCH 5/6] NFSv4.1/pnfs: remember when a server needs a larger LAYOUTGET reply buffer
` [PATCH 6/6] NFSv4/flexfiles: allocate the per-mirror stripe array with kvzalloc_objs
[PATCH v3 0/8] NFSD: CB_RECALL_ANY fixes and a meaningful keep count
2026-08-13 18:40 UTC (9+ messages)
` [PATCH v3 1/8] NFSD: Do not send CB_RECALL_ANY to NFSv4.0 clients
` [PATCH v3 2/8] NFSD: Count the delegations held by each client
` [PATCH v3 3/8] NFSD: Name directory delegations in the CB_RECALL_ANY type mask
` [PATCH v3 4/8] NFSD: Send a meaningful CB_RECALL_ANY keep count
` [PATCH v3 5/8] NFSD: Count delegations per network namespace
` [PATCH v3 6/8] NFSD: Give delegations their own state shrinker
` [PATCH v3 7/8] NFSD: Pace the state shrinker's scan requests
` [PATCH v3 8/8] NFSD: Apportion CB_RECALL_ANY recalls among clients
[PATCH 0/3] pNFS/flexfiles: mirror instance error handling
2026-08-13 18:07 UTC (4+ messages)
` [PATCH 1/3] NFSv4/flexfiles: report the intended opnum when DS connection setup fails
` [PATCH 2/3] pNFS: allow layout drivers to cancel I/O to a single device
` [PATCH 3/3] NFSv4/flexfiles: only cancel I/O to a failed mirror instance
[PATCH] pNFS: Check lseg validity before marking a layout for return
2026-08-13 13:58 UTC
[PATCH] NFS/localio: fix nfs_local_dio_misaligned tracepoint
2026-08-12 22:13 UTC (3+ messages)
` "
[PATCH net-next] fs: nfsd: Fix buffer overflow in write_pool_threads()
2026-08-12 21:04 UTC (3+ messages)
[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
2026-08-12 19:58 UTC (3+ messages)
` [PATCH RFC 13/14] treewide: adjust comments on PagePrivate and PG_private
[PATCH v2 0/8] nfsd/sunrpc: harden the netlink listener interfaces
2026-08-12 19:57 UTC (11+ messages)
` [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 0/2] nfsd: don't use the xdr buf for temporary storage in CB_NOTIFY
2026-08-12 18:58 UTC (4+ messages)
` [PATCH 1/2] nfsd: pass caller-provided attrmask storage into nfsd4_setup_notify_entry4()
` [PATCH 2/2] nfsd: back CB_NOTIFY notify_mask words with per-delegation storage
[PATCH v1 0/3] Clean up fs/nfsd/vfs.c includes
2026-08-12 17:36 UTC (5+ messages)
` [PATCH v1 1/3] NFSD: Make the write verifier reset helper available outside vfs.c
` [PATCH v1 2/3] NFSD: Move NFSv4-specific CLONE logic into nfsd4_clone()
` [PATCH v1 3/3] NFSD: Remove xdr-related headers from fs/nfsd/vfs.c
[PATCH v2 0/4] NFSD: CB_RECALL_ANY fixes and a meaningful keep count
2026-08-12 17:36 UTC (6+ messages)
` [PATCH v2 1/4] NFSD: Do not send CB_RECALL_ANY to NFSv4.0 clients
` [PATCH v2 2/4] NFSD: Count the delegations held by each client
` [PATCH v2 3/4] NFSD: Name directory delegations in the CB_RECALL_ANY type mask
` [PATCH v2 4/4] NFSD: Send a meaningful CB_RECALL_ANY keep count
[PATCH v5 00/18] nfsd: refactor nfs4_create_file()
2026-08-12 17:12 UTC (3+ messages)
` [PATCH v5 18/18] nfsd: use do_lookup_open() for non-creating open requests too
[PATCH] NFSv4.2: request mode after CLONE
2026-08-12 14:07 UTC (3+ messages)
[PATCH 0/4] NFSD: CB_RECALL_ANY fixes and a meaningful keep count
2026-08-12 14:02 UTC (9+ 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 v3 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
2026-08-12 13:12 UTC (6+ messages)
` [PATCH v3 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
[PATCH] nfs: allow nfs4_handle_delegation_recall_error() to silently handle -ERESTARTSYS
2026-08-12 11:32 UTC
[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 RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
2026-08-11 23:32 UTC (6+ messages)
` [PATCH v1 01/12] VFS: don't count references through ->d_parent
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox