summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/backup: disable copy_range for compressed backupVladimir Sementsov-Ogievskiy2019-08-061-1/+1
* mirror: Only mirror granularity-aligned chunksMax Reitz2019-08-061-0/+29
* backup: Copy only dirty areasMax Reitz2019-08-061-2/+11
* nvme: Limit blkshift to 12 (for 4 kB blocks)Max Reitz2019-07-301-11/+11
* block/copy-on-read: Fix permissions for inactive nodeKevin Wolf2019-07-301-9/+7Star
* block: Dec. drained_end_counter before bdrv_wakeupMax Reitz2019-07-221-3/+2Star
* block/nvme: don't touch the completion entriesMaxim Levitsky2019-07-221-4/+1Star
* block/nvme: support larger that 512 bytes sector devicesMaxim Levitsky2019-07-221-5/+40
* block/nvme: fix doorbell strideMaxim Levitsky2019-07-221-1/+1
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-07-19' into st...Peter Maydell2019-07-221-3/+2Star
|\
| * nbd: Initialize reply on failureEric Blake2019-07-191-3/+2Star
* | block: Loop unsafely in bdrv*drained_end()Max Reitz2019-07-191-4/+4
* | block: Do not poll in bdrv_do_drained_end()Max Reitz2019-07-192-26/+60
* | block: Make bdrv_parent_drained_[^_]*() staticMax Reitz2019-07-191-4/+4
* | block: Add @drained_end_counterMax Reitz2019-07-191-18/+40
* | block: Introduce BdrvChild.parent_quiesce_counterMax Reitz2019-07-191-3/+11
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-07-161-15/+14Star
|\
| * iscsi: base all handling of check condition on scsi_sense_to_errnoPaolo Bonzini2019-07-151-15/+14Star
| * iscsi: fix busy/timeout/task set fullPaolo Bonzini2019-07-151-1/+1
* | gluster: fix .bdrv_reopen_prepare when backing file is a JSON objectStefano Garzarella2019-07-151-1/+11
* | block/stream: Swap backing file change orderMax Reitz2019-07-151-1/+1
* | block/stream: Fix error pathMax Reitz2019-07-151-1/+1
* | block: Add BDS.never_freezeMax Reitz2019-07-152-0/+8
* | nvme: Set number of queues later in nvme_init()Michal Privoznik2019-07-151-1/+1
|/
* file-posix: Use max transfer length/segment count only for SCSI passthroughMaxim Levitsky2019-07-121-26/+28
* qcow2: Allow -o compat=v3 during qemu-img amendEric Blake2019-07-081-3/+3
* block/qcow: Improve error when opening qcow2 files as qcowJohn Snow2019-07-081-1/+6
* block/stream: introduce a bottom nodeAndrey Shinkevich2019-07-021-20/+23
* block/stream: refactor stream_run: drop gotoAndrey Shinkevich2019-07-021-9/+4Star
* block: include base when checking image chain for block allocationAndrey Shinkevich2019-07-026-11/+21
* block/rbd: increase dynamically the image sizeStefano Garzarella2019-07-021-3/+39
* ssh: switch from libssh2 to libsshPino Toscano2019-06-243-301/+371
* vmdk: Add read-only support for seSparse snapshotsSam Eiderman2019-06-241-16/+342
* vmdk: Reduce the max bound for L1 table sizeSam Eiderman2019-06-241-6/+7
* vmdk: Fix comment regarding max l1_size coverageSam Eiderman2019-06-241-3/+8
* block/commit: Drop bdrv_child_try_set_perm()Max Reitz2019-06-181-2/+0Star
* block/mirror: Fix child permissionsMax Reitz2019-06-181-9/+23
* file-posix: Update open_flags in raw_set_perm()Max Reitz2019-06-181-0/+4
* block: drop bs->jobVladimir Sementsov-Ogievskiy2019-06-181-1/+1
* block/block-backend: blk_iostatus_reset: drop usage of bs->jobVladimir Sementsov-Ogievskiy2019-06-181-4/+0Star
* block/replication: drop usage of bs->jobVladimir Sementsov-Ogievskiy2019-06-182-25/+34
* blkdebug: Inject errors on .bdrv_co_block_status()Max Reitz2019-06-141-0/+8
* blkdebug: Add "none" eventMax Reitz2019-06-141-0/+2
* blkdebug: Add @iotype error optionMax Reitz2019-06-141-9/+41
* block/nbd: merge NBDClientSession struct back to BDRVNBDStateVladimir Sementsov-Ogievskiy2019-06-131-103/+94Star
* block/nbd: merge nbd-client.* to nbd.cVladimir Sementsov-Ogievskiy2019-06-135-1322/+1255Star
* block/nbd-client: drop stale logoutVladimir Sementsov-Ogievskiy2019-06-133-12/+5Star
* block/gluster: update .help of BLOCK_OPT_PREALLOC optionStefano Garzarella2019-06-121-1/+8
* block/file-posix: update .help of BLOCK_OPT_PREALLOC optionStefano Garzarella2019-06-121-1/+5
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-1216-12/+4Star