aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-17quorum: Emit QUORUM_REPORT_BAD for reads in fifo modeAlberto Garcia
2016-03-17block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf
2016-03-17block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf
2016-03-17block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf
2016-03-17block: Use blk_co_pwritev() in blk_write_zeroes()Kevin Wolf
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin Wolf
2016-03-17block: Use blk_co_pwritev() for blk_write()Kevin Wolf
2016-03-17block: Use blk_co_preadv() for blk_read()Kevin Wolf
2016-03-17block: Use BdrvChild in BlockBackendKevin Wolf
2016-03-17block: Add blk_next_root_bs()Max Reitz
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz
2016-03-17blockdev: Remove blk_hide_on_behalf_of_hmp_drive_del()Max Reitz
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-03-17blockdev: Separate BB name managementMax Reitz
2016-03-17blockdev: Add list of all BlockBackendsMax Reitz
2016-03-17blockdev: Rename blk_backendsMax Reitz
2016-03-17qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATUREMax Reitz
2016-03-17block: Add blk_commit_all()Max Reitz
2016-03-17block: Use blk_next() in block-backend.cMax Reitz
2016-03-17Revert "qed: Implement .bdrv_drain"Stefan Hajnoczi
2016-03-16block/sheepdog: fix argument passed to qemu_strtoul()Jeff Cody
2016-03-14quorum: Fix crash in quorum_aio_cb()Alberto Garcia
2016-03-14block: Move block dirty bitmap code to separate filesFam Zheng
2016-03-14backup: Use Bitmap to replace "s->bitmap"Fam Zheng
2016-03-14vpc: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14vmdk: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14vhdx: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14vdi: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14sheepdog: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14qed: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14qcow2: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14qcow: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14parallels: Use BB functions in .bdrv_create()Kevin Wolf
2016-03-14block: Introduce blk_set_allow_write_beyond_eof()Kevin Wolf
2016-03-14block: Use writeback in .bdrv_create() implementationsKevin Wolf
2016-03-14vmdk: Switch to heap arrays for vmdk_parent_openFam Zheng
2016-03-14vmdk: Switch to heap arrays for vmdk_read_cidFam Zheng
2016-03-14vmdk: Switch to heap arrays for vmdk_write_cidFam Zheng
2016-03-14quorum: modify vote rules for flush operationChanglong Xie
2016-03-14qmp event: Refactor QUORUM_REPORT_BADChanglong Xie
2016-03-14block/vpc: give option to force the current_size field in .bdrv_createJeff Cody
2016-03-14block/vpc: choose size calculation method based on creator_app fieldJeff Cody
2016-03-14block/qapi: Include empty drives in query-blockstatsKevin Wolf
2016-03-14block/qapi: Factor out bdrv_query_bds_stats()Kevin Wolf
2016-03-14block/qapi: Factor out bdrv_query_blk_stats()Kevin Wolf
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange
2016-03-05util: Shorten references into SocketAddressEric Blake
2016-02-29block/backup: avoid copying less than full target clustersJohn Snow
2016-02-29block/backup: make backup cluster size configurableJohn Snow