aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2010-06-03Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-06-01Monitor: Drop QMP documentation from codeLuiz Capitulino
2010-05-28block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format()Nicholas A. Bellinger
2010-05-28add support for protocol driver create_optionsMORITA Kazutaka
2010-05-28block: Fix multiwrite with overlapping requestsKevin Wolf
2010-05-26Add cache=unsafe parameter to -driveAlexander Graf
2010-05-21block: Add SG_IO device check in refresh_total_sectors()Nicholas Bellinger
2010-05-21block: Make find_image_format() return 'raw' BlockDriver for SG_IO devicesNicholas Bellinger
2010-05-21block: fix sector comparism in multiwrite_req_compareChristoph Hellwig
2010-05-17block: Remove special case for vvfatKevin Wolf
2010-05-17Fix docs for block stats monitor commandDaniel P. Berrange
2010-05-17use qemu_free() instead of free()Bruce Rogers
2010-05-17block: Fix bdrv_commitKevin Wolf
2010-05-17block: Fix protocol detection for Windows devicesKevin Wolf
2010-05-17block: Avoid unchecked casts for AIOCBsKevin Wolf
2010-05-03block: Release allocated options after bdrv_openJan Kiszka
2010-05-03block: Add wr_highest_sector blockstatKevin Wolf
2010-05-03block: Cache total_sectors to reduce bdrv_getlength callsStefan Hajnoczi
2010-05-03block: Set backing_hd to NULL after deleting itStefan Hajnoczi
2010-05-03block: bdrv_has_zero_initKevin Wolf
2010-05-03block: Open the underlying image file in generic codeKevin Wolf
2010-05-03block: Avoid forward declaration of bdrv_open_commonKevin Wolf
2010-05-03block: Split bdrv_openKevin Wolf
2010-05-03block: separate raw images from the file protocolChristoph Hellwig
2010-04-23block: Free iovec arrays allocated by multiwrite_merge()Stefan Hajnoczi
2010-04-23block: Convert first_drv to QLISTStefan Hajnoczi
2010-04-23block: Convert bdrv_first to QTAILQStefan Hajnoczi
2010-04-23block: Do not export bdrv_firstStefan Hajnoczi
2010-04-23block: get rid of the BDRV_O_FILE flagChristoph Hellwig
2010-04-23Replace calls of old bdrv_openKevin Wolf
2010-04-23blkdebug: Add events and rulesKevin Wolf
2010-04-10block: Fix multiwrite memory leak in error caseKevin Wolf
2010-04-10block: Fix error code in multiwrite for immediate failuresKevin Wolf
2010-04-10block: Fix multiwrite error handlingKevin Wolf
2010-03-17Wrong error message in block_passwd commandShahar Havivi
2010-02-19block: more read-only changes, related to backing filesNaphtali Sprei
2010-02-10Monitor: remove unneeded checksLuiz Capitulino
2010-02-10block: saner flags filtering in bdrv_open2Christoph Hellwig
2010-02-10block: BLOCK_IO_ERROR QMP eventLuiz Capitulino
2010-02-09Count dirty blocks and expose an API to get dirty countLiran Schour
2010-01-26block: avoid creating too large iovecs in multiwrite_mergeChristoph Hellwig
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau
2010-01-26block: clean up bdrv_open2 structure a bitChristoph Hellwig
2010-01-26No need anymoe for bdrv_set_read_onlyNaphtali Sprei
2010-01-26block: Return original error codes in bdrv_pread/writeKevin Wolf
2010-01-20Revert "block: prevent multiwrite_merge from creating too large iovecs"Anthony Liguori
2010-01-20block: prevent multiwrite_merge from creating too large iovecsChristoph Hellwig
2010-01-20block: fix cache flushing in bdrv_commitChristoph Hellwig
2010-01-20Disable fall-back to read-only when cannot open drive's file for read-writeNaphtali Sprei
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei