summaryrefslogtreecommitdiff
path: root/block/iscsi.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-28block/iscsi: do not forget to logout from targetPeter Lieven1-0/+6
2015-04-09block/iscsi: handle zero events from iscsi_which_eventsPeter Lieven1-6/+27
2015-03-10iscsi: Fix check for usernameStefan Weil1-1/+1
2015-02-27iscsi: Handle write protected case in reopenFam Zheng1-9/+11
2015-01-03block/iscsi: fix uninitialized variablePeter Wu1-1/+1
2014-11-03Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-12/+37
2014-11-03block/iscsi: check for oversized requestsPeter Lieven1-0/+12
2014-11-03block/iscsi: use sector_limits_lun2qemu throughout iscsi_refresh_limitsPeter Lieven1-10/+10
2014-11-03block/iscsi: set max_transfer_lengthPeter Lieven1-2/+15
2014-10-31iscsi: Refuse to open as writable if the LUN is write protectedFam Zheng1-0/+42
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-1/+1
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-3/+3
2014-10-20block: Split bdrv_new_root() off bdrv_new()Markus Armbruster1-1/+1
2014-09-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-7/+12
2014-09-30block/iscsi: handle failure on malloc of the allocationmapPeter Lieven1-7/+12
2014-09-26trace-events: drop orphan iscsi trace eventsStefan Hajnoczi1-1/+0