qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH resend 0/7] Discard improvements


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH resend 0/7] Discard improvements
Date: Mon, 14 Jan 2013 16:26:51 +0100

This series builds on the patch from Kusanagi Kouichi, and also adds
discard support for non-passthrough block devices (BLKDISCARD), and
asynchronous discard support.

SCSI already calls bdrv_aio_discard, so it is not affected by these
patches.

Kusanagi Kouichi (1):
  raw-posix: support discard on more filesystems

Paolo Bonzini (6):
  raw-posix: remember whether discard failed
  raw: support discard on block devices
  block: make discard asynchronous
  ide: fix TRIM with empty range entry
  ide: issue discard asynchronously but serialize the pieces
  block: clear dirty bitmap when discarding

 block.c           |   8 +++-
 block/raw-aio.h   |   5 ++-
 block/raw-posix.c | 125 +++++++++++++++++++++++++++++++++++++++++-------------
 configure         |  19 +++++++++
 hw/ide/core.c     |  79 +++++++++++++++++++++++-----------
 5 files changed, 179 insertions(+), 57 deletions(-)

-- 
1.8.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]