aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2014-09-29raw-posix: Fix build without posix_fallocate()Kevin Wolf
2014-09-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-09-26trace-events: drop orphan iscsi trace eventsStefan Hajnoczi
2014-09-25vpc: fix beX_to_cpu() and cpu_to_beX() confusionStefan Hajnoczi
2014-09-25blkdebug: show an error for invalid event namesStefan Hajnoczi
2014-09-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-09-22block: vhdx - fix reading beyond pointer during image creationJeff Cody
2014-09-22block: delete cow block driverStefan Hajnoczi
2014-09-22block/archipelago: Fix typo in qemu_archipelago_truncate()Chrysostomos Nanakos
2014-09-22qcow2: Add overlap-check.template optionMax Reitz
2014-09-22qcow2: Fix leak of QemuOpts in qcow2_open()Max Reitz
2014-09-22qcow2: Check L1/L2/reftable entries for alignmentMax Reitz
2014-09-22qcow2: Use qcow2_signal_corruption() for overlapsMax Reitz
2014-09-22qcow2: Add qcow2_signal_corruption()Max Reitz
2014-09-22qapi/block: Add "fatal" to BLOCK_IMAGE_CORRUPTEDMax Reitz
2014-09-22block: Introduce "null" driversFam Zheng
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng
2014-09-22win32-aio: Drop win32_aiocb_info.cancelFam Zheng
2014-09-22sheepdog: Convert sd_aiocb_info.cancel to .cancel_asyncFam Zheng
2014-09-22rbd: Drop rbd_aiocb_info.cancelFam Zheng
2014-09-22quorum: Convert quorum_aiocb_info.cancel to .cancel_asyncFam Zheng
2014-09-22quorum: fix quorum_aio_cancel()Liu Yuan
2014-09-22qed: Drop qed_aiocb_info.cancelFam Zheng
2014-09-22curl: Drop curl_aiocb_info.cancelFam Zheng
2014-09-22blkverify: Drop blkverify_aiocb_info.cancelFam Zheng
2014-09-22blkdebug: Drop blkdebug_aiocb_info.cancelFam Zheng
2014-09-22archipelago: Drop archipelago_aiocb_info.cancelFam Zheng
2014-09-22iscsi: Convert iscsi_aiocb_info.cancel to .cancel_asyncFam Zheng
2014-09-22linux-aio: Convert laio_aiocb_info.cancel to .cancel_asyncFam Zheng
2014-09-22block/vhdx.c: Mark parent_vhdx_guid variable as unusedPeter Maydell
2014-09-22block: allow creation of fixed vhdx imagesAdelina Tuvenie
2014-09-12qcow2: Add falloc and full preallocation optionHu Tao
2014-09-12raw-posix: Add falloc and full preallocation optionHu Tao
2014-09-12qapi: introduce PreallocMode and new PreallocModes full and falloc.Hu Tao
2014-09-12block: don't convert file size to sector sizeHu Tao
2014-09-12block: round up file size to nearest sectorHu Tao
2014-09-10block/archipelago: Implement bdrv_truncate()Chrysostomos Nanakos
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet
2014-09-10block: Extract the block accounting codeBenoît Canet
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet
2014-09-10Fix improper usage of cpu_to_be32 in vpcXiaodong Gong
2014-09-08vmdk: fix buf leak in vmdk_parse_extents()Stefan Hajnoczi
2014-09-08vmdk: fix vmdk_parse_extents() extent_file leaksStefan Hajnoczi
2014-09-08block/archipelago: Use QEMU atomic builtinsChrysostomos Nanakos
2014-09-02curl: The macro that you have to uncomment to get debugging is DEBUG_CURL.Richard W.M. Jones
2014-08-29quorum: Fix leak of opts in quorum_openFam Zheng
2014-08-29blkverify: Fix leak of opts in blkverify_openFam Zheng
2014-08-29nfs: Fix leak of opts in nfs_file_openFam Zheng
2014-08-29curl: Don't deref NULL pointer in call to aio_poll.Richard W.M. Jones