summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2017-07-18vvfat: correctly parse non-ASCII short and long file namesHervé Poussineau
2017-07-18vvfat: add a constant for bootsector nameHervé Poussineau
2017-07-18vvfat: add constants for special values of name[0]Hervé Poussineau
2017-07-18block: List anonymous device BBs in query-blockKevin Wolf
2017-07-18block/qapi: Use blk_all_next() for query-blockKevin Wolf
2017-07-18block: Make blk_all_next() publicKevin Wolf
2017-07-18block/qapi: Add qdev device name to query-blockKevin Wolf
2017-07-18block: Make blk_get_attached_dev_id() publicKevin Wolf
2017-07-18block/vpc.c: Handle write failures in get_image_offset()Peter Maydell
2017-07-18block/vmdk: Report failures in vmdk_read_cid()Peter Maydell
2017-07-18block: remove timer canceling in throttle_config()Manos Pitsidianakis
2017-07-18block: add clock_type field to ThrottleGroupManos Pitsidianakis
2017-07-18commit: Add NULL check for overlay_bsKevin Wolf
2017-07-18Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2017-07-17block: fix shadowed variable in bdrv_co_pdiscardDenis V. Lunev
2017-07-17ssh: support I/O from any AioContextPaolo Bonzini
2017-07-17sheepdog: add queue_lockPaolo Bonzini
2017-07-17qed: protect table cache with CoMutexPaolo Bonzini
2017-07-17qed: introduce bdrv_qed_init_statePaolo Bonzini
2017-07-17block: invoke .bdrv_drain callback in coroutine context and from AioContextPaolo Bonzini
2017-07-17qed: move tail of qed_aio_write_main to qed_aio_write_{cow, alloc}Paolo Bonzini
2017-07-17vvfat: make it thread-safePaolo Bonzini
2017-07-17vpc: make it thread-safePaolo Bonzini
2017-07-17vdi: make it thread-safePaolo Bonzini
2017-07-17qcow2: call CoQueue APIs under CoMutexPaolo Bonzini
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-07-14nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake
2017-07-14nbd: Create struct for tracking export infoEric Blake
2017-07-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-07-11block/qcow2: falloc/full preallocating growthMax Reitz
2017-07-11block/qcow2: Rename "fail_block" to just "fail"Max Reitz
2017-07-11block/qcow2: Add qcow2_refcount_area()Max Reitz
2017-07-11block/qcow2: Metadata preallocation for truncateMax Reitz
2017-07-11block/qcow2: Lock s->lock in preallocate()Max Reitz
2017-07-11block/qcow2: Generalize preallocate()Max Reitz