From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [RFC PATCH 0/7] Non-blockling buffered fs read (page cache only) Date: Fri, 19 Sep 2014 04:21:47 -0700 Message-ID: <20140919112147.GA4639@infradead.org> References: <8EC2A7F3-0E25-4054-9863-4488B8ED5C8D@dilger.ca> <94D0CD8314A33A4D9D801C0FE68B402958C81D56@G9W0745.americas.hpqcorp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andreas Dilger , Milosz Tanski , "linux-kernel@vger.kernel.org" , Christoph Hellwig , "linux-fsdevel@vger.kernel.org" , "linux-aio@kvack.org" , Mel Gorman , Volker Lendecke , Tejun Heo , Jeff Moyer To: "Elliott, Robert (Server Storage)" Return-path: Content-Disposition: inline In-Reply-To: <94D0CD8314A33A4D9D801C0FE68B402958C81D56@G9W0745.americas.hpqcorp.net> Sender: owner-linux-aio@kvack.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Sep 15, 2014 at 10:36:46PM +0000, Elliott, Robert (Server Storage) wrote: > That sounds like the proposed WRITE SCATTERED/READ GATHERED > commands for SCSI (where are related to, but not necessarily > tied to, atomic writes). We discussed them a bit at > LSF-MM 2013 - see http://lwn.net/Articles/548116/. In the same way a preadx/pwritex could use but would not require an O_ATOMIC. What's the status of those in t10? Last I heard READ GATHERED was out and they were only looking into WRITE SCATTERED? Without the atomic WRITE SCATTERED use case adding the syscalls seems rather pointless, and I'd really avoid blocking nice software only features like the per-I/O nonblock flag (and the similarly trivial per-I/O sync option I have a prototype for) on it. Speaking of easy flags: while a nonblock flags for writes wouldn't be anywhere near as easy as the one for reads would there be sufficient interested in it to bother implementing it? -- To unsubscribe, send a message with 'unsubscribe linux-aio' in the body to majordomo@kvack.org. For more info on Linux AIO, see: http://www.kvack.org/aio/ Don't email: aart@kvack.org