From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: NewStore update Date: Sat, 21 Feb 2015 07:50:58 -0800 Message-ID: <20150221155058.GA14888@infradead.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:36516 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752169AbbBUPu6 (ORCPT ); Sat, 21 Feb 2015 10:50:58 -0500 Content-Disposition: inline In-Reply-To: Sender: ceph-devel-owner@vger.kernel.org List-ID: To: Sage Weil Cc: ceph-devel@vger.kernel.org On Thu, Feb 19, 2015 at 03:50:45PM -0800, Sage Weil wrote: > - assemble the transaction > - start any aio writes (we could use O_DIRECT here if the new hints > include WONTNEED?) Note that kernel aio only is async if you specifiy O_DIRECT, otherwise io_submit will simply block.