From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 05E7862A00; Thu, 1 Feb 2024 06:18:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706768317; cv=none; b=c3zPVO//Sh/uX/AVXwjL5Wpj5wuFPtkZ7YPyCRmLrrLIwcKqU06h/DtebPJllr8HE/EXw6+o49UEM2k/RzJcKkR2gFw7E/MSI91pg2BQxeqEk724Q7LIE+jFDeJz6WxxG+GcSVjlcYzOL2iUTWGyc1vWQn0gvbJ9VjEYvPX1kpo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706768317; c=relaxed/simple; bh=7lPao0EeRa+duvgbDVDws3GUnXCSHK1RnAbhNYvktCI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=o/fxHWArZfypfMdGry6AXo3b6xDHvFGaUQoWcjEjzQk3BxBHEFK8oCd6+N3zgLW7SMvTEKfp5d0dT1SCSK+HuNF+LQGB5tovMP2OYW/RDxzvWFOaPExd4rfvfwrsmPQPypp5LCnEd3Mm5UIFzrNozDOyX6xAMVjx/f+s+vaQois= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dwybIUqw; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dwybIUqw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 75E67C433C7; Thu, 1 Feb 2024 06:18:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706768316; bh=7lPao0EeRa+duvgbDVDws3GUnXCSHK1RnAbhNYvktCI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dwybIUqwU91BDczF5jGT4+MDO6CDJMTOX971ulyo41C6c440zNVnQHXrRD8zkZ95M eTRw2WdYohn0o2uHYhpCjRpaPDL4reUWqCHqgSX9vLCrxgJYVs6LSpgqKvYkeiIRgh 0E6LH+cnlVT/lLPzAbYEYNQ2bDPgz9vFNGGy++FfAkuBK7OBdjctPF8laagoLW5wZV AyGTafKkgFRhmMXceJ3ixulghuVKME2MmAWEgHs2hhL8wYK3VBOj2ueN1yiaimKbsx NelTzcGV+fZPSts5Fjq2bLnTWZFh6HbOGVBK9I+6djjplAjQOxnUalG1R6Rtws9Aef 4DqyU6XY+9YWQ== Date: Wed, 31 Jan 2024 22:18:35 -0800 From: "Darrick J. Wong" To: Christoph Hellwig Cc: Christian Brauner , Chandan Babu R , Zhang Yi , Ritesh Harjani , Jens Axboe , Andreas Gruenbacher , Damien Le Moal , Naohiro Aota , Johannes Thumshirn , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, gfs2@lists.linux.dev Subject: Re: map multiple blocks per ->map_blocks in iomap writeback Message-ID: <20240201061835.GC616564@frogsfrogsfrogs> References: <20231207072710.176093-1-hch@lst.de> <20231211-listen-ehrbaren-105219c9ab09@brauner> <20240201060716.GA15869@lst.de> Precedence: bulk X-Mailing-List: linux-block@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240201060716.GA15869@lst.de> On Thu, Feb 01, 2024 at 07:07:16AM +0100, Christoph Hellwig wrote: > On Mon, Dec 11, 2023 at 11:45:38AM +0100, Christian Brauner wrote: > > Applied to the vfs.iomap branch of the vfs/vfs.git tree. > > Patches in the vfs.iomap branch should appear in linux-next soon. > > So it seems like this didn't make it to Linus for the 6.8 cycle, and > also doesn't appear in current linux-next. Was that an oversight > or did I miss something? Speaking solely for myself, I got covid like 2 days before you sent this and didn't get my brain back from the cleaners until ~2.5 weeks after. I totally forgot that any of this was going on. :( --D