| Commit message (Expand) | Author | Age | Files | Lines |
* | trace: Trace bdrv_aio_{readv,writev} | Stefan Hajnoczi | 2010-10-09 | 1 | -0/+4 |
* | trace: Trace virtio-blk, multiwrite, and paio_submit | Stefan Hajnoczi | 2010-09-09 | 1 | -0/+8 |
* | Revert "Make default invocation of block drivers safer (v3)" | Anthony Liguori | 2010-09-08 | 1 | -4/+0 |
* | block: Fix image re-open in bdrv_commit | Kevin Wolf | 2010-08-30 | 1 | -4/+9 |
* | block: Change bdrv_eject() not to drop the image | Markus Armbruster | 2010-08-03 | 1 | -3/+4 |
* | block: Fix bdrv_has_zero_init | Kevin Wolf | 2010-08-03 | 1 | -4/+2 |
* | block: Change bdrv_commit to handle multiple sectors at once | Kevin Wolf | 2010-08-03 | 1 | -18/+19 |
* | Fix -snapshot deleting images on disk change | Blue Swirl | 2010-07-26 | 1 | -0/+5 |
* | block: Use error codes from lower levels for error message | Stefan Weil | 2010-07-26 | 1 | -8/+19 |
* | Make default invocation of block drivers safer (v3) | Anthony Liguori | 2010-07-15 | 1 | -0/+4 |
* | qcow2/vdi: Change check to distinguish error cases | Kevin Wolf | 2010-07-06 | 1 | -2/+1 |
* | qemu-img check: Distinguish different kinds of errors | Kevin Wolf | 2010-07-06 | 1 | -3/+7 |
* | block: Handle multiwrite errors only when all requests have completed | Kevin Wolf | 2010-07-02 | 1 | -4/+1 |
* | block: Fix early failure in multiwrite | Kevin Wolf | 2010-07-02 | 1 | -6/+29 |
* | block: Fix virtual media change for if=none | Markus Armbruster | 2010-07-02 | 1 | -0/+8 |
* | block: Clean up bdrv_snapshots() | Markus Armbruster | 2010-07-02 | 1 | -5/+4 |
* | savevm: Survive hot-unplug of snapshot device | Markus Armbruster | 2010-07-02 | 1 | -0/+26 |
* | block: Catch attempt to attach multiple devices to a blockdev | Markus Armbruster | 2010-07-02 | 1 | -0/+22 |
* | Don't reset bs->is_temporary in bdrv_open_common | Ryan Harper | 2010-07-02 | 1 | -1/+0 |
* | block: allow filenames with colons again for host devices | Christoph Hellwig | 2010-07-02 | 1 | -11/+18 |
* | block: Add bdrv_(p)write_sync | Kevin Wolf | 2010-06-22 | 1 | -0/+37 |
* | block: fix a warning and possible truncation | Blue Swirl | 2010-06-15 | 1 | -1/+2 |
* | block: New bdrv_next() | Markus Armbruster | 2010-06-15 | 1 | -0/+8 |
* | block: Decouple block device "commit all" from DriveInfo | Markus Armbruster | 2010-06-15 | 1 | -0/+9 |
* | block: Move error actions from DriveInfo to BlockDriverState | Markus Armbruster | 2010-06-15 | 1 | -0/+12 |
* | savevm: Really verify if a drive supports snapshots | Miguel Di Ciurcio Filho | 2010-06-15 | 1 | -0/+17 |
* | block: call the snapshot handlers of the protocol drivers | MORITA Kazutaka | 2010-06-04 | 1 | -18/+43 |
* | close all the block drivers before the qemu process exits | MORITA Kazutaka | 2010-06-04 | 1 | -0/+9 |
* | block: Assume raw for drives without media | Kevin Wolf | 2010-06-04 | 1 | -2/+2 |
* | Cleanup: Be consistent and use BDRV_SECTOR_SIZE instead of 512 | Jes Sorensen | 2010-06-04 | 1 | -6/+7 |
* | Cleanup: bdrv_open() no need to shift total_size just to shift back. | Jes Sorensen | 2010-06-04 | 1 | -2/+2 |
* | Merge remote branch 'kwolf/for-anthony' into staging | Anthony Liguori | 2010-06-03 | 1 | -6/+7 |
|\ |
|
| * | block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format() | Nicholas A. Bellinger | 2010-05-28 | 1 | -1/+3 |
| * | add support for protocol driver create_options | MORITA Kazutaka | 2010-05-28 | 1 | -4/+3 |
| * | block: Fix multiwrite with overlapping requests | Kevin Wolf | 2010-05-28 | 1 | -1/+1 |
* | | Monitor: Drop QMP documentation from code | Luiz Capitulino | 2010-06-01 | 1 | -69/+0 |
|/ |
|
* | Add cache=unsafe parameter to -drive | Alexander Graf | 2010-05-26 | 1 | -0/+29 |
* | block: Add SG_IO device check in refresh_total_sectors() | Nicholas Bellinger | 2010-05-21 | 1 | -0/+4 |
* | block: Make find_image_format() return 'raw' BlockDriver for SG_IO devices | Nicholas Bellinger | 2010-05-21 | 1 | -0/+5 |
* | block: fix sector comparism in multiwrite_req_compare | Christoph Hellwig | 2010-05-21 | 1 | -1/+13 |
* | block: Remove special case for vvfat | Kevin Wolf | 2010-05-17 | 1 | -5/+0 |
* | Fix docs for block stats monitor command | Daniel P. Berrange | 2010-05-17 | 1 | -12/+11 |
* | use qemu_free() instead of free() | Bruce Rogers | 2010-05-17 | 1 | -1/+1 |
* | block: Fix bdrv_commit | Kevin Wolf | 2010-05-17 | 1 | -3/+3 |
* | block: Fix protocol detection for Windows devices | Kevin Wolf | 2010-05-17 | 1 | -4/+6 |
* | block: Avoid unchecked casts for AIOCBs | Kevin Wolf | 2010-05-17 | 1 | -1/+2 |
* | block: Release allocated options after bdrv_open | Jan Kiszka | 2010-05-03 | 1 | -0/+1 |
* | block: Add wr_highest_sector blockstat | Kevin Wolf | 2010-05-03 | 1 | -15/+58 |
* | block: Cache total_sectors to reduce bdrv_getlength calls | Stefan Hajnoczi | 2010-05-03 | 1 | -5/+38 |
* | block: Set backing_hd to NULL after deleting it | Stefan Hajnoczi | 2010-05-03 | 1 | -1/+3 |