Age | Commit message (Expand) | Author |
2011-09-06 | block: Declare qemu_blockalign() in block.h, not block_int.h | Markus Armbruster |
2011-09-06 | block: Split change_cb() into change_media_cb(), resize_cb() | Markus Armbruster |
2011-09-06 | block: Generalize change_cb() to BlockDevOps | Markus Armbruster |
2011-09-06 | block: Attach non-qdev devices as well | Markus Armbruster |
2011-08-26 | block: latency accounting | Christoph Hellwig |
2011-08-25 | block: explicit I/O accounting | Christoph Hellwig |
2011-08-23 | block: parse cache mode flags in a single place | Stefan Hajnoczi |
2011-08-02 | block: Add bdrv_co_readv/writev | Kevin Wolf |
2011-08-01 | block: Removed unused function bdrv_write_sync | Frediano Ziglio |
2011-07-19 | block: add bdrv_get_allocated_file_size() operation | Fam Zheng |
2011-06-15 | Replaced tabs with spaces in block.h and block_int.h | Devin Nakamura |
2011-05-19 | block: Remove type hint, it's guest matter, doesn't belong here | Markus Armbruster |
2011-04-07 | Do not delete BlockDriverState when deleting the drive | Ryan Harper |
2011-02-20 | fdc: move floppy geometry guessing to block.c | Blue Swirl |
2011-02-07 | Add flag to indicate external users to block device | Marcelo Tosatti |
2011-01-31 | block: tell drivers about an image resize | Christoph Hellwig |
2010-12-17 | block: add discard support | Christoph Hellwig |
2010-12-17 | qemu-img.c: Re-factor img_create() | Jes Sorensen |
2010-11-04 | block: Allow bdrv_flush to return errors | Kevin Wolf |
2010-10-22 | Copy snapshots out of QCOW2 disk | edison |
2010-09-08 | block: Fix BDRV_O_CACHE_MASK | Kevin Wolf |
2010-07-26 | Fix -snapshot deleting images on disk change | Blue Swirl |
2010-07-06 | qemu-img check: Distinguish different kinds of errors | Kevin Wolf |
2010-07-02 | block: Fix virtual media change for if=none | Markus Armbruster |
2010-07-02 | savevm: Survive hot-unplug of snapshot device | Markus Armbruster |
2010-07-02 | block: Catch attempt to attach multiple devices to a blockdev | Markus Armbruster |
2010-06-22 | block: Add bdrv_(p)write_sync | Kevin Wolf |
2010-06-15 | block: New bdrv_next() | Markus Armbruster |
2010-06-15 | block: Decouple block device "commit all" from DriveInfo | Markus Armbruster |
2010-06-15 | block: Move error actions from DriveInfo to BlockDriverState | Markus Armbruster |
2010-06-15 | savevm: Really verify if a drive supports snapshots | Miguel Di Ciurcio Filho |
2010-06-04 | close all the block drivers before the qemu process exits | MORITA Kazutaka |
2010-05-28 | block.h: Make BDRV_SECTOR_SIZE 64 bit safe | Jes Sorensen |
2010-05-28 | add support for protocol driver create_options | MORITA Kazutaka |
2010-05-26 | Add cache=unsafe parameter to -drive | Alexander Graf |
2010-05-17 | block: Remove semicolon in BDRV_SECTOR_MASK macro | Stefan Hajnoczi |
2010-05-03 | block: bdrv_has_zero_init | Kevin Wolf |
2010-05-03 | block: separate raw images from the file protocol | Christoph Hellwig |
2010-04-23 | block.h: bdrv_create2 doesn't exist any more | Kevin Wolf |
2010-04-23 | block: get rid of the BDRV_O_FILE flag | Christoph Hellwig |
2010-04-23 | Replace calls of old bdrv_open | Kevin Wolf |
2010-04-23 | qcow2: Trigger blkdebug events | Kevin Wolf |
2010-04-23 | blkdebug: Add events and rules | Kevin Wolf |
2010-02-10 | block: BLOCK_IO_ERROR QMP event | Luiz Capitulino |
2010-02-09 | Count dirty blocks and expose an API to get dirty count | Liran Schour |
2010-01-26 | block: kill BDRV_O_CREAT | Christoph Hellwig |
2010-01-26 | No need anymoe for bdrv_set_read_only | Naphtali Sprei |
2010-01-20 | Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone... | Naphtali Sprei |
2010-01-13 | block: Add bdrv_change_backing_file | Kevin Wolf |
2010-01-13 | block: Introduce BDRV_O_NO_BACKING | Kevin Wolf |