summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-08-18block: fix possible reorder of flush operationsDenis V. Lunev1-1/+2
2016-08-18block: fix deadlock in bdrv_co_flushEvgeny Yakovlev1-2/+3
2016-08-17curl: Cast fd to int for DPRINTFFam Zheng1-1/+1
2016-08-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-83/+172
2016-08-15block/nbd: Store runtime option valuesMax Reitz1-44/+61
2016-08-15block/blkdebug: Store config filenameMax Reitz1-5/+12
2016-08-15block/nbd: Use QemuOpts for runtime optionsMax Reitz1-20/+54
2016-08-15block/ssh: Use QemuOpts for runtime optionsMax Reitz1-24/+55
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-11linux-aio: Handle io_submit() failure gracefullyKevin Wolf1-1/+7
2016-08-08mirror: finish earlier on errorVladimir Sementsov-Ogievskiy1-0/+4
2016-08-05block/parallels: check new image sizeKlim Kireev1-0/+5
2016-08-03block: Cater to iscsi with non-power-of-2 discardEric Blake1-6/+9
2016-08-03nbd: Limit nbdflags to 16 bitsEric Blake1-1/+1
2016-07-27Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell1-2/+8
2016-07-26mirror: double performance of the bulk stage if the disc is fullVladimir Sementsov-Ogievskiy1-2/+8
2016-07-26block: export LUKS specific data to qemu-img infoDaniel P. Berrange1-0/+49
2016-07-26qcow2: do not allocate extra memoryVladimir Sementsov-Ogievskiy2-2/+2
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-9/+0
2016-07-21Revert "mirror: Workaround for unexpected iohandler events during completion"Fam Zheng1-9/+0
2016-07-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell17-319/+319
2016-07-20raw_bsd: Convert to byte-based interfaceEric Blake1-19/+26
2016-07-20nbd: Convert to byte-based interfaceEric Blake3-23/+27
2016-07-20block: Kill .bdrv_co_discard()Eric Blake1-7/+2
2016-07-20sheepdog: Switch .bdrv_co_discard() to byte-basedEric Blake1-7/+10
2016-07-20raw_bsd: Switch .bdrv_co_discard() to byte-basedEric Blake1-5/+4
2016-07-20qcow2: Switch .bdrv_co_discard() to byte-basedEric Blake1-5/+5
2016-07-20nbd: Switch .bdrv_co_discard() to byte-basedEric Blake3-16/+10
2016-07-20iscsi: Switch .bdrv_co_discard() to byte-basedEric Blake1-10/+8
2016-07-20gluster: Switch .bdrv_co_discard() to byte-basedEric Blake1-8/+6
2016-07-20blkreplay: Switch .bdrv_co_discard() to byte-basedEric Blake1-5/+4
2016-07-20block: Add .bdrv_co_pdiscard() driver callbackEric Blake1-2/+5
2016-07-20block: Convert .bdrv_aio_discard() to byte-basedEric Blake3-22/+18
2016-07-20rbd: Switch rbd_start_aio() to byte-basedEric Blake1-9/+9
2016-07-20raw-posix: Switch paio_submit() to byte-basedEric Blake3-15/+20
2016-07-20block: Convert BB interface to byte-based discardsEric Blake2-16/+14
2016-07-20block: Convert bdrv_aio_discard() to byte-basedEric Blake3-10/+10
2016-07-20block: Switch BlockRequest to byte-basedEric Blake1-32/+30
2016-07-20block: Convert bdrv_discard() to byte-basedEric Blake3-14/+12
2016-07-20block: Convert bdrv_co_discard() to byte-basedEric Blake4-35/+41
2016-07-20iscsi: Rely on block layer to break up large requestsEric Blake1-10/+4
2016-07-20nbd: Drop unused offset parameterEric Blake1-15/+16
2016-07-20nbd: Rely on block layer to break up large requestsEric Blake2-52/+11
2016-07-20block: Fragment writes to max transfer lengthEric Blake1-2/+33
2016-07-20raw_bsd: Don't advertise flags not supported by protocol layerEric Blake1-2/+4
2016-07-20block: Fragment reads to max transfer lengthEric Blake1-20/+33
2016-07-19block/gluster: add support for multiple gluster serversPrasanna Kumar Kalever1-40/+357
2016-07-19block/gluster: using new qapi schemaPrasanna Kumar Kalever1-50/+59
2016-07-19block/gluster: deprecate rdma supportPrasanna Kumar Kalever1-8/+12
2016-07-19block/gluster: code cleanupPrasanna Kumar Kalever1-68/+75