Age | Commit message (Expand) | Author | Files | Lines |
2018-05-15 | block: Merge .bdrv_co_writev{,_flags} in drivers | Eric Blake | 1 | -4/+4 |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 1 | -1/+1 |
2018-03-19 | iscsi: fix iSER compilation | Paolo Bonzini | 1 | -1/+1 |
2018-03-09 | block: convert bdrv_invalidate_cache callback to coroutine_fn | Paolo Bonzini | 1 | -3/+3 |
2018-03-06 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -77/+87 |
2018-03-02 | qapi: Empty out qapi-schema.json | Markus Armbruster | 1 | -1/+1 |
2018-03-02 | block: rename .bdrv_create() to .bdrv_co_create_opts() | Stefan Hajnoczi | 1 | -3/+4 |
2018-03-02 | iscsi: Switch to .bdrv_co_block_status() | Eric Blake | 1 | -36/+33 |
2018-03-02 | iscsi: Switch iscsi_allocmap_update() to byte-based | Eric Blake | 1 | -46/+44 |
2018-03-02 | iscsi: Switch cluster_sectors to byte-based | Eric Blake | 1 | -21/+35 |
2018-02-09 | block: Simplify bdrv_can_write_zeroes_with_unmap() | Eric Blake | 1 | -2/+4 |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster | 1 | -1/+1 |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-01-16 | block/iscsi: fix initialization of iTask in iscsi_co_get_block_status | Peter Lieven | 1 | -1/+2 |
2017-12-21 | block/iscsi: only report an iSCSI Failure if we don't handle it gracefully | Peter Lieven | 1 | -11/+32 |
2017-12-21 | block/iscsi: dont leave allocmap in an invalid state on UNMAP failure | Peter Lieven | 1 | -4/+4 |
2017-09-19 | scsi: move block/scsi.h to include/scsi/constants.h | Paolo Bonzini | 1 | -1/+1 |
2017-09-19 | scsi: move non-emulation specific code to scsi/ | Paolo Bonzini | 1 | -1/+5 |
2017-09-19 | scsi: Refactor scsi sense interpreting code | Fam Zheng | 1 | -41/+4 |
2017-09-04 | qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) | Markus Armbruster | 1 | -1/+1 |
2017-07-14 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into... | Peter Maydell | 1 | -3/+3 |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis | 1 | -3/+3 |
2017-07-11 | block: Add PreallocMode to BD.bdrv_truncate() | Max Reitz | 1 | -1/+8 |
2017-06-26 | block: change variable names in BlockDriverState | Manos Pitsidianakis | 1 | -10/+10 |
2017-06-14 | block/iscsi: enable filename option and parsing | Jeff Cody | 1 | -1/+21 |
2017-04-28 | block: Add .bdrv_truncate() error messages | Max Reitz | 1 | -0/+2 |
2017-04-28 | block: Add errp to BD.bdrv_truncate() | Max Reitz | 1 | -2/+2 |
2017-04-11 | iscsi: Fix iscsi_create | Fam Zheng | 1 | -2/+8 |
2017-04-02 | iscsi: drop unused IscsiAIOCB.qiov field | Stefan Hajnoczi | 1 | -1/+0 |
2017-03-03 | iscsi: fix missing unlock | Paolo Bonzini | 1 | -0/+4 |
2017-02-27 | iscsi: do not use aio_context_acquire/release | Paolo Bonzini | 1 | -19/+64 |
2017-02-21 | iscsi: Add blockdev-add support | Kevin Wolf | 1 | -5/+9 |
2017-02-21 | iscsi: Add timeout option | Kevin Wolf | 1 | -26/+11 |
2017-02-21 | iscsi: Add header-digest option | Kevin Wolf | 1 | -24/+15 |
2017-02-21 | iscsi: Add initiator-name option | Kevin Wolf | 1 | -17/+15 |
2017-02-21 | iscsi: Handle -iscsi user/password in bdrv_parse_filename() | Kevin Wolf | 1 | -34/+44 |
2017-02-21 | iscsi: Split URL into individual options | Kevin Wolf | 1 | -53/+140 |
2017-02-21 | block: explicitly acquire aiocontext in aio callbacks that need it | Paolo Bonzini | 1 | -3/+0 |
2017-02-21 | block: explicitly acquire aiocontext in bottom halves that need it | Paolo Bonzini | 1 | -1/+5 |
2017-02-21 | block: explicitly acquire aiocontext in callbacks that need it | Paolo Bonzini | 1 | -0/+4 |
2017-02-21 | block: explicitly acquire aiocontext in timers that need it | Paolo Bonzini | 1 | -2/+6 |
2017-01-27 | block/iscsi: avoid data corruption with cache=writeback | Peter Lieven | 1 | -2/+6 |
2017-01-03 | aio: add AioPollFn and io_poll() interface | Stefan Hajnoczi | 1 | -1/+2 |
2016-11-22 | block: Return -ENOTSUP rather than assert on unaligned discards | Eric Blake | 1 | -1/+3 |
2016-10-24 | block/iscsi: Adding new iSER transport layer option | Roy Shterman | 1 | -1/+46 |
2016-10-24 | block/iscsi: Introducing new zero-copy API | Roy Shterman | 1 | -2/+40 |
2016-10-07 | block: use aio_bh_schedule_oneshot | Paolo Bonzini | 1 | -5/+2 |
2016-09-23 | Merge remote-tracking branch 'remotes/famz/tags/various-pull-request' into st... | Peter Maydell | 1 | -1/+1 |
2016-09-23 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -5/+8 |