Age | Commit message (Expand) | Author |
2020-07-10 | iscsi: return -EIO when sense fields are meaningless | Xie Yongji |
2020-07-10 | iscsi: handle check condition status in retry loop | Xie Yongji |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster |
2020-07-10 | qemu-option: Use returned bool to check for failure | Markus Armbruster |
2020-07-06 | block/iscsi: drop unallocated_blocks_are_zero | Vladimir Sementsov-Ogievskiy |
2020-05-04 | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky |
2020-04-30 | block: Add flags to BlockDriver.bdrv_co_truncate() | Kevin Wolf |
2020-04-20 | block/iscsi:fix heap-buffer-overflow in iscsi_aio_ioctl_cb | Chen Qun |
2020-03-27 | block/iscsi:use the flags in iscsi_open() prevent Clang warning | Chen Qun |
2020-03-26 | block: trickle down the fallback image creation function use to the block dri... | Maxim Levitsky |
2020-02-20 | iscsi: Drop iscsi_co_create_opts() | Max Reitz |
2020-01-27 | iscsi: Don't access non-existent scsi_lba_status_descriptor | Kevin Wolf |
2020-01-27 | iscsi: Cap block count from GET LBA STATUS (CVE-2020-1711) | Felipe Franciosi |
2019-10-28 | block: Evaluate @exact in protocol drivers | Max Reitz |
2019-10-28 | block: Add @exact parameter to bdrv_co_truncate() | Max Reitz |
2019-10-14 | replay: add BH oneshot event for block layer | Pavel Dovgalyuk |
2019-07-15 | iscsi: base all handling of check condition on scsi_sense_to_errno | Paolo Bonzini |
2019-07-15 | iscsi: fix busy/timeout/task set full | Paolo Bonzini |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-03-11 | block/iscsi: Restrict Linux-specific code | Philippe Mathieu-Daudé |
2019-02-25 | block: Add strong_runtime_opts to BlockDriver | Max Reitz |
2019-01-22 | block: Work-around a bug in libiscsi 1.9.0 when used in gnu99 mode | Thomas Huth |
2019-01-11 | block/iscsi: cancel libiscsi task when ABORT TASK TMF completes | Stefan Hajnoczi |
2019-01-11 | block/iscsi: fix ioctl cancel use-after-free | Stefan Hajnoczi |
2019-01-11 | block/iscsi: take iscsilun->mutex in iscsi_timed_check_events() | Stefan Hajnoczi |
2019-01-11 | block/iscsi: drop unused IscsiAIOCB->buf field | Stefan Hajnoczi |
2018-11-05 | iscsi: Support auto-read-only option | Kevin Wolf |
2018-10-19 | block: Use warn_report() & friends to report warnings | Markus Armbruster |
2018-07-10 | block: Add copy offloading trace points | Fam Zheng |
2018-07-10 | block: split flags in copy_range | Vladimir Sementsov-Ogievskiy |
2018-07-02 | iscsi: Avoid potential for get_status overflow | Eric Blake |
2018-06-29 | iscsi: Don't blindly use designator length in response for memcpy | Fam Zheng |
2018-06-29 | block: Convert .bdrv_truncate callback to coroutine_fn | Kevin Wolf |
2018-06-15 | block: Add block-specific QDict header | Max Reitz |
2018-06-15 | iscsi: Drop deprecated -drive parameter "filename" | Markus Armbruster |
2018-06-01 | iscsi: Implement copy offloading | Fam Zheng |
2018-06-01 | iscsi: Create and use iscsi_co_wait_for_task | Fam Zheng |
2018-06-01 | iscsi: Query and save device designator when opening | Fam Zheng |
2018-05-15 | block: Merge .bdrv_co_writev{,_flags} in drivers | Eric Blake |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
2018-03-19 | iscsi: fix iSER compilation | Paolo Bonzini |
2018-03-09 | block: convert bdrv_invalidate_cache callback to coroutine_fn | Paolo Bonzini |
2018-03-06 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster |
2018-03-02 | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi |
2018-03-02 | iscsi: Switch to .bdrv_co_block_status() | Eric Blake |
2018-03-02 | iscsi: Switch iscsi_allocmap_update() to byte-based | Eric Blake |
2018-03-02 | iscsi: Switch cluster_sectors to byte-based | Eric Blake |
2018-02-09 | block: Simplify bdrv_can_write_zeroes_with_unmap() | Eric Blake |