From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Chinner Subject: [PATCH 0/3] dio: serialise unaligned direct IO V3 Date: Tue, 3 Aug 2010 17:23:21 +1000 Message-ID: <1280820204-1418-1-git-send-email-david@fromorbit.com> Cc: xfs@oss.sgi.com To: linux-fsdevel@vger.kernel.org Return-path: Received: from bld-mail14.adl6.internode.on.net ([150.101.137.99]:57757 "EHLO mail.internode.on.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753430Ab0HCHXo (ORCPT ); Tue, 3 Aug 2010 03:23:44 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Updated version of the unaligned direct IO tracking bug fixes. Version 3: - address Christoph's review comments - add a mempool to avoid memory allocation failures to address Jan's comment. Version 2: - address scalability concerns