Age | Commit message (Expand) | Author | Files | Lines |
2016-07-20 | iscsi: Switch .bdrv_co_discard() to byte-based | Eric Blake | 1 | -10/+8 |
2016-07-20 | iscsi: Rely on block layer to break up large requests | Eric Blake | 1 | -10/+4 |
2016-07-19 | block/iscsi: allow caching of the allocation map | Peter Lieven | 1 | -58/+192 |
2016-07-19 | block/iscsi: fix rounding in iscsi_allocationmap_set | Peter Lieven | 1 | -3/+5 |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini | 1 | -2/+2 |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -1/+0 |
2016-07-05 | block: Use bool as appropriate for BDS members | Eric Blake | 1 | -1/+1 |
2016-07-05 | block: Move request_alignment into BlockLimit | Eric Blake | 1 | -1/+1 |
2016-07-05 | block: Switch discard length bounds to byte-based | Eric Blake | 1 | -13/+6 |
2016-07-05 | block: Switch transfer length bounds to byte-based | Eric Blake | 1 | -8/+15 |
2016-07-05 | iscsi: Set request_alignment during .bdrv_refresh_limits() | Eric Blake | 1 | -1/+2 |
2016-07-05 | iscsi: Advertise realistic limits to block layer | Eric Blake | 1 | -1/+3 |
2016-06-29 | iscsi: fix assertion in is_sector_request_lun_aligned | Peter Lieven | 1 | -2/+3 |
2016-06-08 | iscsi: Convert to bdrv_co_pwrite_zeroes() | Eric Blake | 1 | -24/+34 |
2016-06-08 | block: Track write zero limits in bytes | Eric Blake | 1 | -7/+6 |
2016-06-08 | iscsi: Use block size as minimum zero/discard alignment | Eric Blake | 1 | -0/+5 |
2016-05-29 | block/iscsi: avoid potential overflow of acb->task->cdb | Peter Lieven | 1 | -0/+7 |
2016-05-23 | iscsi: pass SCSI status back for SG_IO | Vadim Rozenfeld | 1 | -0/+1 |
2016-05-12 | block: Honor BDRV_REQ_FUA during write_zeroes | Eric Blake | 1 | -0/+1 |
2016-05-12 | block: Make supported_write_flags a per-bds property | Eric Blake | 1 | -3/+7 |
2016-05-12 | block: Introduce bdrv_driver_pwritev() | Kevin Wolf | 1 | -8/+0 |
2016-03-30 | iscsi: Support BDRV_REQ_FUA | Kevin Wolf | 1 | -16/+14 |
2016-03-30 | block: Move enable_write_cache to BB level | Kevin Wolf | 1 | -1/+1 |
2016-02-29 | iscsi: add support for getting CHAP password via QCryptoSecret API | Daniel P. Berrange | 1 | -1/+23 |
2016-02-02 | iscsi: Assign bs to file in iscsi_co_get_block_status | Fam Zheng | 1 | -0/+3 |
2016-02-02 | block: Add "file" output parameter to block status query functions | Fam Zheng | 1 | -2/+4 |
2016-01-20 | block: Clean up includes | Peter Maydell | 1 | -1/+1 |
2016-01-15 | iscsi: send readcapacity10 when readcapacity16 failed | Zhu Lingshan | 1 | -1/+6 |
2016-01-11 | iscsi: fix readcapacity error message | Zhu Lingshan | 1 | -1/+1 |
2015-11-12 | block: Drop BlockDriver.bdrv_ioctl | Fam Zheng | 1 | -33/+0 |
2015-11-12 | iscsi: Emulate commands in iscsi_aio_ioctl as iscsi_ioctl | Fam Zheng | 1 | -2/+38 |
2015-11-05 | iscsi: Translate scsi sense into error code | Fam Zheng | 1 | -20/+73 |
2015-10-23 | aio: Add "is_external" flag for event handlers | Fam Zheng | 1 | -5/+4 |
2015-09-07 | block/iscsi: validate block size returned from target | Peter Lieven | 1 | -0/+4 |
2015-07-02 | block/iscsi: restore compatiblity with libiscsi 1.9.0 | Peter Lieven | 1 | -5/+27 |
2015-07-02 | block/iscsi: add support for request timeouts | Peter Lieven | 1 | -22/+65 |
2015-06-23 | Fix migration in case of scsi-generic | Dimitris Aragiorgis | 1 | -4/+0 |
2015-06-23 | block: Use bdrv_is_sg() everywhere | Dimitris Aragiorgis | 1 | -1/+1 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 1 | -0/+1 |
2015-06-03 | iscsi: Remove pointless runtime check of macro value | Fam Zheng | 1 | -7/+0 |
2015-04-28 | block/iscsi: use the allocationmap also if cache.direct=on | Peter Lieven | 1 | -1/+1 |
2015-04-28 | block/iscsi: bump year in copyright notice | Peter Lieven | 1 | -1/+1 |
2015-04-28 | block/iscsi: handle SCSI_STATUS_TASK_SET_FULL | Peter Lieven | 1 | -2/+5 |
2015-04-28 | block/iscsi: increase retry count | Peter Lieven | 1 | -1/+1 |
2015-04-28 | block/iscsi: optimize WRITE10/16 if cache.writeback is not set | Peter Lieven | 1 | -3/+15 |
2015-04-28 | block/iscsi: store DPOFUA bit from the modesense command | Peter Lieven | 1 | -0/+3 |
2015-04-28 | block/iscsi: rename iscsi_write_protected and let it return void | Peter Lieven | 1 | -5/+5 |
2015-04-28 | block/iscsi: change all iscsilun properties from uint8_t to bool | Peter Lieven | 1 | -7/+7 |
2015-04-28 | block/iscsi: do not forget to logout from target | Peter Lieven | 1 | -0/+6 |
2015-04-09 | block/iscsi: handle zero events from iscsi_which_events | Peter Lieven | 1 | -6/+27 |