aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-12-21block-backend: Always notify on blk_ejectJohn Snow
2016-12-12block/curl: Do not wait for data beyond EOFMax Reitz
2016-12-12block/curl: Remember all socketsMax Reitz
2016-12-12block/curl: Fix return value from curl_read_cbMax Reitz
2016-12-12block/curl: Use BDRV_SECTOR_SIZEMax Reitz
2016-12-12block: Pass unaligned discard requests to driversEric Blake
2016-12-12block: Return -ENOTSUP rather than assert on unaligned discardsEric Blake
2016-12-12block: Let write zeroes fallback work even with small max_transferEric Blake
2016-12-12qcow2: Inform block layer about discard boundariesEric Blake
2016-12-08block: Don't mark node clean after failed flushKevin Wolf
2016-11-02throttle: Correct access to wrong BlockBackendPublic structuresAlberto Garcia
2016-11-02rbd: shift byte count as a 64-bit valuePaolo Bonzini
2016-11-02block-backend: remove blk_flush_allJohn Snow
2016-11-02block: reintroduce bdrv_flush_allJohn Snow
2016-11-02iscsi: Fix divide-by-zero regression on raw SG devicesEric Blake
2016-11-02qcow2: fix encryption during cow of sectorsDaniel P. Berrange
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