From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5CBCEC43461 for ; Wed, 28 Apr 2021 11:36:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3061861040 for ; Wed, 28 Apr 2021 11:36:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232607AbhD1LhW (ORCPT ); Wed, 28 Apr 2021 07:37:22 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:41394 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239032AbhD1LhV (ORCPT ); Wed, 28 Apr 2021 07:37:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1619609796; 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: in-reply-to:in-reply-to:references:references; bh=b7aKoQR+eie4eZGaFpJxqc5kuUv3lh07wOx/sg0Ymk8=; b=avjK+PLlMqwdpcy3Nudtry50GtArMyjGJnmPoMgJTtOo9uJ0bOHVmkWmWxdLraxwAcbKIi pCj54WjfFYeAx+XVTSnIWkoAQKDHV4Z3yjCYhGyFKzmrGV2r7m3VVSncu03NAqjhfwJiY7 frBeq1FVjD4dBuPnyxA7JkWMM5C/5BM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-96-kil4ggLvPT-19GCcfTYulw-1; Wed, 28 Apr 2021 07:36:31 -0400 X-MC-Unique: kil4ggLvPT-19GCcfTYulw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 8C5691936B83; Wed, 28 Apr 2021 11:36:30 +0000 (UTC) Received: from ws.net.home (ovpn-115-34.ams2.redhat.com [10.36.115.34]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 134005DF26; Wed, 28 Apr 2021 11:36:28 +0000 (UTC) Date: Wed, 28 Apr 2021 13:36:26 +0200 From: Karel Zak To: Naohiro Aota Cc: util-linux@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, Damien Le Moal , Johannes Thumshirn Subject: Re: [PATCH v3 0/3] implement zone-aware probing/wiping for zoned btrfs Message-ID: <20210428113626.lq3hy5qci5bwnyru@ws.net.home> References: <20210426055036.2103620-1-naohiro.aota@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210426055036.2103620-1-naohiro.aota@wdc.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Apr 26, 2021 at 02:50:33PM +0900, Naohiro Aota wrote: > Naohiro Aota (3): > blkid: implement zone-aware probing > blkid: add magic and probing for zoned btrfs > blkid: support zone reset for wipefs > > include/blkdev.h | 9 ++ > lib/blkdev.c | 29 ++++++ > libblkid/src/blkidP.h | 5 + > libblkid/src/probe.c | 99 +++++++++++++++++-- > libblkid/src/superblocks/btrfs.c | 159 ++++++++++++++++++++++++++++++- > 5 files changed, 292 insertions(+), 9 deletions(-) Merged to the "next" branch (on github) and it will be merged to the "master" later after v2.37 release. Thanks! (and extra thank for the examples :-) Karel -- Karel Zak http://karelzak.blogspot.com