- 9aeaddf block: block_int: include qerror.h by Luiz Capitulino · 13 years ago
- bfe8043 qcow2: implement lazy refcounts by Stefan Hajnoczi · 13 years ago
- 2b58495 block: Geometry and translation hints are now useless, purge them by Markus Armbruster · 13 years ago
- 4534ff5 qemu-img check -r for repairing images by Kevin Wolf · 13 years ago
- eba2505 block: prevent snapshot mode $TMPDIR symlink attack by Jim Meyering · 13 years ago
- fa4478d block: wait for job callback in block_job_cancel_sync by Paolo Bonzini · 13 years ago
- 4513eaf block: add block_job_sleep_ns by Paolo Bonzini · 13 years ago
- e023b2e block: fix snapshot on QED by Paolo Bonzini · 13 years ago
- c83c66c block: add 'speed' optional parameter to block-stream by Stefan Hajnoczi · 13 years ago
- 882ec7c block: change block-job-set-speed argument from 'value' to 'speed' by Stefan Hajnoczi · 13 years ago
- 9e6636c block: use Error mechanism instead of -errno for block_job_set_speed() by Stefan Hajnoczi · 13 years ago
- fd7f8c6 block: use Error mechanism instead of -errno for block_job_create() by Stefan Hajnoczi · 13 years ago
- 6744cba qcow2: Version 3 images by Kevin Wolf · 13 years ago
- dc534f8 block: document job API by Paolo Bonzini · 13 years ago
- 3e91465 block: fix streaming/closing race by Paolo Bonzini · 13 years ago
- 85e8dab aio: move BlockDriverAIOCB to qemu-aio.h by Paolo Bonzini · 13 years ago
- 8802d1f qapi: Introduce blockdev-group-snapshot-sync command by Jeff Cody · 13 years ago
- b6a127a block: drop aio_multiwrite in BlockDriver by Paolo Bonzini · 13 years ago
- 56116a1 block: remove unused fields in BlockDriverState by Paolo Bonzini · 13 years ago
- f36f394 block: bdrv_eject(): Make eject_flag a real bool by Luiz Capitulino · 13 years ago
- f08f2dd block: add .bdrv_co_write_zeroes() interface by Stefan Hajnoczi · 13 years ago
- c8c3080 block: add support for partial streaming by Marcelo Tosatti · 13 years ago
- 4f1043b block: add image streaming block job by Stefan Hajnoczi · 13 years ago
- eeec61f block: add BlockJob interface for long-running operations by Stefan Hajnoczi · 13 years ago
- 470c050 block: make copy-on-read a per-request flag by Stefan Hajnoczi · 13 years ago
- 53fec9d block: add interface to toggle copy-on-read by Stefan Hajnoczi · 13 years ago
- dbffbdc block: add request tracking by Stefan Hajnoczi · 13 years ago
- 6aebab1 block: drop .bdrv_is_allocated() interface by Stefan Hajnoczi · 13 years ago
- 376ae3f block: add .bdrv_co_is_allocated() by Stefan Hajnoczi · 13 years ago
- 98f90db block: add I/O throttling algorithm by Zhi Yong Wu · 13 years ago
- 0563e19 block: add the blockio limits command line support by Zhi Yong Wu · 13 years ago
- 0f15423 block: allow migration to work with image files (v3) by Anthony Liguori · 13 years ago
- eb489bb block: Introduce bdrv_co_flush_to_os by Kevin Wolf · 13 years ago
- c68b89a block: Rename bdrv_co_flush to bdrv_co_flush_to_disk by Kevin Wolf · 13 years ago
- b202381 qapi: Convert query-block by Luiz Capitulino · 13 years ago
- d6bf279 block: iostatus: Drop BDRV_IOS_INVAL by Luiz Capitulino · 13 years ago
- 6db39ae block: change discard to co_discard by Paolo Bonzini · 13 years ago
- 8b94ff8 block: change flush to co_flush by Paolo Bonzini · 13 years ago
- 4265d62 block: add bdrv_co_discard and bdrv_aio_discard support by Paolo Bonzini · 13 years ago
- 07f0761 block: unify flush implementations by Paolo Bonzini · 13 years ago
- 28a7282 block: Keep track of devices' I/O status by Luiz Capitulino · 13 years ago
- d1a0739 block: Move BlockConf & friends from block_int.h to block.h by Markus Armbruster · 14 years ago
- 9e6a4c9 block: Drop BlockDriverState member removable by Markus Armbruster · 14 years ago
- 025e849 block: Rename bdrv_set_locked() to bdrv_lock_medium() by Markus Armbruster · 14 years ago
- f107639 block: Drop medium lock tracking, ask device models instead by Markus Armbruster · 14 years ago
- 22cf56c block: Drop tray status tracking, no longer used by Markus Armbruster · 14 years ago
- ba5b7ad block: Declare qemu_blockalign() in block.h, not block_int.h by Markus Armbruster · 14 years ago
- 8e49ca4 block: Leave tracking media change to device models by Markus Armbruster · 14 years ago
- 145feb1 block: Split change_cb() into change_media_cb(), resize_cb() by Markus Armbruster · 14 years ago
- 0e49de5 block: Generalize change_cb() to BlockDevOps by Markus Armbruster · 14 years ago
- fa879d6 block: Attach non-qdev devices as well by Markus Armbruster · 14 years ago
- c488c7f block: latency accounting by Christoph Hellwig · 14 years ago
- a597e79 block: explicit I/O accounting by Christoph Hellwig · 14 years ago
- e8045d6 block: include flush requests in info blockstats by Christoph Hellwig · 14 years ago
- da1fa91 block: Add bdrv_co_readv/writev by Kevin Wolf · 14 years ago
- 822e1cd block: Make BlockDriver method bdrv_eject() return void by Markus Armbruster · 14 years ago
- 7bf37fe block: Make BlockDriver method bdrv_set_locked() return void by Markus Armbruster · 14 years ago
- 4a1d5e1 block: add bdrv_get_allocated_file_size() operation by Fam Zheng · 14 years ago
- f66fd6c VMDK: create different subformats by Fam Zheng · 14 years ago
- 39aa9a1 Replaced tabs with spaces in block.h and block_int.h by Devin Nakamura · 14 years ago
- 8d27846 block: Remove type hint, it's guest matter, doesn't belong here by Markus Armbruster · 14 years ago
- db593f2 Add flag to indicate external users to block device by Marcelo Tosatti · 14 years ago
- db97ee6 block: tell drivers about an image resize by Christoph Hellwig · 14 years ago
- 75411d2 qed: Add QEMU Enhanced Disk image format by Stefan Hajnoczi · 14 years ago
- bb8bf76 block: add discard support by Christoph Hellwig · 14 years ago
- eec77d9 qemu-img: Deprecate obsolete -6 and -e options by Jes Sorensen · 14 years ago
- 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
- 205ef79 block: Allow bdrv_flush to return errors by Kevin Wolf · 14 years ago
- 51ef672 Copy snapshots out of QCOW2 disk by edison · 14 years ago
- 8b33d9e Revert "Make default invocation of block drivers safer (v3)" by Anthony Liguori · 15 years ago
- 4be9762 block: Change bdrv_eject() not to drop the image by Markus Armbruster · 15 years ago
- 336c1c1 block: Fix bdrv_has_zero_init by Kevin Wolf · 15 years ago
- 5545949 block: default to 0 minimal / optiomal I/O size by Christoph Hellwig · 15 years ago
- 79368c8 Make default invocation of block drivers safer (v3) by Anthony Liguori · 15 years ago
- 9ac228e qcow2/vdi: Change check to distinguish error cases by Kevin Wolf · 15 years ago
- 18846de block: Catch attempt to attach multiple devices to a blockdev by Markus Armbruster · 15 years ago
- f8b6cc0 qdev: Decouple qdev_prop_drive from DriveInfo by Markus Armbruster · 15 years ago
- 1e297c3 block: fix physical_block_size calculation by Christoph Hellwig · 15 years ago
- abd7f68 block: Move error actions from DriveInfo to BlockDriverState by Markus Armbruster · 15 years ago
- 294cc35 block: Add wr_highest_sector blockstat by Kevin Wolf · 15 years ago
- 66f82ce block: Open the underlying image file in generic code by Kevin Wolf · 15 years ago
- 8a22f02 block: Convert first_drv to QLIST by Stefan Hajnoczi · 15 years ago
- 1b7bdbc block: Convert bdrv_first to QTAILQ by Stefan Hajnoczi · 15 years ago
- b66460e block: Do not export bdrv_first by Stefan Hajnoczi · 15 years ago
- 8b9b0cc blkdebug: Add events and rules by Kevin Wolf · 15 years ago
- 8cfacf0 block: add logical_block_size property by Christoph Hellwig · 15 years ago
- 4dca4b6 block: more read-only changes, related to backing files by Naphtali Sprei · 15 years ago
- 428c149 block: add topology qdev properties by Christoph Hellwig · 15 years ago
- aaa0eb7 Count dirty blocks and expose an API to get dirty count by Liran Schour · 15 years ago
- 756e673 block: Add bdrv_change_backing_file by Kevin Wolf · 15 years ago
- 12c09b8 qemu-img: There is more than one host device driver by Kevin Wolf · 15 years ago
- c6d2283 block migration: Cleanup dirty tracking code by Jan Kiszka · 15 years ago
- 7cd1e32 Expose a mechanism to trace block writes by lirans@il.ibm.com · 15 years ago
- b2e12bc block: add aio_flush operation by Christoph Hellwig · 16 years ago
- e900a7b block: add enable_write_cache flag by Christoph Hellwig · 16 years ago
- 40b4f53 Add bdrv_aio_multiwrite by Kevin Wolf · 16 years ago
- a35e1c1 qcow2: Metadata preallocation by Kevin Wolf · 16 years ago
- 45566e9 replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate by Christoph Hellwig · 16 years ago
- 508c7cb block: add bdrv_probe_device method by Christoph Hellwig · 16 years ago
- c16b5a2 fully split aio_pool from BlockDriver by Christoph Hellwig · 16 years ago