linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-10 13:55:01 to 2026-09-15 08:27:58 UTC [more...]

[PATCH 00/28] Replace remaining strlcat() call sites with snprintf()/seq_buf()
 2026-09-15  8:18 UTC  (28+ messages)
` [PATCH 01/28] ALSA: ac97: Refactor snd_ac97_get_name() to use snprintf()
` [PATCH 02/28] sunrpc: Refactor rpc_sockaddr2uaddr() to use snprintf() instead of strlcat()
` [PATCH 03/28] ARM: atags: Replace strlcat() with snprintf() for cmdline extend
` [PATCH 04/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_nsymb_init()
` [PATCH 05/28] ALSA: usb-audio: Refactor usb_audio_make_longname() to use seq_buf
` [PATCH 06/28] comedi: comedi_bond: Refactor strlcat() to seq_buf in do_dev_config()
` [PATCH 07/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_psymb_init()
` [PATCH 08/28] devlink: Refactor strlcat() to seq_buf in __devlink_compat_running_version()
` [PATCH 09/28] drm/dp_mst: Refactor build_mst_prop_path() to use seq_buf
` [PATCH 10/28] of/fdt: Replace strlcat() with snprintf() in early_init_dt_scan_chosen()
` [PATCH 11/28] wifi: brcmfmac: Replace strlcat() with snprintf() in brcmf_fw_alloc_request()
` [PATCH 12/28] fortify: Convert strlcat() to snprintf() in strcat()
` [PATCH 13/28] i40e: Replace strlcat() with snprintf() in i40e_nvm_version_str()
` [PATCH 14/28] ALSA: usb-audio: Refactor append_ctl_name() to use snprintf()
` [PATCH 15/28] orangefs: Use seq_buf for debug help string generation
` [PATCH 16/28] pinctrl: samsung: Use snprintf() to construct pin bank names
` [PATCH 18/28] LoongArch: Refactor bootcmdline_init() to use seq_buf instead of strlcat()
` [PATCH 19/28] x86/setup: Use snprintf() to concatenate builtin and boot command lines
` [PATCH 20/28] parisc: Refactor strlcat() to seq_buf in setup_cmdline()
` [PATCH 21/28] NFS: nfsroot: Refactor root_nfs_cat() to use snprintf()
` [PATCH 22/28] media: si2165: Use snprintf() to format frontend name
` [PATCH 23/28] Input: synaptics_usb - use seq_buf and snprintf() for name and phys
` [PATCH 24/28] EDAC/thunderx: Fix stale error context in thunderx_l2c_threaded_isr()
` [PATCH 25/28] EDAC/thunderx: Replace strlcat() with seq_buf
` [PATCH 26/28] wifi: wil6210: Refactor resume_triggers2string() to use seq_buf
` [PATCH 27/28] drm/xe/pf: Convert strlcat() to seq_buf in control_read()
` [PATCH 28/28] drm/xe/pf: Refactor strlcat() to seq_buf in sched_group_engines_read()

[PATCH] NFSv4: Fix a regression in the handling of CB_RECALL_ANY
 2026-09-15  6:38 UTC  (2+ messages)

[PATCH v4 00/11] Improve the scalability of NFSD's classic DRC
 2026-09-15  6:25 UTC  (14+ messages)
` [PATCH v4 01/11] SUNRPC: Assign a unique identifier to each svc_xprt
` [PATCH v4 02/11] NFSD: Track transport in DRC entries
` [PATCH v4 03/11] NFSD: Prepare bucket pruning for out-of-order eviction
` [PATCH v4 04/11] NFSD: Add tracepoints for DRC entry eviction
` [PATCH v4 05/11] NFSD: Record DRC population in lookup tracepoints
` [PATCH v4 06/11] SUNRPC: Publish reply positions for upper-layer consumers
` [PATCH v4 07/11] SUNRPC: Publish TCP reply positions
` [PATCH v4 08/11] svcrdma: Publish RDMA "
` [PATCH v4 09/11] NFSD: Evict acknowledged DRC entries
` [PATCH v4 10/11] NFSD: Remove DRC checksum and payload_misses stat
` [PATCH v4 11/11] NFSD: Remove hard cap on duplicate reply cache size

FS-Cache/cachefiles not writing data in v7.2
 2026-09-14 22:46 UTC  (2+ messages)

[PATCH 0/7 RFC] fixes for vfs_lookup_open, and integration with nfsd
 2026-09-14 22:00 UTC  (13+ messages)
` [PATCH 4/7] vfs: change vfs_lookup_open() to return found dentry in path.dentry
` [PATCH 5/7] nfsd: switch NFS4 OPEN to use vfs_lookup_open()
` [PATCH 7/7] nfsd: use vfs_lookup_open() for non-creating open requests too

[PATCH] NFS: filelayout: calculate dense stripe width in 64 bits
 2026-09-14 20:42 UTC 

[GIT PULL] Fixes for NFSD in v7.3-rc
 2026-09-14 18:07 UTC  (2+ messages)

[PATCH RFC 6/8] SUNRPC: Reduce rpciod workqueue contention
 2026-09-14 17:39 UTC  (6+ messages)

FS-Cache/cachefiles not writing data in v7.2
 2026-09-14 17:25 UTC 

[PATCH RFC nfs-utils v2 00/10] nfsdctl: allow it to handle rpcbind registration and deregistration
 2026-09-14 16:05 UTC  (12+ messages)
` [PATCH RFC nfs-utils v2 01/10] nfsdctl: sync nfsd_netlink.h with the kernel
` [PATCH RFC nfs-utils v2 02/10] nfsdctl: probe the policy of any command
` [PATCH RFC nfs-utils v2 03/10] nfsdctl: share the listener nest parser
` [PATCH RFC nfs-utils v2 04/10] nfsdctl: add rpcbind registration helpers
` [PATCH RFC nfs-utils v2 05/10] nfsdctl: register nfsd listeners with rpcbind
` [PATCH RFC nfs-utils v2 06/10] nfsdctl: clear rpcbind entries when the serv is torn down
` [PATCH RFC nfs-utils v2 07/10] nfsdctl: add missing break in update_listeners()
` [PATCH RFC nfs-utils v2 08/10] nfsdctl: fix heap overflow in autostart_func() listener cleanup
` [PATCH RFC nfs-utils v2 09/10] nfsdctl: reject a listener insertion when the table is full
` [PATCH RFC nfs-utils v2 10/10] nfsdctl: check the netlink attribute puts in set_listeners()

[PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead
 2026-09-14 15:30 UTC  (8+ messages)
` [PATCH v4 11/16] treewide: remove folio_set/clear_private() usage
` [PATCH v4 15/16] treewide: remove PagePrivate() and PG_private from comments and docs
` [f2fs-dev] [PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead

[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-14 15:30 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 0/5] nfsd/sunrpc: allow userland to handle rpcbind registration
 2026-09-14 15:20 UTC  (6+ messages)
` [PATCH v2 1/5] SUNRPC: allow a service to opt out of "
` [PATCH v2 2/5] NFSD: add a userspace-rpcbind flag to listener_set
` [PATCH v2 3/5] NFSD: honour the userspace-rpcbind flag in listener_set
` [PATCH v2 4/5] NFSD: report registerable programs in the listener_set reply
` [PATCH v2 5/5] selftests/nfsd: exercise the userspace-rpcbind listener_set flag

[PATCH nfs-utils v3 00/11] mountd: bugfixes for up/downcall interfaces
 2026-09-14 13:14 UTC  (12+ messages)
` [PATCH nfs-utils v3 01/11] mountd: factor out the per-path export attribute computation
` [PATCH nfs-utils v3 02/11] mountd: handle unmountable paths and junctions in the netlink downcall
` [PATCH nfs-utils v3 03/11] mountd: answer requests the kernel rejects on "
` [PATCH nfs-utils v3 04/11] mountd: don't leak the parent export's fsid onto crossmnt submounts
` [PATCH nfs-utils v3 05/11] mountd: retry unresolvable fsid lookups on the netlink downcall
` [PATCH nfs-utils v3 06/11] mountd: bound the junction path before copying it into e_path
` [PATCH nfs-utils v3 07/11] mountd: give each worker its own netlink command socket
` [PATCH nfs-utils v3 08/11] mountd: retry export attributes that fail to resolve for a passing reason
` [PATCH nfs-utils v3 09/11] mountd: drop a deferred fsid lookup once it has been answered
` [PATCH nfs-utils v3 10/11] mountd: bound the retry queues
` [PATCH nfs-utils v3 11/11] mountd: don't warn about pipefs submounts nobody asked to export

[PATCH nfs-utils v2 00/10] mountd: bugfixes for up/downcall interfaces
 2026-09-14 11:54 UTC  (13+ messages)
` [PATCH nfs-utils v2 01/10] mountd: factor out the per-path export attribute computation
` [PATCH nfs-utils v2 02/10] mountd: handle unmountable paths and junctions in the netlink downcall
` [PATCH nfs-utils v2 03/10] mountd: answer requests the kernel rejects on "
` [PATCH nfs-utils v2 04/10] mountd: don't leak the parent export's fsid onto crossmnt submounts
` [PATCH nfs-utils v2 05/10] mountd: retry unresolvable fsid lookups on the netlink downcall
` [PATCH nfs-utils v2 06/10] mountd: bound the junction path before copying it into e_path
` [PATCH nfs-utils v2 07/10] mountd: give each worker its own netlink command socket
` [PATCH nfs-utils v2 08/10] mountd: retry export attributes that fail to resolve for a passing reason
` [PATCH nfs-utils v2 09/10] mountd: drop a deferred fsid lookup once it has been answered
` [PATCH nfs-utils v2 10/10] mountd: bound the retry queues

[PATCH 0/3] gssd, idmapd: validate names before using them
 2026-09-14  5:06 UTC  (2+ messages)

[PATCH 0/2] gssd, statd: correct command help text
 2026-09-14  5:05 UTC  (2+ messages)

[PATCH v6 0/5] nfs: modernize direct I/O path
 2026-09-13 19:07 UTC  (4+ messages)

[PATCH v1] sunrpc: pin gss module across auth_domain RCU free
 2026-09-13 16:07 UTC 

[RFC] NFS: named client identities for mTLS mounts and a per-namespace .nfs keyring
 2026-09-13 16:05 UTC  (4+ messages)

ANNOUNCE: libtirpc-1.2.8 released
 2026-09-13 14:22 UTC 

[PATCH 1/1] fsidd: require root credentials on abstract socket
 2026-09-13  3:49 UTC  (8+ messages)
` [PATCH 1/3] libtirpc: Fix use-after-free in xdr_pmaplist() XDR_FREE path
` [PATCH 2/3] libtirpc: limit XDR decode node count
` [PATCH 3/3] libtirpc: Bound maxsize in xdr_rpc_gss_unwrap_data() decode calls

[PATCH v3 00/12] Improve the scalability of NFSD's classic DRC
 2026-09-12 16:22 UTC  (14+ messages)
` [PATCH v3 05/12] NFSD: Record DRC population in lookup tracepoints
` [PATCH v3 06/12] NFSD: Add reply-acknowledged callback infrastructure
` [PATCH v3 07/12] SUNRPC: Add TCP sequence-number ACK tracking for reply delivery
` [PATCH v3 08/12] svcrdma: Fire reply-acknowledged callback on Send completion
` [PATCH v3 09/12] SUNRPC: Record last-request timestamp on svc_xprt
` [PATCH v3 10/12] NFSD: Evict unacknowledged DRC entries via implied ACK
` [PATCH v3 11/12] NFSD: Remove DRC checksum and payload_misses stat
` [PATCH v3 12/12] NFSD: Remove hard cap on duplicate reply cache size

[PATCH net 0/1] SUNRPC: hold a reference while tracing accepted transports
 2026-09-12 15:53 UTC  (3+ messages)
` [PATCH net 1/1] "

ANNOUNCE: rpcbind-1.3.1 released
 2026-09-12 15:31 UTC 

[rpcbind PATCH 0/6] rpcbind: various hardening fixes
 2026-09-12 14:32 UTC  (2+ messages)

[PATCH v3 0/4] NFS: Add client side support for CB_NOTIFY
 2026-09-11 20:43 UTC  (5+ messages)
` [PATCH v3 1/4] NFS: Add an outline for the CB_NOTIFY operation
` [PATCH v3 2/4] NFS: Add support for CB_NOTIFY4_REMOVE_ENTRY
` [PATCH v3 3/4] NFS: Add support for CB_NOTIFY4_ADD_ENTRY
` [PATCH v3 4/4] NFS: Add support for CB_NOTIFY4_RENAME_ENTRY

[PATCH v12 0/5] netfs, cachefiles: Changes for next, primarily occupancy tracking-related
 2026-09-11 20:21 UTC  (10+ messages)
` [PATCH v12 1/5] cachefiles: Clean up cachefiles_do_prepare_read()
` [PATCH v12 2/5] netfs, cachefiles: Add a couple of traces for write failure
` [PATCH v12 3/5] cachefiles: Add a tracepoint to log insufficient space errors
` [PATCH v12 4/5] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v12 5/5] cachefiles: Preset the state xattr when creating a new file

[PATCH 01/13 net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
 2026-09-11 18:59 UTC  (12+ messages)

[PATCH] NFS: defer the final superblock deactivation
 2026-09-11 18:42 UTC 

[PATCH v3 0/3] Bring includes in linux/kmod.h up to date
 2026-09-11 14:46 UTC  (4+ messages)
` [PATCH v3 1/3] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH v3 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),
` [PATCH v3 3/3] module: Bring includes in linux/kmod.h up to date

[PATCH 0/5] nfsd/sunrpc: allow userland to handle rpcbind registration
 2026-09-10 19:46 UTC  (9+ messages)
` [PATCH 1/5] SUNRPC: allow a service to opt out of "
` [PATCH 2/5] NFSD: add a userspace-rpcbind flag to listener_set
` [PATCH 3/5] NFSD: honour the userspace-rpcbind flag in listener_set
` [PATCH 4/5] NFSD: report registerable programs in the listener_set reply
` [PATCH 5/5] selftests/nfsd: exercise the userspace-rpcbind listener_set flag

[PATCH] SUNRPC: fix oversized GSS proxy token copy
 2026-09-10 18:50 UTC  (2+ messages)

[PATCH RFC nfs-utils 0/7] nfsdctl: allow it to handle rpcbind registration and deregistration
 2026-09-10 18:22 UTC  (8+ messages)
` [PATCH RFC nfs-utils 1/7] nfsdctl: sync nfsd_netlink.h with the kernel
` [PATCH RFC nfs-utils 2/7] nfsdctl: probe the policy of any command
` [PATCH RFC nfs-utils 3/7] nfsdctl: share the listener nest parser
` [PATCH RFC nfs-utils 4/7] nfsdctl: add rpcbind registration helpers
` [PATCH RFC nfs-utils 5/7] nfsdctl: register nfsd listeners with rpcbind
` [PATCH RFC nfs-utils 6/7] nfsdctl: clear rpcbind entries when the last thread stops
` [PATCH RFC nfs-utils 7/7] nfsdctl: add missing break in update_listeners()

[PATCH v3 00/24] NFS: flexfiles device notifications and caching for wide striped layouts
 2026-09-10 18:05 UTC  (5+ messages)
` [PATCH v3 17/24] pNFS: Add deviceid reference query and collection walkers


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