From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A9405C433EF for ; Wed, 22 Jun 2022 21:25:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237329AbiFVVZE (ORCPT ); Wed, 22 Jun 2022 17:25:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231442AbiFVVZD (ORCPT ); Wed, 22 Jun 2022 17:25:03 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1480A2E9D2; Wed, 22 Jun 2022 14:25:02 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id AF2651F8C1; Wed, 22 Jun 2022 21:25:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1655933100; h=from:from:reply-to: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=0bFKyfrM9M801rrkq6xT8x/2B6BbBlpC3pmtnbRdHVw=; b=ukDoldDbJIPRFYSu2p8UKQTGZ8dkm0JcH/kRotKxU+yAGFXMSis9OHwjruS4sbDfe5nrYY 2NIrkeX5N6SGhCrynb8raP6HVq0IoP9cpXhZm0fvQ0uuYMu9r0YRT+VlMgKFCHRGLBBE0+ NDQj/3TFrq46k1Ow/yI+Gfh+P56Beuo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1655933100; h=from:from:reply-to: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=0bFKyfrM9M801rrkq6xT8x/2B6BbBlpC3pmtnbRdHVw=; b=MeQAPmj9dDyf0nKMXElfIATfywWiXOp5GLf565OpdnnFRvnXa3zpcg5dyk0w5LY4+CyWHA iVy3RJDb04nw3ZCQ== Received: from quack3.suse.cz (unknown [10.100.224.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 72A182C141; Wed, 22 Jun 2022 21:25:00 +0000 (UTC) Received: by quack3.suse.cz (Postfix, from userid 1000) id 1F6A1A062B; Wed, 22 Jun 2022 23:24:57 +0200 (CEST) Date: Wed, 22 Jun 2022 23:24:57 +0200 From: Jan Kara To: Jens Axboe Cc: Stefan Roesch , io-uring@vger.kernel.org, kernel-team@fb.com, linux-mm@kvack.org, linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, david@fromorbit.com, jack@suse.cz, hch@infradead.org, willy@infradead.org Subject: Re: [PATCH v9 00/14] io-uring/xfs: support async buffered writes Message-ID: <20220622212457.lvzdwqth5ci6ynna@quack3.lan> References: <20220616212221.2024518-1-shr@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Wed 22-06-22 11:41:14, Jens Axboe wrote: > Top posting - are people fine with queueing this up at this point? Will > need a bit of massaging for io_uring as certain things moved to another > file, but it's really minor. I'd do a separate topic branch for this. I have no objections to merging this. The parts I felt confident about enough look OK to me (and have my reviewed-by tag). Honza -- Jan Kara SUSE Labs, CR