From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 343CA69423 for ; Fri, 11 Mar 2022 16:38:18 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 2323526CDE for ; Fri, 11 Mar 2022 16:37:48 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 9ED4F26CD3 for ; Fri, 11 Mar 2022 16:37:47 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 62C3E463FD for ; Fri, 11 Mar 2022 16:37:47 +0100 (CET) Message-ID: <98092399-833c-9cff-36b8-8b923a39fd59@proxmox.com> Date: Fri, 11 Mar 2022 16:37:45 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:98.0) Gecko/20100101 Thunderbird/98.0 Content-Language: en-US To: Proxmox VE development discussion , Stoiko Ivanov References: <20220311125509.259035-1-s.ivanov@proxmox.com> From: Thomas Lamprecht In-Reply-To: <20220311125509.259035-1-s.ivanov@proxmox.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.192 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - Subject: [pve-devel] applied-series: [PATCH zfsonlinux 0/2] update to ZFS 2.1.3 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2022 15:38:18 -0000 On 11.03.22 13:55, Stoiko Ivanov wrote: > updates the submodule to the recently release zfs-2.1.3 > > * changeset does not look too exciting (kernel-compatibility fixes, testsuite, > FreeBSD) > * the addition of the systemd timer+service for regular scrubbing is something > user-visible (but already present in upstream and our debian packages for a > while) > > * the zvol_open lock inversion we cherry-picked is contained in the new tag > * zed default for mailing has changed upstream: > e56dffe4b5cd00df2d46b75a80d3d17c8fe70eec > * the changes to the other patches were due to some refactorings: > 745a7f78da95d1969613cd55fcb33df1b46c1e66 > > tested with the latest 5.13 kernel on 2 VMs (running ztest) > > Stoiko Ivanov (2): > update submodule and patches to ZFS 2.1.3 > add zfs-scrub timers+services to zfsutils-linux > > ...META-and-DCH-consistency-in-autoconf.patch | 4 +- > debian/patches/0005-Enable-zed-emails.patch | 17 +- > ...md-unit-for-importing-specific-pools.patch | 2 +- > .../0012-Fix-zvol_open-lock-inversion.patch | 212 ------------------ > debian/patches/series | 1 - > debian/zfsutils-linux.install | 3 + > upstream | 2 +- > 7 files changed, 11 insertions(+), 230 deletions(-) > delete mode 100644 debian/patches/0012-Fix-zvol_open-lock-inversion.patch > applied series, thanks!