aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2017-08-31Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...Peter Maydell
2017-08-31Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-08-31vvfat: use DIV_ROUND_UPMarc-André Lureau
2017-08-31vpc: use DIV_ROUND_UPMarc-André Lureau
2017-08-31qcow2: use DIV_ROUND_UPMarc-André Lureau
2017-08-31dmg: use DIV_ROUND_UPMarc-André Lureau
2017-08-31vhdx: use QEMU_ALIGN_DOWNMarc-André Lureau
2017-08-30block/nbd-client: refactor request send/receiveVladimir Sementsov-Ogievskiy
2017-08-30block/nbd-client: rename nbd_recv_coroutines_enter_allVladimir Sementsov-Ogievskiy
2017-08-30block/nbd-client: get rid of ssize_tVladimir Sementsov-Ogievskiy
2017-08-30nbd-client: avoid read_reply_co entry if send failedStefan Hajnoczi
2017-08-30qcow2: allocate cluster_cache/cluster_data on demandStefan Hajnoczi
2017-08-30misc: Remove unused Error variablesAlberto Garcia
2017-08-23nbd-client: avoid spurious qio_channel_yield() re-entryStefan Hajnoczi
2017-08-23mirror: Mark target BB as "force allow inactivate"Fam Zheng
2017-08-23block-backend: Allow more "can inactivate" casesFam Zheng
2017-08-23block-backend: Refactor inactivate checkFam Zheng
2017-08-23fix build failure in nbd_read_reply_entry()Igor Mammedov
2017-08-15nbd-client: Fix regression when server sends garbageEric Blake
2017-08-15block-backend: Defer shared_perm tightening migration completionFam Zheng
2017-08-11file-posix: Do runtime check for ofd lock APIFam Zheng
2017-08-11qcow2: Check failure of bdrv_getlength()Eric Blake
2017-08-11qcow2: Drop debugging dump_refcounts()Eric Blake
2017-08-11vpc: Check failure of bdrv_getlength()Eric Blake
2017-08-08block/nfs: fix mutex assertion in nfs_file_close()Jeff Cody
2017-08-08parallels: drop check that bdrv_truncate() is workingDenis V. Lunev
2017-08-08parallels: respect error code of bdrv_getlength() in allocate_clusters()Denis V. Lunev
2017-08-08block: respect error code from bdrv_getlength in handle_aiocb_write_zeroesDenis V. Lunev
2017-08-08vmdk: Fix error handling/reporting of vmdk_checkFam Zheng
2017-08-08block/null: Remove 'filename' optionKevin Wolf
2017-08-08block/vhdx: check error return of bdrv_truncate()Jeff Cody
2017-08-08block/vhdx: check error return of bdrv_flush()Jeff Cody
2017-08-08block/vhdx: check for offset overflow to bdrv_truncate()Jeff Cody
2017-08-08block/vhdx: check error return of bdrv_getlength()Jeff Cody
2017-08-08quorum: Set sectors-count to 0 when reporting a flush errorAlberto Garcia
2017-08-07block: move trace probes into bdrv_co_preadv|pwritevDaniel P. Berrange
2017-08-01Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-08-01block/qapi: Remove redundant NULL check to silence CoverityKevin Wolf
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-31qcow2: fix null pointer dereferencePhilippe Mathieu-Daudé
2017-07-25qcow2-bitmap: fix bitmap_freeVladimir Sementsov-Ogievskiy
2017-07-25qcow: fix memory leaks related to encryptionDaniel P. Berrange
2017-07-24block: Skip implicit nodes in query-block/blockstatsKevin Wolf
2017-07-24qcow2: Fix sector calculation in qcow2_measure()Eric Blake
2017-07-24dirty-bitmap: Report BlockDirtyInfo.count in bytes, as documentedEric Blake
2017-07-21block/vpc: fix uninitialised variable compiler warningMark Cave-Ayland
2017-07-18block/vvfat: Fix compiler warning with gcc 7Max Reitz
2017-07-18vvfat: initialize memory after allocating itHervé Poussineau