summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2017-09-04qapi: Generate FOO_str() macro for QAPI enum FOOMarkus Armbruster7-7/+0
2017-09-04quorum: Use qapi_enum_parse() in quorum_open()Marc-André Lureau1-19/+9
2017-09-04block: Use qemu_enum_parse() in blkdebug_debug_breakpoint()Marc-André Lureau1-20/+8
2017-09-04qapi: Drop superfluous qapi_enum_parse() parameter maxMarkus Armbruster5-14/+10
2017-08-31Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...Peter Maydell5-7/+7
2017-08-31Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-27/+22
2017-08-31vvfat: use DIV_ROUND_UPMarc-André Lureau1-2/+2
2017-08-31vpc: use DIV_ROUND_UPMarc-André Lureau1-2/+2
2017-08-31qcow2: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-31dmg: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-31vhdx: use QEMU_ALIGN_DOWNMarc-André Lureau1-1/+1
2017-08-30block/nbd-client: refactor request send/receiveVladimir Sementsov-Ogievskiy1-47/+26
2017-08-30block/nbd-client: rename nbd_recv_coroutines_enter_allVladimir Sementsov-Ogievskiy1-2/+2
2017-08-30block/nbd-client: get rid of ssize_tVladimir Sementsov-Ogievskiy1-5/+5
2017-08-30nbd-client: avoid read_reply_co entry if send failedStefan Hajnoczi1-16/+9
2017-08-30qcow2: allocate cluster_cache/cluster_data on demandStefan Hajnoczi2-12/+17
2017-08-30misc: Remove unused Error variablesAlberto Garcia2-15/+5
2017-08-23nbd-client: avoid spurious qio_channel_yield() re-entryStefan Hajnoczi2-14/+28
2017-08-23mirror: Mark target BB as "force allow inactivate"Fam Zheng1-2/+12
2017-08-23block-backend: Allow more "can inactivate" casesFam Zheng1-5/+17
2017-08-23block-backend: Refactor inactivate checkFam Zheng1-5/+14
2017-08-23fix build failure in nbd_read_reply_entry()Igor Mammedov1-1/+1
2017-08-15nbd-client: Fix regression when server sends garbageEric Blake2-4/+14
2017-08-15block-backend: Defer shared_perm tightening migration completionFam Zheng1-0/+41
2017-08-11file-posix: Do runtime check for ofd lock APIFam Zheng1-11/+8
2017-08-11qcow2: Check failure of bdrv_getlength()Eric Blake1-1/+4
2017-08-11qcow2: Drop debugging dump_refcounts()Eric Blake1-21/+0
2017-08-11vpc: Check failure of bdrv_getlength()Eric Blake1-1/+8
2017-08-08block/nfs: fix mutex assertion in nfs_file_close()Jeff Cody1-3/+8
2017-08-08parallels: drop check that bdrv_truncate() is workingDenis V. Lunev1-3/+1
2017-08-08parallels: respect error code of bdrv_getlength() in allocate_clusters()Denis V. Lunev1-2/+6
2017-08-08block: respect error code from bdrv_getlength in handle_aiocb_write_zeroesDenis V. Lunev1-1/+7
2017-08-08vmdk: Fix error handling/reporting of vmdk_checkFam Zheng1-8/+18
2017-08-08block/null: Remove 'filename' optionKevin Wolf1-5/+26
2017-08-08block/vhdx: check error return of bdrv_truncate()Jeff Cody1-1/+5
2017-08-08block/vhdx: check error return of bdrv_flush()Jeff Cody1-3/+14
2017-08-08block/vhdx: check for offset overflow to bdrv_truncate()Jeff Cody2-1/+8
2017-08-08block/vhdx: check error return of bdrv_getlength()Jeff Cody2-6/+26
2017-08-08quorum: Set sectors-count to 0 when reporting a flush errorAlberto Garcia1-2/+1
2017-08-07block: move trace probes into bdrv_co_preadv|pwritevDaniel P. Berrange2-6/+6
2017-08-01Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+2
2017-08-01block/qapi: Remove redundant NULL check to silence CoverityKevin Wolf1-1/+2
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-11/+11
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy1-3/+3
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-31qcow2: fix null pointer dereferencePhilippe Mathieu-Daudé1-2/+2
2017-07-25qcow2-bitmap: fix bitmap_freeVladimir Sementsov-Ogievskiy1-0/+4
2017-07-25qcow: fix memory leaks related to encryptionDaniel P. Berrange2-5/+7
2017-07-24block: Skip implicit nodes in query-block/blockstatsKevin Wolf3-6/+33
2017-07-24qcow2: Fix sector calculation in qcow2_measure()Eric Blake1-2/+2