aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2014-10-03util: Emancipate id_wellformed() from QemuOptsMarkus Armbruster
2014-09-25block: Validate node-nameKevin Wolf
2014-09-25block: Improve message for device name clashing with node nameMarkus Armbruster
2014-09-25block: Keep DriveInfo alive until BlockDriverState diesMarkus Armbruster
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng
2014-09-22block: Drop AIOCBInfo.cancelFam Zheng
2014-09-22block: Drop bdrv_em_aiocb_info.cancelFam Zheng
2014-09-22block: Drop bdrv_em_co_aiocb_info.cancelFam Zheng
2014-09-22block: Add bdrv_aio_cancel_asyncFam Zheng
2014-09-22block: Add refcnt in BlockDriverAIOCBFam Zheng
2014-09-11block: extend BLOCK_IO_ERROR with reason stringLuiz Capitulino
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet
2014-09-10block: Extract the block accounting codeBenoît Canet
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet
2014-09-10block: extend BLOCK_IO_ERROR event with nospace indicatorLuiz Capitulino
2014-09-08block: kill tail whitespace in block.cLiu Yuan
2014-08-29block: fix overlapping multiwrite requestsStefan Hajnoczi
2014-08-29block: Add AIO context notifiersMax Reitz
2014-08-28block: sort formats alphabetically in bdrv_iterate_format()Stefan Hajnoczi
2014-08-20block: Add bdrv_refresh_filename()Max Reitz
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-08-15block: Catch !bs->drv in bdrv_check()Max Reitz
2014-08-15block: Handle failure for potentially large allocationsKevin Wolf
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf
2014-08-15block: allow bdrv_unref() to be passed NULL pointersJeff Cody
2014-08-15block: bump coroutine pool size for drivesStefan Hajnoczi
2014-08-15block: Avoid bdrv_get_geometry() where errors should be detectedMarkus Armbruster
2014-08-15block: Drop superfluous aligning of bdrv_getlength()'s valueMarkus Armbruster
2014-08-15block: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster
2014-08-15block: Use bdrv_nb_sectors() in bdrv_co_get_block_status()Markus Armbruster
2014-08-15block: Use bdrv_nb_sectors() in bdrv_aligned_preadv()Markus Armbruster
2014-08-15block: Use bdrv_nb_sectors() in bdrv_make_zero()Markus Armbruster
2014-08-15block: New bdrv_nb_sectors()Markus Armbruster
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf
2014-07-14block: Assert qiov length matches request lengthKevin Wolf
2014-07-14block: Make qiov match the request size until EOFKevin Wolf
2014-07-09block: prefer aio_poll to qemu_aio_waitPaolo Bonzini
2014-07-09block: Fix bdrv_is_allocated() return valueKevin Wolf
2014-07-07block: block: introduce APIs for submitting IO as a batchMing Lei
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody
2014-07-01block: add helper function to determine if a BDS is in a chainJeff Cody
2014-07-01block: simplify bdrv_find_base() and bdrv_find_overlay()Jeff Cody
2014-06-27block.c: Don't return success for bdrv_append_temp_snapshot() failureChen Gang
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet
2014-06-27block: check for RESIZE blocker in the QMP command, not bdrv_truncate()Jeff Cody
2014-06-26block: Remove a special case for protocolsKevin Wolf
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf
2014-06-26block: Remove second bdrv_open() recursionKevin Wolf
2014-06-26block: Inline bdrv_file_open()Kevin Wolf
2014-06-26block: Use common driver selection code for bdrv_open_file()Kevin Wolf