aboutsummaryrefslogtreecommitdiff
path: root/block/iscsi.c
AgeCommit message (Expand)Author
2016-07-20iscsi: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20iscsi: Rely on block layer to break up large requestsEric Blake
2016-07-19block/iscsi: allow caching of the allocation mapPeter Lieven
2016-07-19block/iscsi: fix rounding in iscsi_allocationmap_setPeter Lieven
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-05block: Use bool as appropriate for BDS membersEric Blake
2016-07-05block: Move request_alignment into BlockLimitEric Blake
2016-07-05block: Switch discard length bounds to byte-basedEric Blake
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake
2016-07-05iscsi: Set request_alignment during .bdrv_refresh_limits()Eric Blake
2016-07-05iscsi: Advertise realistic limits to block layerEric Blake
2016-06-29iscsi: fix assertion in is_sector_request_lun_alignedPeter Lieven
2016-06-08iscsi: Convert to bdrv_co_pwrite_zeroes()Eric Blake
2016-06-08block: Track write zero limits in bytesEric Blake
2016-06-08iscsi: Use block size as minimum zero/discard alignmentEric Blake
2016-05-29block/iscsi: avoid potential overflow of acb->task->cdbPeter Lieven
2016-05-23iscsi: pass SCSI status back for SG_IOVadim Rozenfeld
2016-05-12block: Honor BDRV_REQ_FUA during write_zeroesEric Blake
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake
2016-05-12block: Introduce bdrv_driver_pwritev()Kevin Wolf
2016-03-30iscsi: Support BDRV_REQ_FUAKevin Wolf
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf
2016-02-29iscsi: add support for getting CHAP password via QCryptoSecret APIDaniel P. Berrange
2016-02-02iscsi: Assign bs to file in iscsi_co_get_block_statusFam Zheng
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-01-20block: Clean up includesPeter Maydell
2016-01-15iscsi: send readcapacity10 when readcapacity16 failedZhu Lingshan
2016-01-11iscsi: fix readcapacity error messageZhu Lingshan
2015-11-12block: Drop BlockDriver.bdrv_ioctlFam Zheng
2015-11-12iscsi: Emulate commands in iscsi_aio_ioctl as iscsi_ioctlFam Zheng
2015-11-05iscsi: Translate scsi sense into error codeFam Zheng
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng
2015-09-07block/iscsi: validate block size returned from targetPeter Lieven
2015-07-02block/iscsi: restore compatiblity with libiscsi 1.9.0Peter Lieven
2015-07-02block/iscsi: add support for request timeoutsPeter Lieven
2015-06-23Fix migration in case of scsi-genericDimitris Aragiorgis
2015-06-23block: Use bdrv_is_sg() everywhereDimitris Aragiorgis
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-03iscsi: Remove pointless runtime check of macro valueFam Zheng
2015-04-28block/iscsi: use the allocationmap also if cache.direct=onPeter Lieven
2015-04-28block/iscsi: bump year in copyright noticePeter Lieven
2015-04-28block/iscsi: handle SCSI_STATUS_TASK_SET_FULLPeter Lieven
2015-04-28block/iscsi: increase retry countPeter Lieven
2015-04-28block/iscsi: optimize WRITE10/16 if cache.writeback is not setPeter Lieven
2015-04-28block/iscsi: store DPOFUA bit from the modesense commandPeter Lieven
2015-04-28block/iscsi: rename iscsi_write_protected and let it return voidPeter Lieven
2015-04-28block/iscsi: change all iscsilun properties from uint8_t to boolPeter Lieven
2015-04-28block/iscsi: do not forget to logout from targetPeter Lieven
2015-04-09block/iscsi: handle zero events from iscsi_which_eventsPeter Lieven