summaryrefslogtreecommitdiff
path: root/block/iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-22iscsi: Fix divide-by-zero regression on raw SG devicesEric Blake1-5/+8
2016-09-20blockdev: prepare iSCSI block driver for dynamic loadingColin Lord1-36/+0
2016-07-20iscsi: Switch .bdrv_co_discard() to byte-basedEric Blake1-10/+8
2016-07-20iscsi: Rely on block layer to break up large requestsEric Blake1-10/+4
2016-07-19block/iscsi: allow caching of the allocation mapPeter Lieven1-58/+192
2016-07-19block/iscsi: fix rounding in iscsi_allocationmap_setPeter Lieven1-3/+5
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini1-2/+2
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+0
2016-07-05block: Use bool as appropriate for BDS membersEric Blake1-1/+1
2016-07-05block: Move request_alignment into BlockLimitEric Blake1-1/+1
2016-07-05block: Switch discard length bounds to byte-basedEric Blake1-13/+6
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake1-8/+15
2016-07-05iscsi: Set request_alignment during .bdrv_refresh_limits()Eric Blake1-1/+2
2016-07-05iscsi: Advertise realistic limits to block layerEric Blake1-1/+3
2016-06-29iscsi: fix assertion in is_sector_request_lun_alignedPeter Lieven1-2/+3
2016-06-08iscsi: Convert to bdrv_co_pwrite_zeroes()Eric Blake1-24/+34
2016-06-08block: Track write zero limits in bytesEric Blake1-7/+6
2016-06-08iscsi: Use block size as minimum zero/discard alignmentEric Blake1-0/+5
2016-05-29block/iscsi: avoid potential overflow of acb->task->cdbPeter Lieven1-0/+7
2016-05-23iscsi: pass SCSI status back for SG_IOVadim Rozenfeld1-0/+1
2016-05-12block: Honor BDRV_REQ_FUA during write_zeroesEric Blake1-0/+1
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake1-3/+7
2016-05-12block: Introduce bdrv_driver_pwritev()Kevin Wolf1-8/+0
2016-03-30iscsi: Support BDRV_REQ_FUAKevin Wolf1-16/+14
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf1-1/+1
2016-02-29iscsi: add support for getting CHAP password via QCryptoSecret APIDaniel P. Berrange1-1/+23
2016-02-02iscsi: Assign bs to file in iscsi_co_get_block_statusFam Zheng1-0/+3
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng1-2/+4
2016-01-20block: Clean up includesPeter Maydell1-1/+1
2016-01-15iscsi: send readcapacity10 when readcapacity16 failedZhu Lingshan1-1/+6
2016-01-11iscsi: fix readcapacity error messageZhu Lingshan1-1/+1
2015-11-12block: Drop BlockDriver.bdrv_ioctlFam Zheng1-33/+0
2015-11-12iscsi: Emulate commands in iscsi_aio_ioctl as iscsi_ioctlFam Zheng1-2/+38
2015-11-05iscsi: Translate scsi sense into error codeFam Zheng1-20/+73
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng1-5/+4
2015-09-07block/iscsi: validate block size returned from targetPeter Lieven1-0/+4
2015-07-02block/iscsi: restore compatiblity with libiscsi 1.9.0Peter Lieven1-5/+27
2015-07-02block/iscsi: add support for request timeoutsPeter Lieven1-22/+65
2015-06-23Fix migration in case of scsi-genericDimitris Aragiorgis1-4/+0
2015-06-23block: Use bdrv_is_sg() everywhereDimitris Aragiorgis1-1/+1
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-03iscsi: Remove pointless runtime check of macro valueFam Zheng1-7/+0
2015-04-28block/iscsi: use the allocationmap also if cache.direct=onPeter Lieven1-1/+1
2015-04-28block/iscsi: bump year in copyright noticePeter Lieven1-1/+1
2015-04-28block/iscsi: handle SCSI_STATUS_TASK_SET_FULLPeter Lieven1-2/+5
2015-04-28block/iscsi: increase retry countPeter Lieven1-1/+1
2015-04-28block/iscsi: optimize WRITE10/16 if cache.writeback is not setPeter Lieven1-3/+15
2015-04-28block/iscsi: store DPOFUA bit from the modesense commandPeter Lieven1-0/+3
2015-04-28block/iscsi: rename iscsi_write_protected and let it return voidPeter Lieven1-5/+5
2015-04-28block/iscsi: change all iscsilun properties from uint8_t to boolPeter Lieven1-7/+7