Age | Commit message (Expand) | Author |
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 | Revert "Make default invocation of block drivers safer (v3)" | Anthony Liguori |
2010-08-03 | block: Change bdrv_eject() not to drop the image | Markus Armbruster |
2010-08-03 | block: Fix bdrv_has_zero_init | Kevin Wolf |
2010-07-26 | block: default to 0 minimal / optiomal I/O size | Christoph Hellwig |
2010-07-15 | Make default invocation of block drivers safer (v3) | Anthony Liguori |
2010-07-06 | qcow2/vdi: Change check to distinguish error cases | Kevin Wolf |
2010-07-02 | block: Catch attempt to attach multiple devices to a blockdev | Markus Armbruster |
2010-07-02 | qdev: Decouple qdev_prop_drive from DriveInfo | Markus Armbruster |
2010-06-22 | block: fix physical_block_size calculation | Christoph Hellwig |
2010-06-15 | block: Move error actions from DriveInfo to BlockDriverState | Markus Armbruster |
2010-05-03 | block: Add wr_highest_sector blockstat | Kevin Wolf |
2010-05-03 | block: Open the underlying image file in generic code | Kevin Wolf |
2010-04-23 | block: Convert first_drv to QLIST | Stefan Hajnoczi |
2010-04-23 | block: Convert bdrv_first to QTAILQ | Stefan Hajnoczi |
2010-04-23 | block: Do not export bdrv_first | Stefan Hajnoczi |
2010-04-23 | blkdebug: Add events and rules | Kevin Wolf |
2010-03-17 | block: add logical_block_size property | Christoph Hellwig |
2010-02-19 | block: more read-only changes, related to backing files | Naphtali Sprei |
2010-02-10 | block: add topology qdev properties | Christoph Hellwig |
2010-02-09 | Count dirty blocks and expose an API to get dirty count | Liran Schour |
2010-01-13 | block: Add bdrv_change_backing_file | Kevin Wolf |
2009-12-03 | qemu-img: There is more than one host device driver | Kevin Wolf |
2009-12-03 | block migration: Cleanup dirty tracking code | Jan Kiszka |
2009-11-17 | Expose a mechanism to trace block writes | lirans@il.ibm.com |
2009-09-11 | block: add aio_flush operation | Christoph Hellwig |
2009-09-11 | block: add enable_write_cache flag | Christoph Hellwig |
2009-09-11 | Add bdrv_aio_multiwrite | Kevin Wolf |
2009-08-27 | qcow2: Metadata preallocation | Kevin Wolf |
2009-07-16 | replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate | Christoph Hellwig |
2009-06-15 | block: add bdrv_probe_device method | Christoph Hellwig |
2009-05-27 | fully split aio_pool from BlockDriver | Christoph Hellwig |
2009-05-22 | qcow2: Allow different cluster sizes | Kevin Wolf |
2009-05-22 | Convert all block drivers to new bdrv_create | Kevin Wolf |
2009-04-22 | implement qemu_blockalign (Stefano Stabellini) | aliguori |
2009-04-21 | Introduce bdrv_check (Kevin Wolf) | aliguori |
2009-04-07 | push down vector linearization to posix-aio-compat.c (Christoph Hellwig) | aliguori |
2009-04-05 | Fix savevm after BDRV_FILE size enforcement | aliguori |
2009-03-28 | block: support known backing format for image create and open (Uri Lublin) | aliguori |
2009-03-28 | new scsi-generic abstraction, use SG_IO (Christoph Hellwig) | aliguori |
2009-03-20 | Refactor aio callback allocation to use an aiocb pool (Avi Kivity) | aliguori |
2009-03-12 | Drop internal bdrv_pread()/bdrv_pwrite() APIs (Avi Kivity) | aliguori |
2009-03-12 | Add internal scsi generic block API (Avi Kivity) | aliguori |
2009-03-05 | monitor: Rework early disk password inquiry (Jan Kiszka) | aliguori |
2009-03-03 | Fix CVE-2008-0928 - insufficient block device address range checking (Anthony... | aliguori |
2009-02-11 | qemu: record devfn on block driver instance (Marcelo Tosatti) | aliguori |
2008-11-08 | Use an option rom instead of boot sector for -kernel | aliguori |
2008-09-17 | Fix warnings that would be caused by ld flag --warn-common | blueswir1 |
2008-03-11 | Revert fix for CVE-2008-0928. Will be fixed in a different way later. | aurel32 |