Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1003471pxa; Sat, 22 Aug 2020 07:36:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxr2GdEfmQKM0NxOcdFAEvZ1lcIDCTU2mozhICkd5/P2YZ7biC6CmaQYjRT1hgXGmmR8DtN X-Received: by 2002:a50:fd0b:: with SMTP id i11mr7372275eds.298.1598106979230; Sat, 22 Aug 2020 07:36:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598106979; cv=none; d=google.com; s=arc-20160816; b=sIPxM7niSBWxhCBKaOgWRV7mvSJb4A20nHL4zMeNEfDifuS5+vb/gf88rOee+AQbyO KHWg45bFFX4HP3pWZv8CXxLUnDk7XL+dxT/yseMcey20LXe2173FLQ392gwz8CywDkHE 0GtA2WzgQeI+su+YwYIdilZWdDp87aMX6KuDsN8xcFnSACp9XSy6fHJ+YHO0U+o02rgC 71cAuDKJIVSR7nj5zpF5FMf82ecPy8D6QinRnkvrDF0JllaF8ObwKyhmBlAbpqE2wLIJ ix/GR+AZyNZqhqHECoIO65+07UFfdYlxobW+qCV2eEtzfNDsyQKD/2YBXCTpn0t+N0PI wjYw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=gH643XgEtTauTY25SaLNyNqHnSA6BY4LJus5AUY2Las=; b=VSkNtZTnmM4AEM6IOAiUp/0xdSni9Ex3ConIuHQVj68u35MJXL2iIfOG8COkSYtAT/ YmrcyIYhWDyKRd7VtZPwG2el+mR9R0mBtRPUCsdl/WW7dpvSCMXQDa1ieFVc3MjfXfDm 8wdCSoeI7h7SnMOr8KiEZ/BLsy04aXDASCwN6d1gvFKKxcxvvIHVtjB9wr12eWZtCsXv XDCGYZZMkyI8Xp9r2RKZ/m/LkvStbZ4ryfEHsvACe7mT+Y6C8h2OHTfDFlaykUXBRZaH mp0mdvgXBiFaOBTdfbo4m2oWojZ284ftTkRlhKcDXHGn67YP3pFTNEZz1nmQXz+VMRhQ NMww== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r3si3221481eja.548.2020.08.22.07.35.56; Sat, 22 Aug 2020 07:36:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728135AbgHVOdb (ORCPT + 99 others); Sat, 22 Aug 2020 10:33:31 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:37199 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728019AbgHVOdb (ORCPT ); Sat, 22 Aug 2020 10:33:31 -0400 Received: from callcc.thunk.org (pool-108-49-65-20.bstnma.fios.verizon.net [108.49.65.20]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 07MEXR2U014993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 22 Aug 2020 10:33:27 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id DDDB442010C; Sat, 22 Aug 2020 10:33:26 -0400 (EDT) Date: Sat, 22 Aug 2020 10:33:26 -0400 From: "Theodore Y. Ts'o" To: Jens Axboe Cc: linux-ext4@vger.kernel.org, "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] ext4: flag as supporting buffered async reads Message-ID: <20200822143326.GC199705@mit.edu> References: <20200818181117.GA34125@mit.edu> <990cc101-d4a1-f346-fe78-0fb5b963b406@kernel.dk> <20c844c8-b649-3250-ff5b-b7420f72ff38@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20c844c8-b649-3250-ff5b-b7420f72ff38@kernel.dk> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 21, 2020 at 03:26:35PM -0600, Jens Axboe wrote: > >>> Resending this one, as I've been carrying it privately since May. The > >>> necessary bits are now upstream (and XFS/btrfs equiv changes as well), > >>> please consider this one for 5.9. Thanks! > >> > >> The necessary commit only hit upstream as of 5.9-rc1, unless I'm > >> missing something? It's on my queue to send to Linus once I get my > >> (late) ext4 primary pull request for 5.9. > > > > Right, it went in at the start of the merge window for 5.9. Thanks Ted! > > Didn't see it in the queue that just sent in, is it still queued up? It wasn't in the queue which I queued up because that was based on 5.8-rc4. Linus was a bit grumpy (fairly so) because it was late, and that's totally on me. He has said that he's going to start ignoring pull requests that aren't fixes only if this becomes a pattern, so while I can send him another pull request which will just have that one change, there are no guarantees he's going to take it at this late date. Sorry, when you sent me the commit saying that the changes that were needed were already upstream on August 3rd, I thought that meant that they were aready in Linus's tree. I should have checked and noticed that that in fact "ext4: flag as supporting buffered async reads" wasn't compiling against Linus's upstream tree, so I didn't realize this needed to be handled as a special case during the merge window. Cheers, - Ted