summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2017-08-011-1/+2
|\
| * block/qapi: Remove redundant NULL check to silence CoverityKevin Wolf2017-08-011-1/+2
* | trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-11/+11
* | trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy2017-08-011-3/+3
|/
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* qcow2: fix null pointer dereferencePhilippe Mathieu-Daudé2017-07-311-2/+2
* qcow2-bitmap: fix bitmap_freeVladimir Sementsov-Ogievskiy2017-07-251-0/+4
* qcow: fix memory leaks related to encryptionDaniel P. Berrange2017-07-252-5/+7
* block: Skip implicit nodes in query-block/blockstatsKevin Wolf2017-07-243-6/+33
* qcow2: Fix sector calculation in qcow2_measure()Eric Blake2017-07-241-2/+2
* dirty-bitmap: Report BlockDirtyInfo.count in bytes, as documentedEric Blake2017-07-241-1/+1
* block/vpc: fix uninitialised variable compiler warningMark Cave-Ayland2017-07-211-1/+1
* block/vvfat: Fix compiler warning with gcc 7Max Reitz2017-07-181-2/+3
* vvfat: initialize memory after allocating itHervé Poussineau2017-07-181-0/+1
* vvfat: correctly parse non-ASCII short and long file namesHervé Poussineau2017-07-181-22/+37
* vvfat: add a constant for bootsector nameHervé Poussineau2017-07-181-1/+7
* vvfat: add constants for special values of name[0]Hervé Poussineau2017-07-181-6/+11
* block: List anonymous device BBs in query-blockKevin Wolf2017-07-181-1/+1
* block/qapi: Use blk_all_next() for query-blockKevin Wolf2017-07-181-2/+8
* block: Make blk_all_next() publicKevin Wolf2017-07-181-1/+1
* block/qapi: Add qdev device name to query-blockKevin Wolf2017-07-181-0/+10
* block: Make blk_get_attached_dev_id() publicKevin Wolf2017-07-181-2/+1Star
* block/vpc.c: Handle write failures in get_image_offset()Peter Maydell2017-07-181-7/+23
* block/vmdk: Report failures in vmdk_read_cid()Peter Maydell2017-07-181-12/+32
* block: remove timer canceling in throttle_config()Manos Pitsidianakis2017-07-181-9/+1Star
* block: add clock_type field to ThrottleGroupManos Pitsidianakis2017-07-181-10/+10
* commit: Add NULL check for overlay_bsKevin Wolf2017-07-181-1/+3
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-07-181-1/+0Star
|\
| * block: fix shadowed variable in bdrv_co_pdiscardDenis V. Lunev2017-07-171-1/+0Star
* | ssh: support I/O from any AioContextPaolo Bonzini2017-07-171-7/+17
* | sheepdog: add queue_lockPaolo Bonzini2017-07-171-2/+19
* | qed: protect table cache with CoMutexPaolo Bonzini2017-07-175-54/+129
* | qed: introduce bdrv_qed_init_statePaolo Bonzini2017-07-171-5/+11
* | block: invoke .bdrv_drain callback in coroutine context and from AioContextPaolo Bonzini2017-07-172-12/+36
* | qed: move tail of qed_aio_write_main to qed_aio_write_{cow, alloc}Paolo Bonzini2017-07-171-38/+32Star
* | vvfat: make it thread-safePaolo Bonzini2017-07-171-1/+7
* | vpc: make it thread-safePaolo Bonzini2017-07-171-10/+10
* | vdi: make it thread-safePaolo Bonzini2017-07-171-24/+24
* | qcow2: call CoQueue APIs under CoMutexPaolo Bonzini2017-07-171-2/+2
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-143-16/+25
|\
| * nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake2017-07-142-3/+15
| * nbd: Create struct for tracking export infoEric Blake2017-07-143-13/+10Star
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell2017-07-146-22/+21Star
|\ \ | |/ |/|
| * Convert error_report() to warn_report()Alistair Francis2017-07-136-22/+21Star
* | block/qcow2: falloc/full preallocating growthMax Reitz2017-07-113-9/+108
* | block/qcow2: Rename "fail_block" to just "fail"Max Reitz2017-07-111-7/+7
* | block/qcow2: Add qcow2_refcount_area()Max Reitz2017-07-113-88/+203
* | block/qcow2: Metadata preallocation for truncateMax Reitz2017-07-111-2/+31
* | block/qcow2: Lock s->lock in preallocate()Max Reitz2017-07-111-7/+15
* | block/qcow2: Generalize preallocate()Max Reitz2017-07-111-5/+12