messages from 2026-08-31 16:15:59 to 2026-09-04 12:56:20 UTC [more...]
[PATCH v2 0/6] NFS: size the LAYOUTGET reply buffer for wide flexfiles layouts
2026-09-04 12:56 UTC (5+ messages)
` [PATCH v2 1/6] NFSv4.1/pnfs: suspend pNFS on NFS4ERR_TOOSMALL from LAYOUTGET
` [PATCH v2 2/6] NFSv4.1/pnfs: derive loga_maxcount from the LAYOUTGET reply buffer
` [PATCH v2 3/6] NFSv4.1/pnfs: retry LAYOUTGET with a larger reply buffer on NFS4ERR_TOOSMALL
` [PATCH v2 4/6] NFSv4.1/pnfs: treat an oversized LAYOUTGET reply as -EMSGSIZE
[PATCH] nfs: fix typos in comments
2026-09-04 11:31 UTC
[PATCH 1/2] net: sunrpc: fix typo "miliseconds" in comment
2026-09-04 11:12 UTC (3+ messages)
` [PATCH 2/2] nfsd: fix typos in comments
[PATCH v2 0/3] fs/nfsd: accept a backdated timestamp from a delegation holder
2026-09-04 11:10 UTC (9+ messages)
` [PATCH v2 1/3] fs: stamp the current time for a stale delegated ctime update
` [PATCH v2 2/3] nfsd: accept a backdated timestamp from a delegation holder
` [PATCH v2 3/3] nfsd: compare CB_GETATTR times against the inode
[PATCH v2] splice: emit a single fsnotify access event per NFSD READ
2026-09-04 11:02 UTC (4+ messages)
[nfs4-acl-tools PATCH 0/3] nfs4-acl-tools hardening fixes
2026-09-04 9:39 UTC (4+ messages)
` [nfs4-acl-tools PATCH 1/3] nfs4_getfacl/nfs4_setfacl: escape newline+cr from filenames
` [nfs4-acl-tools PATCH 2/3] libnfs4acl: fix various bound checkings against NFS4_MAX_PRINCIPALSIZE
` [nfs4-acl-tools PATCH 3/3] nfs4_setacl: do not follow symlinks on do_apply_action/nfs4_setacl_byname
[PATCH RFC 0/8] Reduce lock contention in the NFS client
2026-09-03 23:50 UTC (12+ messages)
` [PATCH RFC 1/8] SUNRPC: Use atomic_t for XID allocation
` [PATCH RFC 2/8] SUNRPC: Execute initial async RPC states in caller's context
` [PATCH RFC 3/8] SUNRPC: Split recv_lock out of xprt->queue_lock
` [PATCH RFC 4/8] Set WQ_SYSFS on key NFS-related workqueues
` [PATCH RFC 5/8] workqueue: Export the functions needed for WQ attribute modification
` [PATCH RFC 6/8] SUNRPC: Reduce rpciod workqueue contention
` [PATCH RFC 7/8] NFS: Reduce nfsiod "
` [PATCH RFC 8/8] SUNRPC: Reduce xprtiod "
[syzbot] [nfs?] INFO: task hung in nfsd4_cld_tracking_init
2026-09-03 22:38 UTC
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-09-03
2026-09-03 21:32 UTC
[nfs-utils PATCH] blkmapd: reject zero-length signature components while decoding block signatures
2026-09-03 17:54 UTC
[nfs-utils PATCH 0/2] Two hardening fixes for junction handling
2026-09-03 17:53 UTC (3+ messages)
` [nfs-utils PATCH 1/2] junction: fix buffer over-read in junction_parse_xml_read()
` [nfs-utils PATCH 2/2] junction: fix use-after-free in locations_to_fslocdata()
[nfs-utils PATCH] fsidd: handle accept4() failures before creating client event
2026-09-03 17:50 UTC
[nfs-utils PATCH] statd: fix notify_list struct leak in nlist_free
2026-09-03 17:50 UTC
[nfs-utils PATCH] fsidd: replace assertions with explicit malformed-input handling
2026-09-03 17:48 UTC
[rpcbind PATCH 0/6] rpcbind: various hardening fixes
2026-09-03 17:42 UTC (7+ messages)
` [rpcbind PATCH 1/6] rpcbind: only log failures in check_callit() if connection logging is enabled
` [rpcbind PATCH 2/6] rpcbind: bound stats lists in rpcbs_getaddr() and rpcbs_rmtcall()
` [rpcbind PATCH 3/6] rpcbind: fully disable remote calls when --enable-rmtcalls is unset
` [rpcbind PATCH 4/6] rpcbind: restrict RPCBPROC_GETSTAT to loopback callers
` [rpcbind PATCH 5/6] rpcbind: check for null netmask in addrmerge()
` [rpcbind PATCH 6/6] rpcbind: only free the forward slot if the reply xid matched the request xid
[PATCH v3 0/2] nfsd: expose NFSv4 client state through Netlink
2026-09-03 17:40 UTC (4+ messages)
` [PATCH v3 1/2] nfsd: add a Netlink dump of NFSv4 clients
` [PATCH v3 2/2] nfsd: report per-client NFSv4 state usage through Netlink
[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-03 16:10 UTC (4+ messages)
` [PATCH v2 11/14] treewide: remove folio_set/clear_private()
` [PATCH v2 13/14] treewide: adjust comments on PagePrivate and PG_private
` [f2fs-dev] [PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-03 16:10 UTC (2+ messages)
` [f2fs-dev] "
[PATCH v1 00/10] New pragmas for the xdrgen tool
2026-09-03 15:03 UTC (11+ messages)
` [PATCH v1 01/10] SUNRPC: Carry a generated-codec context pointer in struct xdr_stream
` [PATCH v1 02/10] SUNRPC: Bind the svc_rqst to its XDR streams
` [PATCH v1 03/10] SUNRPC: Add svcxdr_encode_opaque_payload()
` [PATCH v1 04/10] xdrgen: Pass the containing struct name to member codec emitters
` [PATCH v1 05/10] xdrgen: Add a "pragma pages" directive
` [PATCH v1 06/10] SUNRPC: Add svcxdr_decode_opaque_payload()
` [PATCH v1 07/10] xdrgen: Extend the pages directive to page-resident arguments
` [PATCH v1 08/10] xdrgen: Add hook-driven aggregate codec for variable-length arrays
` [PATCH v1 09/10] xdrgen: Extend the aggregate codec to optional-data list members
` [PATCH v1 10/10] xdrgen: Stream optional-data aggregate lists during encode
[PATCH 0/9] Remove FGP_NOFS
2026-09-03 14:44 UTC (10+ messages)
` [PATCH 2/9] ext4: Remove uses of FGP_NOFS
` [PATCH 3/9] erofs: Remove redundant FGP_NOFS
` [PATCH 5/9] ntfs: Remove FGP_NOFS from __ntfs_inode_resident_attr_pwrite()
` [PATCH 6/9] ntfs: Remove redundant FGP_NOFS from ntfs_wof_collect_dest()
[PATCH] sunrpc: reject socket already in use in svc_addsock()
2026-09-03 14:05 UTC (3+ messages)
[PATCH RFC v2 0/8] Reduce lock contention in the NFS client
2026-09-03 13:41 UTC (11+ messages)
` [PATCH RFC v2 1/8] SUNRPC: Use atomic_t for XID allocation
` [PATCH RFC v2 2/8] SUNRPC: Split recv_lock out of xprt->queue_lock
` [PATCH RFC v2 3/8] SUNRPC: Set WQ_SYSFS on rpciod and xprtiod
` [PATCH RFC v2 4/8] NFS: Set WQ_SYSFS on nfsiod
` [PATCH RFC v2 5/8] workqueue: add workqueue_set_affn_scope()
` [PATCH RFC v2 6/8] SUNRPC: Reduce rpciod workqueue contention
` [PATCH RFC v2 7/8] NFS: Reduce nfsiod "
` [PATCH RFC v2 8/8] SUNRPC: Reduce xprtiod "
[PATCH v11 00/36] netfs: Keep track of folios in a segmented bio_vec[] chain
2026-09-03 6:06 UTC (38+ messages)
` [PATCH v11 01/36] block: Fix start and length check added to iov_iter_extract_bvecs()
` [PATCH v11 02/36] mm: Make readahead store folio count in readahead_control
` [PATCH v11 03/36] mm: Add a bulk end-writeback tool
` [PATCH v11 04/36] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v11 05/36] Add a function to kmap one page of a multipage bio_vec
` [PATCH v11 06/36] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v11 07/36] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v11 08/36] netfs: Add some tools for managing bvecq chains
` [PATCH v11 09/36] netfs: Make mempool available for bvecq
` [PATCH v11 10/36] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v11 11/36] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v11 12/36] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v11 13/36] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v11 14/36] netfs: Remove the writethrough code
` [PATCH v11 15/36] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v11 16/36] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v11 17/36] netfs: Add some functions to wrap the all-queued handling
` [PATCH v11 18/36] netfs: Make deprecated PG_private_2 support optional
` [PATCH v11 19/36] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v11 20/36] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v11 21/36] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v11 22/36] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v11 23/36] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v11 24/36] netfs: Remove netfs_extract_user_iter()
` [PATCH v11 25/36] iov_iter: Remove ITER_FOLIOQ
` [PATCH v11 26/36] netfs: Remove folio_queue and rolling_buffer
` [PATCH v11 27/36] netfs: Build a list of regions undergoing writeback
` [PATCH v11 28/36] netfs: Simplify writeback cleanup
` [PATCH v11 29/36] netfs: Simplify read abandonment
` [PATCH v11 30/36] netfs: Check for too much data being read
` [PATCH v11 31/36] netfs: Add a method to get an estimate of the amount that can be written
` [PATCH v11 32/36] netfs: Rework writeback to estimate
` [PATCH v11 33/36] netfs: Set subrequest->source at alloc before trace emission
` [PATCH v11 34/36] netfs: Combine prepare and issue ops
` [PATCH v11 35/36] netfs: Clean up now-unused code
` [PATCH v11 36/36] cachefiles: Preset the state xattr when creating a new file
[PATCH v2 0/2] nfsd: expose NFSv4 client state through Netlink
2026-09-03 5:45 UTC (4+ messages)
` [PATCH v2 1/2] nfsd: add a Netlink dump of NFSv4 clients
[PATCH] nfsd: switch nfsd4_open() to use vfs_lookup_open()
2026-09-03 3:04 UTC (4+ messages)
[syzbot] [nfs?] INFO: task hung in nfsd_nrthreads
2026-09-02 22:31 UTC (2+ messages)
[BUG] NFSv3 RDMA : READ corrupts payload when READ3res omits post_op_attr
2026-09-02 17:58 UTC (3+ messages)
[PATCH v5 00/15] nfsd/sunrpc: harden the netlink listener set interface
2026-09-02 13:59 UTC (17+ messages)
` [PATCH v5 01/15] NFSD: cap the number of listeners accepted in listener_set
` [PATCH v5 02/15] NFSD: validate transport name in listener_set before serv creation
` [PATCH v5 03/15] SUNRPC: keep the first error in svc_register()
` [PATCH v5 04/15] SUNRPC: bound the local rpcbind client timeout to 1s
` [PATCH v5 05/15] NFSD: report listener creation failures through extack
` [PATCH v5 06/15] SUNRPC: report local rpcbind calls that get no answer
` [PATCH v5 07/15] SUNRPC: stop svc_register() once rpcbind stops answering
` [PATCH v5 08/15] SUNRPC: stop the svc_unregister() sweep "
` [PATCH v5 09/15] SUNRPC: stop unregistering listeners "
` [PATCH v5 10/15] NFSD: stop registering with rpcbind after a failure in listener_set
` [PATCH v5 11/15] SUNRPC: check rpc_sockaddr2uaddr() for failure when registering
` [PATCH v5 12/15] selftests/nfsd: exercise listener_set request validation
` [PATCH v5 13/15] selftests/nfsd: add a per-netns rpcbind stub and the listener round-trips
` [PATCH v5 14/15] selftests/nfsd: check that listener_set asks rpcbind once
` [PATCH v5 15/15] selftests/nfsd: check that listener removal "
[PATCH] NFSv4/flexfiles: add a soft dependency on nfsv3
2026-09-02 13:35 UTC
[PATCH v1] SUNRPC: Copy the deferred RPC Call from the head buffer
2026-09-02 13:31 UTC
[PATCH v4 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
2026-09-02 12:50 UTC (3+ messages)
` [PATCH v4 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH v4 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
[PATCH RFC 00/11] mm/migrate: separate migration paths and carry migration policy
2026-09-02 11:19 UTC (14+ messages)
` [PATCH RFC 01/11] mm/migrate: extract folio unmap phase
` [PATCH RFC 02/11] mm/migrate: handle retries in migrate_folios_move()
` [PATCH RFC 03/11] mm/migrate: factor out folio splitting on allocation failure
` [PATCH RFC 04/11] mm/migrate: use a dedicated list for hugetlb folios
` [PATCH RFC 05/11] mm/migrate: add a dedicated movable_ops migration pass
` [PATCH RFC 06/11] mm/migrate: rename migrate_pages_batch() to migrate_folios_batch()
` [PATCH RFC 07/11] mm/migrate: add migrate_lru_folios() entry point
` [PATCH RFC 08/11] mm/migrate: move LRU batching into migrate_lru_folios()
` [PATCH RFC 09/11] mm/migrate: thread migration policy through a control struct
` [sos-linux-ext-patches] "
` [PATCH RFC 10/11] mm/migrate: pass migrate_control to migrate_pages()
` [PATCH RFC 11/11] mm/migrate: pass migrate_control to migrate_folio()
[PATCH v2 0/8] Fix premature completion of rpc_pipefs upcalls
2026-09-01 20:19 UTC (9+ messages)
` [PATCH v2 1/8] NFSD: Don't complete a cld upcall the daemon has not read
` [PATCH v2 2/8] NFSD: Move the cld upcall message out of the caller's stack frame
` [PATCH v2 3/8] NFSD: Complete a cld upcall when copying its reply fails
` [PATCH v2 4/8] NFSD: Reject an oversized principal hash from nfsdcld
` [PATCH v2 5/8] pnfs/blocklayout: Complete a device upcall only on its own reply
` [PATCH v2 6/8] NFSD: Set nn->cld_net before registering the cld pipe
` [PATCH v2 7/8] NFSD: Complete a cld upcall when the daemon closes the pipe
` [PATCH v2 8/8] pnfs/blocklayout: Complete a device upcall when the pipe is closed
[PATCH] nfsd: accept a backdated timestamp from a delegation holder
2026-09-01 17:09 UTC (3+ messages)
[PATCH] SUNRPC: reject deferral when rq_arg.len < head[0].iov_len
2026-09-01 9:20 UTC
[FTBFS,PATCH,nfs-utils 1/1] getport: Fix switch case on old compilers
2026-08-31 23:06 UTC (2+ messages)
[nfs-utils PATCH] gssd: fix upcall_* leak when re-reading service info
2026-08-31 23:02 UTC
[nfs-utils PATCH] gssd: clean up threads on shutdown
2026-08-31 23:02 UTC
[PATCH 1/1] nfs-utils: mount: fix snprintf return value handling in error formatting
2026-08-31 22:59 UTC (2+ messages)
[PATCH] rpcctl: SyntaxWarning: 'return' in a 'finally' block
2026-08-31 22:58 UTC (4+ messages)
[PATCH] SUNRPC: add transport details to timeout diagnostics
2026-08-31 21:13 UTC (6+ messages)
[PATCH v4 00/14] nfsd/sunrpc: harden the netlink listener set interface
2026-08-31 16:14 UTC (3+ messages)
` [PATCH v4 13/14] selftests/nfsd: check that listener_set asks rpcbind once
` [PATCH v4 14/14] selftests/nfsd: check that listener removal "
page: next (older) | 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