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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 65215C433E2 for ; Wed, 9 Sep 2020 13:19:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0DCA72087C for ; Wed, 9 Sep 2020 13:19:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730279AbgIINTC (ORCPT ); Wed, 9 Sep 2020 09:19:02 -0400 Received: from mx2.suse.de ([195.135.220.15]:54838 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730349AbgIINQs (ORCPT ); Wed, 9 Sep 2020 09:16:48 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id B7EFCB253; Wed, 9 Sep 2020 13:16:24 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 97ECDDA7C6; Wed, 9 Sep 2020 15:14:53 +0200 (CEST) Date: Wed, 9 Sep 2020 15:14:53 +0200 From: David Sterba To: Anand Jain Cc: linux-btrfs@vger.kernel.org, dsterba@suse.com, josef@toxicpanda.com, nborisov@suse.com Subject: Re: [PATCH v3 0/16] btrfs: seed fix null ptr, use only main device_list_mutex, and cleanups Message-ID: <20200909131453.GG18399@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Anand Jain , linux-btrfs@vger.kernel.org, dsterba@suse.com, josef@toxicpanda.com, nborisov@suse.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Sat, Sep 05, 2020 at 01:34:20AM +0800, Anand Jain wrote: > v3: > Makes bug fixing patches suitable for the backports. They are patch 1-2. > patch 1 fix the put of kobject null issue, fixed by checking the > state_initalized. > patch 2 fixes the replacement of seed device in a sprout filesystem. These go to misc-next, > The rest of the patches remains the same, except for a conflict fix in patch 4. > > The patch set has passed xfstests -g volume and seed > The new patch (seed delete testing) btrfs/219 has been modified to suit > the older kernels. Which is also attached to this thread. and the rest will follow soon. I changed some subjects and updated some changelogs that I found not clear enough but the whole series is straightforward so no need for resends. Thanks.