WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [patch 0/6] xenblk: Add O_DIRECT and O_SYNC support.

To: Xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [patch 0/6] xenblk: Add O_DIRECT and O_SYNC support.
From: Joe Jin <joe.jin@xxxxxxxxxx>
Date: Tue, 4 Nov 2008 10:50:55 +0800
Cc: shinya.narahara@xxxxxxxxxx, kurt.hackel@xxxxxxxxxx, greg.marsden@xxxxxxxxxx, joe.jin@xxxxxxxxxx, wen.gang.wang@xxxxxxxxxx, jens.axboe@xxxxxxxxxx
Delivery-date: Mon, 03 Nov 2008 18:51:32 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.4.2.2i
Resend.

[patch 0/6] xenblk: Add O_DIRECT and O_SYNC support.

This patchset to add O_DIRECT and O_SYNC support to xenblk driver.

At present xenblk driver, a ring buffer have introduced in backend and
frontend, the cache got better for io performance. But at some conditions,
data need write date to disk as soon as possible, this ring buffer made
data could not sync to disk immediately, even open file with O_DIRECT or
O_SYNC flag. Obviously some potential risks at os for IO operation, 
so sync data to disk asap which the file open with O_DIRECT/O_SYNC
is meaningful for xenblk driver.

Please review and welcome comment.

Signed-off-by: Joe Jin <joe.jin@xxxxxxxxxx>
---

 drivers/xen/blkback/blkback.c    |  100 +++++++++++++++++++++++++++++++--------
 drivers/xen/blkfront/blkfront.c  |    4 +
 fs/buffer.c                      |   40 +++++++++++++++
 fs/ext3/inode.c                  |    6 ++
 fs/jbd/checkpoint.c              |    2 
 fs/jbd/commit.c                  |    2 
 include/linux/buffer_head.h      |   21 ++++++++
 include/xen/interface/io/blkif.h |   15 +++++
 mm/filemap.c                     |    2 
 9 files changed, 173 insertions(+), 19 deletions(-)




_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel