Age | Commit message (Expand) | Author |
2017-02-27 | iscsi: do not use aio_context_acquire/release | Paolo Bonzini |
2017-02-21 | iscsi: Add blockdev-add support | Kevin Wolf |
2017-02-21 | iscsi: Add timeout option | Kevin Wolf |
2017-02-21 | iscsi: Add header-digest option | Kevin Wolf |
2017-02-21 | iscsi: Add initiator-name option | Kevin Wolf |
2017-02-21 | iscsi: Handle -iscsi user/password in bdrv_parse_filename() | Kevin Wolf |
2017-02-21 | iscsi: Split URL into individual options | Kevin Wolf |
2017-02-21 | block: explicitly acquire aiocontext in aio callbacks that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in callbacks that need it | Paolo Bonzini |
2017-02-21 | block: explicitly acquire aiocontext in timers that need it | Paolo Bonzini |
2017-01-27 | block/iscsi: avoid data corruption with cache=writeback | Peter Lieven |
2017-01-03 | aio: add AioPollFn and io_poll() interface | Stefan Hajnoczi |
2016-11-22 | block: Return -ENOTSUP rather than assert on unaligned discards | Eric Blake |
2016-10-24 | block/iscsi: Adding new iSER transport layer option | Roy Shterman |
2016-10-24 | block/iscsi: Introducing new zero-copy API | Roy Shterman |
2016-10-07 | block: use aio_bh_schedule_oneshot | Paolo Bonzini |
2016-09-23 | Merge remote-tracking branch 'remotes/famz/tags/various-pull-request' into st... | Peter Maydell |
2016-09-23 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-09-23 | util: Add UUID API | Fam Zheng |
2016-09-22 | iscsi: Fix divide-by-zero regression on raw SG devices | Eric Blake |
2016-09-20 | blockdev: prepare iSCSI block driver for dynamic loading | Colin Lord |
2016-07-20 | iscsi: Switch .bdrv_co_discard() to byte-based | Eric Blake |
2016-07-20 | iscsi: Rely on block layer to break up large requests | Eric Blake |
2016-07-19 | block/iscsi: allow caching of the allocation map | Peter Lieven |
2016-07-19 | block/iscsi: fix rounding in iscsi_allocationmap_set | Peter Lieven |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-07-05 | block: Use bool as appropriate for BDS members | Eric Blake |
2016-07-05 | block: Move request_alignment into BlockLimit | Eric Blake |
2016-07-05 | block: Switch discard length bounds to byte-based | Eric Blake |
2016-07-05 | block: Switch transfer length bounds to byte-based | Eric Blake |
2016-07-05 | iscsi: Set request_alignment during .bdrv_refresh_limits() | Eric Blake |
2016-07-05 | iscsi: Advertise realistic limits to block layer | Eric Blake |
2016-06-29 | iscsi: fix assertion in is_sector_request_lun_aligned | Peter Lieven |
2016-06-08 | iscsi: Convert to bdrv_co_pwrite_zeroes() | Eric Blake |
2016-06-08 | block: Track write zero limits in bytes | Eric Blake |
2016-06-08 | iscsi: Use block size as minimum zero/discard alignment | Eric Blake |
2016-05-29 | block/iscsi: avoid potential overflow of acb->task->cdb | Peter Lieven |
2016-05-23 | iscsi: pass SCSI status back for SG_IO | Vadim Rozenfeld |
2016-05-12 | block: Honor BDRV_REQ_FUA during write_zeroes | Eric Blake |
2016-05-12 | block: Make supported_write_flags a per-bds property | Eric Blake |
2016-05-12 | block: Introduce bdrv_driver_pwritev() | Kevin Wolf |
2016-03-30 | iscsi: Support BDRV_REQ_FUA | Kevin Wolf |
2016-03-30 | block: Move enable_write_cache to BB level | Kevin Wolf |
2016-02-29 | iscsi: add support for getting CHAP password via QCryptoSecret API | Daniel P. Berrange |
2016-02-02 | iscsi: Assign bs to file in iscsi_co_get_block_status | Fam Zheng |
2016-02-02 | block: Add "file" output parameter to block status query functions | Fam Zheng |
2016-01-20 | block: Clean up includes | Peter Maydell |
2016-01-15 | iscsi: send readcapacity10 when readcapacity16 failed | Zhu Lingshan |