From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Chinner Subject: [REPOST, PATCH 0/3] dio: serialise unaligned direct IO Date: Mon, 8 Nov 2010 18:40:20 +1100 Message-ID: <1289202023-15102-1-git-send-email-david@fromorbit.com> Cc: linux-kernel@vger.kernel.org To: linux-fsdevel@vger.kernel.org Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Repost of the last version of the series I wrote to prevent data corruption cause by concurrent sub-block direct IO to the same block in the filesystem. The problem still exists, the xfstest 240 is still triggering it, so we still need to fix it.