summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2017-08-313-27/+22Star
|\
| * qcow2: allocate cluster_cache/cluster_data on demandStefan Hajnoczi2017-08-302-12/+17
| * misc: Remove unused Error variablesAlberto Garcia2017-08-302-15/+5Star
* | block/nbd-client: refactor request send/receiveVladimir Sementsov-Ogievskiy2017-08-301-47/+26Star
* | block/nbd-client: rename nbd_recv_coroutines_enter_allVladimir Sementsov-Ogievskiy2017-08-301-2/+2
* | block/nbd-client: get rid of ssize_tVladimir Sementsov-Ogievskiy2017-08-301-5/+5
* | nbd-client: avoid read_reply_co entry if send failedStefan Hajnoczi2017-08-301-16/+9Star
|/
* nbd-client: avoid spurious qio_channel_yield() re-entryStefan Hajnoczi2017-08-232-14/+28
* mirror: Mark target BB as "force allow inactivate"Fam Zheng2017-08-231-2/+12
* block-backend: Allow more "can inactivate" casesFam Zheng2017-08-231-5/+17
* block-backend: Refactor inactivate checkFam Zheng2017-08-231-5/+14
* fix build failure in nbd_read_reply_entry()Igor Mammedov2017-08-231-1/+1
* nbd-client: Fix regression when server sends garbageEric Blake2017-08-152-4/+14
* block-backend: Defer shared_perm tightening migration completionFam Zheng2017-08-151-0/+41
* file-posix: Do runtime check for ofd lock APIFam Zheng2017-08-111-11/+8Star
* qcow2: Check failure of bdrv_getlength()Eric Blake2017-08-111-1/+4
* qcow2: Drop debugging dump_refcounts()Eric Blake2017-08-111-21/+0Star
* vpc: Check failure of bdrv_getlength()Eric Blake2017-08-111-1/+8
* block/nfs: fix mutex assertion in nfs_file_close()Jeff Cody2017-08-081-3/+8
* parallels: drop check that bdrv_truncate() is workingDenis V. Lunev2017-08-081-3/+1Star
* parallels: respect error code of bdrv_getlength() in allocate_clusters()Denis V. Lunev2017-08-081-2/+6
* block: respect error code from bdrv_getlength in handle_aiocb_write_zeroesDenis V. Lunev2017-08-081-1/+7
* vmdk: Fix error handling/reporting of vmdk_checkFam Zheng2017-08-081-8/+18
* block/null: Remove 'filename' optionKevin Wolf2017-08-081-5/+26
* block/vhdx: check error return of bdrv_truncate()Jeff Cody2017-08-081-1/+5
* block/vhdx: check error return of bdrv_flush()Jeff Cody2017-08-081-3/+14
* block/vhdx: check for offset overflow to bdrv_truncate()Jeff Cody2017-08-082-1/+8
* block/vhdx: check error return of bdrv_getlength()Jeff Cody2017-08-082-6/+26
* quorum: Set sectors-count to 0 when reporting a flush errorAlberto Garcia2017-08-081-2/+1Star
* block: move trace probes into bdrv_co_preadv|pwritevDaniel P. Berrange2017-08-072-6/+6
* 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