aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-08-18block: fix possible reorder of flush operationsDenis V. Lunev
2016-08-18block: fix deadlock in bdrv_co_flushEvgeny Yakovlev
2016-08-17curl: Cast fd to int for DPRINTFFam Zheng
2016-08-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-08-15block/nbd: Store runtime option valuesMax Reitz
2016-08-15block/blkdebug: Store config filenameMax Reitz
2016-08-15block/nbd: Use QemuOpts for runtime optionsMax Reitz
2016-08-15block/ssh: Use QemuOpts for runtime optionsMax Reitz
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-08-11linux-aio: Handle io_submit() failure gracefullyKevin Wolf
2016-08-08mirror: finish earlier on errorVladimir Sementsov-Ogievskiy
2016-08-05block/parallels: check new image sizeKlim Kireev
2016-08-03block: Cater to iscsi with non-power-of-2 discardEric Blake
2016-08-03nbd: Limit nbdflags to 16 bitsEric Blake
2016-07-27Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell
2016-07-26mirror: double performance of the bulk stage if the disc is fullVladimir Sementsov-Ogievskiy
2016-07-26block: export LUKS specific data to qemu-img infoDaniel P. Berrange
2016-07-26qcow2: do not allocate extra memoryVladimir Sementsov-Ogievskiy
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-07-21Revert "mirror: Workaround for unexpected iohandler events during completion"Fam Zheng
2016-07-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-07-20raw_bsd: Convert to byte-based interfaceEric Blake
2016-07-20nbd: Convert to byte-based interfaceEric Blake
2016-07-20block: Kill .bdrv_co_discard()Eric Blake
2016-07-20sheepdog: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20raw_bsd: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20qcow2: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20nbd: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20iscsi: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20gluster: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20blkreplay: Switch .bdrv_co_discard() to byte-basedEric Blake
2016-07-20block: Add .bdrv_co_pdiscard() driver callbackEric Blake
2016-07-20block: Convert .bdrv_aio_discard() to byte-basedEric Blake
2016-07-20rbd: Switch rbd_start_aio() to byte-basedEric Blake
2016-07-20raw-posix: Switch paio_submit() to byte-basedEric Blake
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-07-20block: Convert bdrv_aio_discard() to byte-basedEric Blake
2016-07-20block: Switch BlockRequest to byte-basedEric Blake
2016-07-20block: Convert bdrv_discard() to byte-basedEric Blake
2016-07-20block: Convert bdrv_co_discard() to byte-basedEric Blake
2016-07-20iscsi: Rely on block layer to break up large requestsEric Blake
2016-07-20nbd: Drop unused offset parameterEric Blake
2016-07-20nbd: Rely on block layer to break up large requestsEric Blake
2016-07-20block: Fragment writes to max transfer lengthEric Blake
2016-07-20raw_bsd: Don't advertise flags not supported by protocol layerEric Blake
2016-07-20block: Fragment reads to max transfer lengthEric Blake
2016-07-19block/gluster: add support for multiple gluster serversPrasanna Kumar Kalever
2016-07-19block/gluster: using new qapi schemaPrasanna Kumar Kalever
2016-07-19block/gluster: deprecate rdma supportPrasanna Kumar Kalever
2016-07-19block/gluster: code cleanupPrasanna Kumar Kalever