summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2017-09-28nbd-client: avoid read_reply_co entry if send failedStefan Hajnoczi1-16/+9
2017-09-28block/qcow2-bitmap: fix use of uninitialized pointerVladimir Sementsov-Ogievskiy1-1/+1
2017-09-28block/throttle-groups.c: allocate RestartData on the heapManos Pitsidianakis1-5/+7
2017-09-14qcow2: move qcow2_store_persistent_dirty_bitmaps() before cache flushingPavel Butsykin1-8/+8
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
2017-07-24dirty-bitmap: Report BlockDirtyInfo.count in bytes, as documentedEric Blake1-1/+1
2017-07-21block/vpc: fix uninitialised variable compiler warningMark Cave-Ayland1-1/+1
2017-07-18block/vvfat: Fix compiler warning with gcc 7Max Reitz1-2/+3
2017-07-18vvfat: initialize memory after allocating itHervé Poussineau1-0/+1
2017-07-18vvfat: correctly parse non-ASCII short and long file namesHervé Poussineau1-22/+37
2017-07-18vvfat: add a constant for bootsector nameHervé Poussineau1-1/+7
2017-07-18vvfat: add constants for special values of name[0]Hervé Poussineau1-6/+11
2017-07-18block: List anonymous device BBs in query-blockKevin Wolf1-1/+1
2017-07-18block/qapi: Use blk_all_next() for query-blockKevin Wolf1-2/+8
2017-07-18block: Make blk_all_next() publicKevin Wolf1-1/+1
2017-07-18block/qapi: Add qdev device name to query-blockKevin Wolf1-0/+10
2017-07-18block: Make blk_get_attached_dev_id() publicKevin Wolf1-2/+1
2017-07-18block/vpc.c: Handle write failures in get_image_offset()Peter Maydell1-7/+23