summaryrefslogtreecommitdiffstats
path: root/block.c
Commit message (Expand)AuthorAgeFilesLines
* util: Emancipate id_wellformed() from QemuOptsMarkus Armbruster2014-10-031-7/+2
* block: Validate node-nameKevin Wolf2014-09-251-3/+13
* block: Improve message for device name clashing with node nameMarkus Armbruster2014-09-251-1/+2
* block: Keep DriveInfo alive until BlockDriverState diesMarkus Armbruster2014-09-251-0/+2
* block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng2014-09-221-4/+4
* block: Drop AIOCBInfo.cancelFam Zheng2014-09-221-14/+10
* block: Drop bdrv_em_aiocb_info.cancelFam Zheng2014-09-221-10/+0
* block: Drop bdrv_em_co_aiocb_info.cancelFam Zheng2014-09-221-21/+0
* block: Add bdrv_aio_cancel_asyncFam Zheng2014-09-221-1/+26
* block: Add refcnt in BlockDriverAIOCBFam Zheng2014-09-221-1/+11
* block: extend BLOCK_IO_ERROR with reason stringLuiz Capitulino2014-09-111-1/+2
* block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-101-1/+12
* block: Extract the block accounting codeBenoît Canet2014-09-101-25/+2
* block: Extract the BlockAcctStats structureBenoît Canet2014-09-101-5/+6
* block: extend BLOCK_IO_ERROR event with nospace indicatorLuiz Capitulino2014-09-101-8/+14
* block: kill tail whitespace in block.cLiu Yuan2014-09-081-1/+1
* block: fix overlapping multiwrite requestsStefan Hajnoczi2014-08-291-0/+6
* block: Add AIO context notifiersMax Reitz2014-08-291-0/+56
* block: sort formats alphabetically in bdrv_iterate_format()Stefan Hajnoczi2014-08-281-1/+13
* block: Add bdrv_refresh_filename()Max Reitz2014-08-201-0/+135
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-201-7/+7
* block: Catch !bs->drv in bdrv_check()Max Reitz2014-08-151-0/+3
* block: Handle failure for potentially large allocationsKevin Wolf2014-08-151-7/+27
* block: Introduce qemu_try_blockalign()Kevin Wolf2014-08-151-0/+13
* block: allow bdrv_unref() to be passed NULL pointersJeff Cody2014-08-151-0/+3
* block: bump coroutine pool size for drivesStefan Hajnoczi2014-08-151-0/+6
* block: Avoid bdrv_get_geometry() where errors should be detectedMarkus Armbruster2014-08-151-3/+8
* block: Drop superfluous aligning of bdrv_getlength()'s valueMarkus Armbruster2014-08-151-1/+0
* block: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster2014-08-151-2/+1
* block: Use bdrv_nb_sectors() in bdrv_co_get_block_status()Markus Armbruster2014-08-151-8/+8
* block: Use bdrv_nb_sectors() in bdrv_aligned_preadv()Markus Armbruster2014-08-151-5/+4
* block: Use bdrv_nb_sectors() in bdrv_make_zero()Markus Armbruster2014-08-151-7/+5
* block: New bdrv_nb_sectors()Markus Armbruster2014-08-151-10/+19
* block: Add Error argument to bdrv_refresh_limits()Kevin Wolf2014-07-181-10/+23
* block: Assert qiov length matches request lengthKevin Wolf2014-07-141-0/+2
* block: Make qiov match the request size until EOFKevin Wolf2014-07-141-2/+14
* block: prefer aio_poll to qemu_aio_waitPaolo Bonzini2014-07-091-1/+1
* block: Fix bdrv_is_allocated() return valueKevin Wolf2014-07-091-1/+1
* block: block: introduce APIs for submitting IO as a batchMing Lei2014-07-071-0/+31
* block: extend block-commit to accept a string for the backing fileJeff Cody2014-07-011-2/+6
* block: add helper function to determine if a BDS is in a chainJeff Cody2014-07-011-0/+11
* block: simplify bdrv_find_base() and bdrv_find_overlay()Jeff Cody2014-07-011-35/+10
* block.c: Don't return success for bdrv_append_temp_snapshot() failureChen Gang2014-06-271-3/+4
* block: Add replaces argument to drive-mirrorBenoît Canet2014-06-271-0/+25
* block: check for RESIZE blocker in the QMP command, not bdrv_truncate()Jeff Cody2014-06-271-3/+1
* block: Remove a special case for protocolsKevin Wolf2014-06-261-16/+2
* block: Catch backing files assigned to non-COW driversKevin Wolf2014-06-261-0/+7
* block: Remove second bdrv_open() recursionKevin Wolf2014-06-261-25/+25
* block: Inline bdrv_file_open()Kevin Wolf2014-06-261-40/+11
* block: Use common driver selection code for bdrv_open_file()Kevin Wolf2014-06-261-37/+30
OpenPOWER on IntegriCloud