summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-18block/vmdk: Report failures in vmdk_read_cid()Peter Maydell1-12/+32
2017-07-18block: remove timer canceling in throttle_config()Manos Pitsidianakis1-9/+1
2017-07-18block: add clock_type field to ThrottleGroupManos Pitsidianakis1-10/+10
2017-07-18commit: Add NULL check for overlay_bsKevin Wolf1-1/+3
2017-07-18Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+0
2017-07-17block: fix shadowed variable in bdrv_co_pdiscardDenis V. Lunev1-1/+0
2017-07-17ssh: support I/O from any AioContextPaolo Bonzini1-7/+17
2017-07-17sheepdog: add queue_lockPaolo Bonzini1-2/+19
2017-07-17qed: protect table cache with CoMutexPaolo Bonzini5-54/+129
2017-07-17qed: introduce bdrv_qed_init_statePaolo Bonzini1-5/+11
2017-07-17block: invoke .bdrv_drain callback in coroutine context and from AioContextPaolo Bonzini2-12/+36
2017-07-17qed: move tail of qed_aio_write_main to qed_aio_write_{cow, alloc}Paolo Bonzini1-38/+32
2017-07-17vvfat: make it thread-safePaolo Bonzini1-1/+7
2017-07-17vpc: make it thread-safePaolo Bonzini1-10/+10
2017-07-17vdi: make it thread-safePaolo Bonzini1-24/+24
2017-07-17qcow2: call CoQueue APIs under CoMutexPaolo Bonzini1-2/+2
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-16/+25
2017-07-14nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake2-3/+15
2017-07-14nbd: Create struct for tracking export infoEric Blake3-13/+10
2017-07-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell6-22/+21
2017-07-13Convert error_report() to warn_report()Alistair Francis6-22/+21
2017-07-11block/qcow2: falloc/full preallocating growthMax Reitz3-9/+108
2017-07-11block/qcow2: Rename "fail_block" to just "fail"Max Reitz1-7/+7
2017-07-11block/qcow2: Add qcow2_refcount_area()Max Reitz3-88/+203
2017-07-11block/qcow2: Metadata preallocation for truncateMax Reitz1-2/+31
2017-07-11block/qcow2: Lock s->lock in preallocate()Max Reitz1-7/+15
2017-07-11block/qcow2: Generalize preallocate()Max Reitz1-5/+12