From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [RFC] unifying write variants for filesystems Date: Mon, 20 Jan 2014 05:55:14 -0800 Message-ID: <20140120135514.GA21567@infradead.org> References: <20140113141416.GA30117@infradead.org> <20140113235646.GR10323@ZenIV.linux.org.uk> <20140114132207.GA25170@infradead.org> <20140114172033.GU10323@ZenIV.linux.org.uk> <20140118064040.GE10323@ZenIV.linux.org.uk> <20140118074649.GF10323@ZenIV.linux.org.uk> <20140118201031.GI10323@ZenIV.linux.org.uk> <20140119051335.GN10323@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds , Christoph Hellwig , Jens Axboe , Mark Fasheh , Joel Becker , linux-fsdevel , xfs@oss.sgi.com, Sage Weil , Steve French , Dave Kleikamp To: Al Viro Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:40060 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750807AbaATNz0 (ORCPT ); Mon, 20 Jan 2014 08:55:26 -0500 Content-Disposition: inline In-Reply-To: <20140119051335.GN10323@ZenIV.linux.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sun, Jan 19, 2014 at 05:13:35AM +0000, Al Viro wrote: > Folks, what do you think about the following: That's very much what Shaggy did in the aio-direct tree, except that it kept using a single set of methods. Linus really didn't like it unfortunately. https://github.com/kleikamp/linux-shaggy/commits/aio_loop