[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH for-2.4 00/10] various improvements for the iSCSI dr
From: |
Peter Lieven |
Subject: |
[Qemu-block] [PATCH for-2.4 00/10] various improvements for the iSCSI driver |
Date: |
Thu, 16 Apr 2015 14:18:40 +0200 |
Peter Lieven (10):
block/iscsi: do not forget to logout from target
block/iscsi: change all iscsilun properties from uint8_t to bool
block/iscsi: rename iscsi_write_protected and let it return void
block/iscsi: store DPOFUA bit from the modesense command
block/iscsi: optimize WRITE10/16 if cache.writeback is not set
block/iscsi: increase retry count
block/iscsi: bump libiscsi requirement to 1.10.0
block/iscsi: handle SCSI_STATUS_TASK_SET_FULL
block/iscsi: bump year in copyright notice
block/iscsi: use the allocationmap also if cache.direct=on
block/iscsi.c | 58 +++++++++++++++++++++++++++++++++++++++-------------------
configure | 6 +++---
2 files changed, 42 insertions(+), 22 deletions(-)
--
1.9.1
- [Qemu-block] [PATCH for-2.4 00/10] various improvements for the iSCSI driver,
Peter Lieven <=
- [Qemu-block] [PATCH for-2.4 04/10] block/iscsi: store DPOFUA bit from the modesense command, Peter Lieven, 2015/04/16
- [Qemu-block] [PATCH for-2.4 02/10] block/iscsi: change all iscsilun properties from uint8_t to bool, Peter Lieven, 2015/04/16
- [Qemu-block] [PATCH for-2.4 03/10] block/iscsi: rename iscsi_write_protected and let it return void, Peter Lieven, 2015/04/16
- [Qemu-block] [PATCH for-2.4 01/10] block/iscsi: do not forget to logout from target, Peter Lieven, 2015/04/16
- [Qemu-block] [PATCH for-2.4 07/10] block/iscsi: bump libiscsi requirement to 1.10.0, Peter Lieven, 2015/04/16
[Qemu-block] [PATCH for-2.4 06/10] block/iscsi: increase retry count, Peter Lieven, 2015/04/16