]> git.proxmox.com Git - qemu.git/history - block.c
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / block.c
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-16 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-15 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-15 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-15 Anthony LiguoriMake default invocation of block drivers safer (v3)
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Kevin Wolfqcow2/vdi: Change check to distinguish error cases
2010-07-06 Kevin Wolfqemu-img check: Distinguish different kinds of errors
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-02 Kevin Wolfblock: Handle multiwrite errors only when all requests...
2010-07-02 Kevin Wolfblock: Fix early failure in multiwrite
2010-07-02 Markus Armbrusterblock: Fix virtual media change for if=none
2010-07-02 Markus Armbrusterblock: Clean up bdrv_snapshots()
2010-07-02 Markus Armbrustersavevm: Survive hot-unplug of snapshot device
2010-07-02 Markus Armbrusterblock: Catch attempt to attach multiple devices to...
2010-07-02 Ryan HarperDon't reset bs->is_temporary in bdrv_open_common
2010-07-02 Christoph Hellwigblock: allow filenames with colons again for host devices
2010-06-22 Kevin Wolfblock: Add bdrv_(p)write_sync
2010-06-15 Blue Swirlblock: fix a warning and possible truncation
2010-06-15 Markus Armbrusterblock: New bdrv_next()
2010-06-15 Markus Armbrusterblock: Decouple block device "commit all" from DriveInfo
2010-06-15 Markus Armbrusterblock: Move error actions from DriveInfo to BlockDriver...
2010-06-15 Miguel Di Ciurcio... savevm: Really verify if a drive supports snapshots
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-04 MORITA Kazutakablock: call the snapshot handlers of the protocol drivers
2010-06-04 MORITA Kazutakaclose all the block drivers before the qemu process...
2010-06-04 Kevin Wolfblock: Assume raw for drives without media
2010-06-04 Jes SorensenCleanup: Be consistent and use BDRV_SECTOR_SIZE instead...
2010-06-04 Jes SorensenCleanup: bdrv_open() no need to shift total_size just...
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-01 Luiz CapitulinoMonitor: Drop QMP documentation from code
2010-05-28 Nicholas A. Bellingerblock: Add missing bdrv_delete() for SG_IO BlockDriver...
2010-05-28 MORITA Kazutakaadd support for protocol driver create_options
2010-05-28 Kevin Wolfblock: Fix multiwrite with overlapping requests
2010-05-26 Alexander GrafAdd cache=unsafe parameter to -drive
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-21 Nicholas Bellingerblock: Add SG_IO device check in refresh_total_sectors()
2010-05-21 Nicholas Bellingerblock: Make find_image_format() return 'raw' BlockDrive...
2010-05-21 Christoph Hellwigblock: fix sector comparism in multiwrite_req_compare
2010-05-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-17 Kevin Wolfblock: Remove special case for vvfat
2010-05-17 Daniel P. BerrangeFix docs for block stats monitor command
2010-05-17 Bruce Rogersuse qemu_free() instead of free()
2010-05-17 Kevin Wolfblock: Fix bdrv_commit
2010-05-17 Kevin Wolfblock: Fix protocol detection for Windows devices
2010-05-17 Kevin Wolfblock: Avoid unchecked casts for AIOCBs
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Jan Kiszkablock: Release allocated options after bdrv_open
2010-05-03 Kevin Wolfblock: Add wr_highest_sector blockstat
2010-05-03 Stefan Hajnocziblock: Cache total_sectors to reduce bdrv_getlength...
2010-05-03 Stefan Hajnocziblock: Set backing_hd to NULL after deleting it
2010-05-03 Kevin Wolfblock: bdrv_has_zero_init
2010-05-03 Kevin Wolfblock: Open the underlying image file in generic code
2010-05-03 Kevin Wolfblock: Avoid forward declaration of bdrv_open_common
2010-05-03 Kevin Wolfblock: Split bdrv_open
2010-05-03 Christoph Hellwigblock: separate raw images from the file protocol
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Stefan Hajnocziblock: Free iovec arrays allocated by multiwrite_merge()
2010-04-23 Stefan Hajnocziblock: Convert first_drv to QLIST
2010-04-23 Stefan Hajnocziblock: Convert bdrv_first to QTAILQ
2010-04-23 Stefan Hajnocziblock: Do not export bdrv_first
2010-04-23 Christoph Hellwigblock: get rid of the BDRV_O_FILE flag
2010-04-23 Kevin WolfReplace calls of old bdrv_open
2010-04-23 Kevin Wolfblkdebug: Add events and rules
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-09 Kevin Wolfblock: Fix multiwrite memory leak in error case
2010-04-09 Kevin Wolfblock: Fix error code in multiwrite for immediate failures
2010-04-09 Kevin Wolfblock: Fix multiwrite error handling
2010-03-17 Shahar HaviviWrong error message in block_passwd command
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Naphtali Spreiblock: more read-only changes, related to backing files
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Luiz CapitulinoMonitor: remove unneeded checks
2010-02-10 Christoph Hellwigblock: saner flags filtering in bdrv_open2
2010-02-10 Luiz Capitulinoblock: BLOCK_IO_ERROR QMP event
2010-02-09 Liran SchourCount dirty blocks and expose an API to get dirty count
2010-01-26 Christoph Hellwigblock: avoid creating too large iovecs in multiwrite_merge
2010-01-26 Herve Poussineauwin32: pair qemu_memalign() with qemu_vfree()
2010-01-26 Christoph Hellwigblock: clean up bdrv_open2 structure a bit
2010-01-26 Naphtali SpreiNo need anymoe for bdrv_set_read_only
2010-01-26 Kevin Wolfblock: Return original error codes in bdrv_pread/write
2010-01-20 Anthony LiguoriRevert "block: prevent multiwrite_merge from creating...
2010-01-20 Christoph Hellwigblock: prevent multiwrite_merge from creating too large...
2010-01-20 Christoph Hellwigblock: fix cache flushing in bdrv_commit
2010-01-20 Naphtali SpreiDisable fall-back to read-only when cannot open drive...
2010-01-20 Naphtali SpreiClean-up a little bit the RW related bits of BDRV_O_FLA...
2010-01-13 Christoph Hellwigblock: flush backing_hd in the right place
2010-01-13 Kevin Wolfblock: Add bdrv_change_backing_file
2010-01-13 Kevin Wolfblock: Introduce BDRV_O_NO_BACKING
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-25 Kirill A. Shutemovblock.c: fix warning with _FORTIFY_SOURCE
2009-12-12 Luiz Capitulinoblock: Convert bdrv_info_stats() to QObject
2009-12-12 Luiz Capitulinoblock: Convert bdrv_info() to QObject
2009-12-03 Jan Kiszkablock migration: Cleanup dirty tracking code
2009-12-03 Jan Kiszkablock migration: Rework constants API
2009-12-03 Jan Kiszkablock migration: Fix coding style and whitespaces
2009-11-17 lirans@il.ibm.comExpose a mechanism to trace block writes
2009-11-09 Markus ArmbrusterConfigurable block format whitelist
2009-11-09 Naphtali SpreiAdded readonly flag to -drive command
next