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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2C35C433EF for ; Wed, 18 May 2022 23:26:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231206AbiERX00 (ORCPT ); Wed, 18 May 2022 19:26:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230403AbiERX0Z (ORCPT ); Wed, 18 May 2022 19:26:25 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5262A193208; Wed, 18 May 2022 16:26:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 18FAEB81FB7; Wed, 18 May 2022 23:26:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AF081C385A9; Wed, 18 May 2022 23:26:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652916381; bh=YHM8LSfblKaa5O5EHww5P6PRrqaJ9qR7G+aTMMBzYQ0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bnNkqbj6Zp9W4+SnOmzywMhiaCUd8jEpW/Zk3ZCrqtAKGzdhEe8eQbdgURwXyRHGj WHbfavehGD+A9yiGLLfp34T2qy2Katj+UsbFBOjJDc7Uh272FNYIPrR9xn9kOrkSxX jdcWOSxvtRhtvyWBNZKMAEvugUamEsvKrAtHoZN2itwA/yXSSLlqi/sJVo4OoAifaB gFtz/aNL7WWpoXY+bSzhqXHe/nObtSJckGvp/iIYHnJvul571WcRzfq4vYjmrFvSQd q4p/nTl855zkgmH97UkVtEiiiXOXm5ufArADG5y9kwx5wubrh+qZy4GcfVH81mQMKj FbF3GcbwnX9og== Date: Wed, 18 May 2022 23:26:20 +0000 From: Eric Biggers To: Keith Busch Cc: linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, axboe@kernel.dk, Kernel Team , hch@lst.de, bvanassche@acm.org, damien.lemoal@opensource.wdc.com, Keith Busch Subject: Re: [PATCHv2 0/3] direct io alignment relax Message-ID: References: <20220518171131.3525293-1-kbusch@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220518171131.3525293-1-kbusch@fb.com> Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Wed, May 18, 2022 at 10:11:28AM -0700, Keith Busch wrote: > From: Keith Busch > > Including the fs list this time. > > I am still working on a better interface to report the dio alignment to > an application. The most recent suggestion of using statx is proving to > be less straight forward than I thought, but I don't want to hold this > series up for that. > Note that I already implemented the statx support and sent it out for review: https://lore.kernel.org/linux-fsdevel/20220211061158.227688-1-ebiggers@kernel.org/T/#u However, the patch series only received one comment. I can send it out again if people have become interested in it again... - Eric