Age | Commit message (Expand) | Author |
2016-02-02 | block: Use returned *file in bdrv_co_get_block_status | Fam Zheng |
2016-02-02 | vmdk: Return extent's file in bdrv_get_block_status | Fam Zheng |
2016-02-02 | vmdk: Fix calculation of block status's offset | Fam Zheng |
2016-02-02 | vpc: Assign bs->file->bs to file in vpc_co_get_block_status | Fam Zheng |
2016-02-02 | vdi: Assign bs->file->bs to file in vdi_co_get_block_status | Fam Zheng |
2016-02-02 | sheepdog: Assign bs to file in sd_co_get_block_status | Fam Zheng |
2016-02-02 | qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status | Fam Zheng |
2016-02-02 | parallels: Assign bs->file->bs to file in parallels_co_get_block_status | Fam Zheng |
2016-02-02 | iscsi: Assign bs to file in iscsi_co_get_block_status | Fam Zheng |
2016-02-02 | raw: Assign bs to file in raw_co_get_block_status | Fam Zheng |
2016-02-02 | qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status | Fam Zheng |
2016-02-02 | qcow: Assign bs->file->bs to file in qcow_co_get_block_status | Fam Zheng |
2016-02-02 | block: Add "file" output parameter to block status query functions | Fam Zheng |
2016-02-02 | block: acquire in bdrv_query_image_info | Paolo Bonzini |
2016-02-02 | block: Add blk_remove_all_bs() | Max Reitz |
2016-02-02 | block: Use blk_remove_bs() in blk_delete() | Max Reitz |
2016-02-02 | block: Remove BDS close notifier | Max Reitz |
2016-02-02 | block: Add BB-BDS remove/insert notifiers | Max Reitz |
2016-02-02 | vmdk: Fix converting to streamOptimized | Fam Zheng |
2016-02-02 | block/qapi: Emit tray_open only if there is a tray | Max Reitz |
2016-02-02 | block: Add blk_dev_has_tray() | Max Reitz |
2016-01-20 | vmdk: Create streamOptimized as version 3 | Fam Zheng |
2016-01-20 | qcow2: Make image inaccessible after failed qcow2_invalidate_cache() | Kevin Wolf |
2016-01-20 | qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache() | Kevin Wolf |
2016-01-20 | qcow2: Implement .bdrv_inactivate | Kevin Wolf |
2016-01-20 | block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE | Kevin Wolf |
2016-01-20 | block: Assert no write requests under BDRV_O_INCOMING | Kevin Wolf |
2016-01-20 | qcow2: Write full header on image creation | Kevin Wolf |
2016-01-20 | qcow2: Write feature table only for v3 images | Kevin Wolf |
2016-01-20 | block: Clean up includes | Peter Maydell |
2016-01-19 | block/raw-posix: avoid bogus fixup for cylinders on DASD disks | Christian Borntraeger |
2016-01-15 | nbd-server: do not exit on failed memory allocation | Paolo Bonzini |
2016-01-15 | iscsi: send readcapacity10 when readcapacity16 failed | Zhu Lingshan |
2016-01-13 | vhdx: Fix "log that needs to be replayed" error message | Markus Armbruster |
2016-01-13 | vmdk: Clean up "Invalid extent lines" error message | Markus Armbruster |
2016-01-13 | vmdk: Clean up control flow in vmdk_parse_extents() a bit | Markus Armbruster |
2016-01-13 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster |
2016-01-13 | error: Use error_prepend() where it makes obvious sense | Markus Armbruster |
2016-01-13 | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster |
2016-01-13 | error: Use error_report_err() where appropriate (again) | Markus Armbruster |
2016-01-11 | iscsi: fix readcapacity error message | Zhu Lingshan |
2016-01-07 | block/qapi: Clear err for further error | Fam Zheng |
2015-12-22 | block/mirror: replace IOV_MAX with blk_get_max_iov() | Stefan Hajnoczi |
2015-12-22 | block: replace IOV_MAX with BlockLimits.max_iov | Stefan Hajnoczi |
2015-12-22 | block-backend: add blk_get_max_iov() | Stefan Hajnoczi |
2015-12-22 | block: add BlockLimits.max_iov field | Stefan Hajnoczi |
2015-12-18 | block/qapi: allow best-effort query | John Snow |
2015-12-18 | block/qapi: explicitly warn if !has_full_backing_filename | John Snow |
2015-12-18 | block/qapi: always report full_backing_filename | John Snow |
2015-12-18 | block/qapi: do not redundantly print "actual path" | John Snow |