summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* Add cache=unsafe parameter to -driveAlexander Graf2010-05-261-0/+29
* block: Add SG_IO device check in refresh_total_sectors()Nicholas Bellinger2010-05-211-0/+4
* block: Make find_image_format() return 'raw' BlockDriver for SG_IO devicesNicholas Bellinger2010-05-211-0/+5
* block: fix sector comparism in multiwrite_req_compareChristoph Hellwig2010-05-211-1/+13
* block: Remove special case for vvfatKevin Wolf2010-05-171-5/+0
* Fix docs for block stats monitor commandDaniel P. Berrange2010-05-171-12/+11
* use qemu_free() instead of free()Bruce Rogers2010-05-171-1/+1
* block: Fix bdrv_commitKevin Wolf2010-05-171-3/+3
* block: Fix protocol detection for Windows devicesKevin Wolf2010-05-171-4/+6
* block: Avoid unchecked casts for AIOCBsKevin Wolf2010-05-171-1/+2
* 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/+71
* 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/+19
* 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/+9
* 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/+0
* 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-261-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/+0
* 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/+0
* 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/+0
* 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-131-10/+7
* block: Add bdrv_change_backing_fileKevin Wolf2010-01-131-0/+20
* block: Introduce BDRV_O_NO_BACKINGKevin Wolf2010-01-131-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
OpenPOWER on IntegriCloud