aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-11-17Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell3-1/+7
2020-11-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+4
2020-11-17quorum: Require WRITE perm with rewrite-corruptedMax Reitz1-0/+5
2020-11-17io_uring: do not use pointer after freePaolo Bonzini1-1/+1
2020-11-17file-posix: allow -EBUSY errors during write zeros on raw block devicesMaxim Levitsky1-0/+1
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant2-2/+2
2020-11-12meson: move vhost_user_blk_server to meson.buildStefan Hajnoczi1-1/+4
2020-11-09block: Fix some code style problems, "foo* bar" should be "foo *bar"shiliyang5-12/+12
2020-11-09block: Fixes nfs compiling error on msys2/mingwYonggang Luo1-1/+12
2020-11-09qcow2: Document and enforce the QCowL2Meta invariantsAlberto Garcia3-14/+29
2020-11-09block: Remove unused includeAlexChen1-1/+0
2020-11-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-16/+18
2020-11-03block/export: fix vhost-user-blk get_config() information leakStefan Hajnoczi1-0/+3
2020-11-03block/export: make vhost-user-blk config space little-endianStefan Hajnoczi1-13/+12
2020-11-03configure: introduce --enable-vhost-user-blk-serverStefan Hajnoczi2-3/+3
2020-11-03block/vvfat: Fix bad printf format specifiersAlexChen1-5/+7
2020-10-30nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake1-5/+21
2020-10-30block: Return depth level during bdrv_is_allocated_aboveEric Blake5-13/+30
2020-10-27block: End quiescent sections when a BDS is deletedGreg Kurz1-0/+13
2020-10-27qcow2: Skip copy-on-write when allocating a zero clusterAlberto Garcia2-16/+46
2020-10-27qcow2: Report BDRV_BLOCK_ZERO more accurately in bdrv_co_block_status()Alberto Garcia1-4/+4
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+2
2020-10-23block/io: fix bdrv_is_allocated_aboveVladimir Sementsov-Ogievskiy1-38/+5
2020-10-23block/io: bdrv_common_block_status_above: support bs == baseVladimir Sementsov-Ogievskiy1-1/+5
2020-10-23block/io: bdrv_common_block_status_above: support include_baseVladimir Sementsov-Ogievskiy2-7/+16
2020-10-23block/io: fix bdrv_co_block_status_aboveVladimir Sementsov-Ogievskiy2-16/+68
2020-10-23block/export: add vhost-user-blk multi-queue supportStefan Hajnoczi1-6/+18
2020-10-23block/export: add iothread and fixed-iothread optionsStefan Hajnoczi2-2/+34
2020-10-23block: move block exports to libblockdevStefan Hajnoczi1-2/+2
2020-10-23util/vhost-user-server: use static library in meson.buildStefan Hajnoczi2-5/+5
2020-10-23util/vhost-user-server: move header to include/Stefan Hajnoczi1-1/+1
2020-10-23block/export: convert vhost-user-blk server to block export APIStefan Hajnoczi5-353/+126
2020-10-23block/export: report flush errorsStefan Hajnoczi1-4/+7
2020-10-23util/vhost-user-server: rework vu_client_trip() coroutine lifecycleStefan Hajnoczi1-7/+2
2020-10-23util/vhost-user-server: drop unused DevicePanicNotifierStefan Hajnoczi1-2/+1
2020-10-23block/export: consolidate request structs into VuBlockReqStefan Hajnoczi1-47/+21
2020-10-23block/export: vhost-user block device backend serverCoiby Xu3-0/+698
2020-10-23block/nvme: Add driver statistics for access alignment and hw errorsPhilippe Mathieu-Daudé1-0/+27
2020-10-22replay: do not build if TCG is not availableClaudio Fontana1-1/+2
2020-10-15block: deprecate the sheepdog block driverDaniel P. Berrangé1-0/+14
2020-10-13block/blkdebug: fix memory leakElena Afanasova1-0/+1
2020-10-13vmdk: fix maybe uninitialized warningsChristian Borntraeger1-4/+4
2020-10-09block/nbd: nbd_co_reconnect_loop(): don't connect if drainedVladimir Sementsov-Ogievskiy1-0/+3
2020-10-09block/nbd: fix reconnect-delayVladimir Sementsov-Ogievskiy1-9/+50
2020-10-09block/nbd: correctly use qio_channel_detach_aio_context when neededVladimir Sementsov-Ogievskiy1-2/+2
2020-10-09block/nbd: fix drain dead-lock because of nbd reconnect-delayVladimir Sementsov-Ogievskiy1-0/+5
2020-10-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell3-4/+26
2020-10-06migration: introduce icount field for snapshotsPavel Dovgalyuk2-4/+16
2020-10-06qcow2: introduce icount field for snapshotsPavel Dovgalyuk2-0/+10
2020-10-05block/io: refactor save/load vmstateVladimir Sementsov-Ogievskiy2-39/+39