| Commit message (Expand) | Author | Age | Files | Lines |
* | nbd-server: do not exit on failed memory allocation | Paolo Bonzini | 2016-01-15 | 1 | -0/+5 |
* | iscsi: send readcapacity10 when readcapacity16 failed | Zhu Lingshan | 2016-01-15 | 1 | -1/+6 |
* | vhdx: Fix "log that needs to be replayed" error message | Markus Armbruster | 2016-01-13 | 1 | -6/+7 |
* | vmdk: Clean up "Invalid extent lines" error message | Markus Armbruster | 2016-01-13 | 1 | -7/+13 |
* | vmdk: Clean up control flow in vmdk_parse_extents() a bit | Markus Armbruster | 2016-01-13 | 1 | -13/+15 |
* | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster | 2016-01-13 | 1 | -2/+2 |
* | error: Use error_prepend() where it makes obvious sense | Markus Armbruster | 2016-01-13 | 2 | -6/+4 |
* | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster | 2016-01-13 | 1 | -3/+2 |
* | error: Use error_report_err() where appropriate (again) | Markus Armbruster | 2016-01-13 | 1 | -2/+1 |
* | iscsi: fix readcapacity error message | Zhu Lingshan | 2016-01-11 | 1 | -1/+1 |
* | block/qapi: Clear err for further error | Fam Zheng | 2016-01-07 | 1 | -0/+1 |
* | block/mirror: replace IOV_MAX with blk_get_max_iov() | Stefan Hajnoczi | 2015-12-22 | 1 | -2/+4 |
* | block: replace IOV_MAX with BlockLimits.max_iov | Stefan Hajnoczi | 2015-12-22 | 1 | -1/+2 |
* | block-backend: add blk_get_max_iov() | Stefan Hajnoczi | 2015-12-22 | 1 | -0/+5 |
* | block: add BlockLimits.max_iov field | Stefan Hajnoczi | 2015-12-22 | 1 | -0/+7 |
* | block/qapi: allow best-effort query | John Snow | 2015-12-18 | 1 | -3/+4 |
* | block/qapi: explicitly warn if !has_full_backing_filename | John Snow | 2015-12-18 | 1 | -3/+4 |
* | block/qapi: always report full_backing_filename | John Snow | 2015-12-18 | 1 | -3/+4 |
* | block/qapi: do not redundantly print "actual path" | John Snow | 2015-12-18 | 1 | -1/+3 |
* | block: fix bdrv_ioctl called from coroutine | Paolo Bonzini | 2015-12-18 | 1 | -3/+4 |
* | block: use drained section around bdrv_snapshot_delete | Paolo Bonzini | 2015-12-18 | 1 | -9/+14 |
* | raw-posix: Make aio=native option binding | Kevin Wolf | 2015-12-18 | 1 | -12/+8 |
* | qcow2: insert assert into qcow2_get_specific_info() | Denis V. Lunev | 2015-12-18 | 1 | -0/+4 |
* | qcow2: Point to amend function in check | Max Reitz | 2015-12-18 | 1 | -0/+3 |
* | qcow2: Invoke refcount order amendment function | Max Reitz | 2015-12-18 | 1 | -9/+35 |
* | qcow2: Add function for refcount order amendment | Max Reitz | 2015-12-18 | 2 | -0/+451 |
* | qcow2: Use intermediate helper CB for amend | Max Reitz | 2015-12-18 | 1 | -1/+79 |
* | qcow2: Split upgrade/downgrade paths for amend | Max Reitz | 2015-12-18 | 1 | -15/+16 |
* | qcow2: Use abort() instead of assert(false) | Max Reitz | 2015-12-18 | 1 | -2/+2 |
* | qcow2: Use error_report() in qcow2_amend_options() | Max Reitz | 2015-12-18 | 1 | -8/+6 |
* | block: Add opaque value to the amend CB | Max Reitz | 2015-12-18 | 3 | -11/+15 |
* | blkdebug: Enable reopen | Kevin Wolf | 2015-12-18 | 1 | -0/+7 |
* | block: Pass driver-specific options to .bdrv_refresh_filename() | Kevin Wolf | 2015-12-18 | 4 | -18/+13 |
* | block: Allow references for backing files | Kevin Wolf | 2015-12-18 | 1 | -1/+1 |
* | mirror: Error out when a BDS would get two BBs | Kevin Wolf | 2015-12-18 | 1 | -0/+28 |
* | qcow2: Add .bdrv_join_options callback | Kevin Wolf | 2015-12-18 | 1 | -0/+47 |
* | qobject: Rename qtype_code to QType | Eric Blake | 2015-12-17 | 1 | -2/+2 |
* | qapi: Don't let implicit enum MAX member collide | Eric Blake | 2015-12-17 | 5 | -10/+10 |
* | blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum | Eric Blake | 2015-12-17 | 1 | -68/+11 |
* | block: Don't wait serialising for non-COR read requests | Fam Zheng | 2015-12-03 | 2 | -6/+8 |
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2015-12-02 | 2 | -3/+8 |
|\ |
|
| * | blkdebug: silence warning under qtest | Michael S. Tsirkin | 2015-12-02 | 1 | -2/+7 |
| * | qcow2: Fix potential qemu-img check crash on 32 bit hosts | Kevin Wolf | 2015-12-02 | 1 | -1/+1 |
* | | mirror: Quiesce source during "mirror_exit" | Fam Zheng | 2015-12-02 | 1 | -0/+4 |
|/ |
|
* | block/qapi: Plug memory leak on query-block error path | Markus Armbruster | 2015-11-25 | 1 | -5/+3 |
* | raw-posix.c: Make GetBSDPath() handle caching options | Programmingkid | 2015-11-25 | 1 | -6/+9 |
* | parallels: dirty BAT properly for continuous allocations | Vladimir Sementsov-Ogievskiy | 2015-11-24 | 1 | -1/+1 |
* | migration: implement bdrv_all_find_vmstate_bs helper | Denis V. Lunev | 2015-11-19 | 1 | -0/+15 |
* | snapshot: create bdrv_all_create_snapshot helper | Denis V. Lunev | 2015-11-19 | 1 | -0/+26 |
* | snapshot: create bdrv_all_find_snapshot helper | Denis V. Lunev | 2015-11-19 | 1 | -0/+20 |