summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster34-1/+34
2016-03-18qapi: Don't special-case simple union wrappersEric Blake3-10/+10
2016-03-17quorum: Emit QUORUM_REPORT_BAD for reads in fifo modeAlberto Garcia1-8/+9
2016-03-17block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf1-4/+5
2016-03-17block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf1-13/+92
2016-03-17block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf1-15/+21
2016-03-17block: Use blk_co_pwritev() in blk_write_zeroes()Kevin Wolf1-9/+8
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin Wolf2-16/+10
2016-03-17block: Use blk_co_pwritev() for blk_write()Kevin Wolf2-13/+31
2016-03-17block: Use blk_co_preadv() for blk_read()Kevin Wolf2-8/+61
2016-03-17block: Use BdrvChild in BlockBackendKevin Wolf1-101/+153
2016-03-17block: Add blk_next_root_bs()Max Reitz1-0/+24
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz2-26/+38
2016-03-17blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz1-17/+0
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz10-33/+21
2016-03-17blockdev: Separate BB name managementMax Reitz1-31/+61
2016-03-17blockdev: Add list of all BlockBackendsMax Reitz1-1/+23
2016-03-17blockdev: Rename blk_backendsMax Reitz1-9/+11
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz4-34/+10
2016-03-17block: Add blk_commit_all()Max Reitz1-0/+5
2016-03-17block: Use blk_next() in block-backend.cMax Reitz1-6/+6
2016-03-17Revert "qed: Implement .bdrv_drain"Stefan Hajnoczi1-13/+0
2016-03-16block/sheepdog: fix argument passed to qemu_strtoul()Jeff Cody1-4/+7
2016-03-14quorum: Fix crash in quorum_aio_cb()Alberto Garcia1-5/+7
2016-03-14block: Move block dirty bitmap code to separate filesFam Zheng2-1/+388
2016-03-14backup: Use Bitmap to replace "s->bitmap"Fam Zheng1-5/+6
2016-03-14vpc: Use BB functions in .bdrv_create()Kevin Wolf1-16/+21
2016-03-14vmdk: Use BB functions in .bdrv_create()Kevin Wolf1-34/+43
2016-03-14vhdx: Use BB functions in .bdrv_create()Kevin Wolf1-13/+16
2016-03-14vdi: Use BB functions in .bdrv_create()Kevin Wolf1-9/+14
2016-03-14sheepdog: Use BB functions in .bdrv_create()Kevin Wolf1-19/+24
2016-03-14qed: Use BB functions in .bdrv_create()Kevin Wolf1-13/+15
2016-03-14qcow2: Use BB functions in .bdrv_create()Kevin Wolf1-29/+33
2016-03-14qcow: Use BB functions in .bdrv_create()Kevin Wolf1-11/+14
2016-03-14parallels: Use BB functions in .bdrv_create()Kevin Wolf1-11/+14
2016-03-14block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf1-7/+16
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf8-11/+22
2016-03-14vmdk: Switch to heap arrays for vmdk_parent_openFam Zheng1-6/+11
2016-03-14vmdk: Switch to heap arrays for vmdk_read_cidFam Zheng1-1/+4
2016-03-14vmdk: Switch to heap arrays for vmdk_write_cidFam Zheng1-11/+14
2016-03-14quorum: modify vote rules for flush operationChanglong Xie1-5/+16
2016-03-14qmp event: Refactor QUORUM_REPORT_BADChanglong Xie1-5/+12
2016-03-14block/vpc: give option to force the current_size field in .bdrv_createJeff Cody1-7/+35
2016-03-14block/vpc: choose size calculation method based on creator_app fieldJeff Cody1-5/+82
2016-03-14block/qapi: Include empty drives in query-blockstatsKevin Wolf1-15/+33
2016-03-14block/qapi: Factor out bdrv_query_bds_stats()Kevin Wolf1-11/+20
2016-03-14block/qapi: Factor out bdrv_query_blk_stats()Kevin Wolf1-63/+68
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange1-3/+2
2016-03-05util: Shorten references into SocketAddressEric Blake1-6/+8
2016-02-29block/backup: avoid copying less than full target clustersJohn Snow1-3/+22