summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini
2013-09-06block: make bdrv_co_is_allocated staticPaolo Bonzini
2013-09-06cow: do not call bdrv_co_is_allocatedPaolo Bonzini
2013-09-06cow: make writes go at a less indecent speedPaolo Bonzini
2013-09-06cow: make reads go at a decent speedPaolo Bonzini
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-09-06iscsi: use bdrv_new() instead of stack structureFam Zheng
2013-09-06vvfat: use bdrv_new() to allocate BlockDriverStateFam Zheng
2013-09-06w32: Fix access to host devices (regression)Stefan Weil
2013-09-06block: Add iops_size to do the iops accounting for a given io size.Benoît Canet
2013-09-06block: Add support for throttling burst max in QMP and the command line.Benoît Canet
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet
2013-09-03Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-09-02qcow2_check: Mark image consistentMax Reitz
2013-09-02qcow2-refcount: Repair shared refcount blocksMax Reitz
2013-09-01curl: qemu_bh_new() can never return NULLStefan Hajnoczi
2013-09-01misc: Fix some typos in names and commentsStefan Weil
2013-08-30qcow2-refcount: Repair OFLAG_COPIED errorsMax Reitz
2013-08-30qcow2-refcount: Move OFLAG_COPIED checksMax Reitz
2013-08-30qcow2: Employ metadata overlap checksMax Reitz
2013-08-30qcow2: Metadata overlap checksMax Reitz
2013-08-30qcow2: Add corrupt bitMax Reitz
2013-08-30qcow2-refcount: Snapshot update for zero clustersMax Reitz
2013-08-30gluster: Abort on AIO completion failureBharata B Rao
2013-08-30block: Remove old raw driverKevin Wolf
2013-08-30switch raw block driver from "raw.o" to "raw_bsd.o"Laszlo Ersek
2013-08-30raw_bsd: register bdrv_rawLaszlo Ersek
2013-08-30raw_bsd: add raw_create_optionsLaszlo Ersek
2013-08-30raw_bsd: introduce "special members"Laszlo Ersek
2013-08-30raw_bsd: add raw_create()Laszlo Ersek
2013-08-30raw_bsd: emit debug events in bdrv_co_readv() and bdrv_co_writev()Laszlo Ersek
2013-08-30add skeleton for BSD licensed "raw" BlockDriverLaszlo Ersek
2013-08-30block/qcow2.h: Avoid "1LL << 63" (shifts into sign bit)Peter Maydell
2013-08-30qcow2: Change default for new images to compat=1.1Kevin Wolf
2013-08-22win32-aio: drop win32_aio_flush_cb()Stefan Hajnoczi
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh
2013-08-22vmdk: support vmfs filesPaolo Bonzini
2013-08-22vmdk: support vmfsSparse filesFam Zheng
2013-08-22vmdk: fix L1 and L2 table size in vmdk3 openFam Zheng
2013-08-22vmdk: Move l1_size check into vmdk_add_extent()Fam Zheng
2013-08-22block: Introduce bs->zero_beyond_eofAsias He
2013-08-21qcow2: Change default for new images to compat=1.1Kevin Wolf
2013-08-19aio: drop io_flush argumentStefan Hajnoczi
2013-08-19block/ssh: drop return_true()Stefan Hajnoczi
2013-08-19block/sheepdog: drop have_co_req() and aio_flush_request()Stefan Hajnoczi
2013-08-19block/rbd: drop qemu_rbd_aio_flush_cb()Stefan Hajnoczi
2013-08-19block/nbd: drop nbd_have_request()Stefan Hajnoczi