summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* block: Release allocated options after bdrv_openJan Kiszka2010-05-031-0/+1
* block: Add wr_highest_sector blockstatKevin Wolf2010-05-031-15/+58
* block: Cache total_sectors to reduce bdrv_getlength callsStefan Hajnoczi2010-05-031-5/+38
* block: Set backing_hd to NULL after deleting itStefan Hajnoczi2010-05-031-1/+3
* block: bdrv_has_zero_initKevin Wolf2010-05-031-0/+13
* block: Open the underlying image file in generic codeKevin Wolf2010-05-031-1/+25
* block: Avoid forward declaration of bdrv_open_commonKevin Wolf2010-05-031-74/+71Star
* block: Split bdrv_openKevin Wolf2010-05-031-49/+86
* block: separate raw images from the file protocolChristoph Hellwig2010-05-031-29/+45
* block: Free iovec arrays allocated by multiwrite_merge()Stefan Hajnoczi2010-04-231-0/+3
* block: Convert first_drv to QLISTStefan Hajnoczi2010-04-231-10/+12
* block: Convert bdrv_first to QTAILQStefan Hajnoczi2010-04-231-22/+19Star
* block: Do not export bdrv_firstStefan Hajnoczi2010-04-231-1/+1
* block: get rid of the BDRV_O_FILE flagChristoph Hellwig2010-04-231-8/+11
* Replace calls of old bdrv_openKevin Wolf2010-04-231-15/+9Star
* blkdebug: Add events and rulesKevin Wolf2010-04-231-0/+12
* block: Fix multiwrite memory leak in error caseKevin Wolf2010-04-101-1/+2
* block: Fix error code in multiwrite for immediate failuresKevin Wolf2010-04-101-2/+2
* block: Fix multiwrite error handlingKevin Wolf2010-04-101-1/+1
* Wrong error message in block_passwd commandShahar Havivi2010-03-171-2/+5
* block: more read-only changes, related to backing filesNaphtali Sprei2010-02-191-12/+71
* Monitor: remove unneeded checksLuiz Capitulino2010-02-101-3/+0Star
* block: saner flags filtering in bdrv_open2Christoph Hellwig2010-02-101-7/+14
* block: BLOCK_IO_ERROR QMP eventLuiz Capitulino2010-02-101-0/+29
* Count dirty blocks and expose an API to get dirty countLiran Schour2010-02-091-2/+14
* block: avoid creating too large iovecs in multiwrite_mergeChristoph Hellwig2010-01-271-0/+4
* win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-261-1/+1
* block: clean up bdrv_open2 structure a bitChristoph Hellwig2010-01-261-12/+19
* No need anymoe for bdrv_set_read_onlyNaphtali Sprei2010-01-261-7/+0Star
* block: Return original error codes in bdrv_pread/writeKevin Wolf2010-01-261-16/+18
* Revert "block: prevent multiwrite_merge from creating too large iovecs"Anthony Liguori2010-01-201-4/+0Star
* block: prevent multiwrite_merge from creating too large iovecsChristoph Hellwig2010-01-201-0/+4
* block: fix cache flushing in bdrv_commitChristoph Hellwig2010-01-201-3/+6
* Disable fall-back to read-only when cannot open drive's file for read-writeNaphtali Sprei2010-01-201-6/+0Star
* Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei2010-01-201-14/+17
* block: flush backing_hd in the right placeChristoph Hellwig2010-01-141-10/+7Star
* block: Add bdrv_change_backing_fileKevin Wolf2010-01-141-0/+20
* block: Introduce BDRV_O_NO_BACKINGKevin Wolf2010-01-141-2/+2
* block.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov2009-12-251-2/+2
* block: Convert bdrv_info_stats() to QObjectLuiz Capitulino2009-12-121-12/+72
* block: Convert bdrv_info() to QObjectLuiz Capitulino2009-12-121-20/+103
* block migration: Cleanup dirty tracking codeJan Kiszka2009-12-031-20/+24
* block migration: Rework constants APIJan Kiszka2009-12-031-35/+25Star
* block migration: Fix coding style and whitespacesJan Kiszka2009-12-031-23/+26
* Expose a mechanism to trace block writeslirans@il.ibm.com2009-11-171-1/+77
* Configurable block format whitelistMarkus Armbruster2009-11-091-1/+37
* Added readonly flag to -drive commandNaphtali Sprei2009-11-091-4/+15
* block: Use new AsyncContext for bdrv_read/write emulationKevin Wolf2009-10-271-4/+18
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-5/+1Star
* block: add aio_flush operationChristoph Hellwig2009-09-111-0/+40