summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-12-21block-backend: Always notify on blk_ejectJohn Snow1-0/+5
2016-12-12block/curl: Do not wait for data beyond EOFMax Reitz1-9/+23
2016-12-12block/curl: Remember all socketsMax Reitz1-6/+41
2016-12-12block/curl: Fix return value from curl_read_cbMax Reitz1-4/+7
2016-12-12block/curl: Use BDRV_SECTOR_SIZEMax Reitz1-6/+5
2016-12-12block: Pass unaligned discard requests to driversEric Blake1-13/+32
2016-12-12block: Return -ENOTSUP rather than assert on unaligned discardsEric Blake3-3/+11
2016-12-12block: Let write zeroes fallback work even with small max_transferEric Blake1-5/+8
2016-12-12qcow2: Inform block layer about discard boundariesEric Blake1-0/+1
2016-12-08block: Don't mark node clean after failed flushKevin Wolf1-1/+3
2016-11-02throttle: Correct access to wrong BlockBackendPublic structuresAlberto Garcia1-4/+23
2016-11-02rbd: shift byte count as a 64-bit valuePaolo Bonzini1-2/+2
2016-11-02block-backend: remove blk_flush_allJohn Snow1-22/+0
2016-11-02block: reintroduce bdrv_flush_allJohn Snow1-0/+25
2016-11-02iscsi: Fix divide-by-zero regression on raw SG devicesEric Blake1-5/+8
2016-11-02qcow2: fix encryption during cow of sectorsDaniel P. Berrange1-1/+1
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