From nobody Mon Apr 01 18:42:29 2024 X-Original-To: freebsd-fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4V7fyW2tsZz5GbgJ for ; Mon, 1 Apr 2024 18:42:43 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [66.165.241.226]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4V7fyV6d9mz4ntx; Mon, 1 Apr 2024 18:42:42 +0000 (UTC) (envelope-from pete@nomadlogic.org) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nomadlogic.org; s=04242021; t=1711996946; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Xc9tzJE9+fc/KSsROP5wvJ7lBme/uPX6eEXTlbYrU3M=; b=z0/5OGoTpQaigMHZtTNfNHG9KZiitmfWzwgQgexVH2R9xW58CEP8FIBnmV4d/MvJfqs+iY bWQgPb2Yjgf0mMpeRXRPZDK8wf9DchdUHn581Fn2v3kBkDWG43z7RXUJYb2uu1/VizKGDW 8JEXGKD2/xomgy/HjYps4HuMn2Kj3sw= Received: from topanga.nomadlogic.org ( [47.154.31.160]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id bf3193d3 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 1 Apr 2024 18:42:25 +0000 (UTC) Date: Mon, 1 Apr 2024 11:42:29 -0700 From: Pete Wright To: Pedro Giffuni Cc: "freebsd-fs@freebsd.org" Subject: Re: Sounds interesting from NetBSD's 10 release notes Message-ID: <47huks5citpcwvj5tebhmy6igcvwcawrsgif3ush7sfc3ssqi7@4k4xiiyocthk> References: <732088746.3843674.1711913871308.ref@mail.yahoo.com> <732088746.3843674.1711913871308@mail.yahoo.com> List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <732088746.3843674.1711913871308@mail.yahoo.com> X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:29802, ipnet:66.165.240.0/22, country:US] X-Rspamd-Queue-Id: 4V7fyV6d9mz4ntx On Sun, Mar 31, 2024 at 07:37:51PM +0000, Pedro Giffuni wrote: > https://www.netbsd.org/releases/formal-10/NetBSD-10.0.html > > > > - Switched the kernel's file path lookup cache to use faster per-directory red-black trees. > .. > - Improved the performance of tmpfs. Implemented lazy update of atime/mtime. yea i noticed that too, also this one really caught my eye as 9pfs support would fix some lame stuff i got going on with my bhyve config: VirtIO driver enhancements: Added support for VirtIO 1.0 to the virtio(4) drivers, which previously supported version 0.9. New vio9p(4) driver allows mounting VirtIO 9P filesystems exported by the VM host. -p