summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2015-04-28block: move I/O request processing to block/io.cStefan Hajnoczi2-1/+2541
2015-04-28vmdk: Widen before shifting 32 bit header fieldFam Zheng1-1/+1
2015-04-28block/dmg: make it modularMichael Tokarev1-1/+2
2015-04-28block/mirror: Always call block_job_sleep_ns()Max Reitz1-3/+0
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow2-17/+11
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2-22/+137
2015-04-28qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow1-9/+1
2015-04-28qmp: Ensure consistent granularity typeJohn Snow1-2/+2
2015-04-28qapi: Add optional field "name" to block dirty bitmapFam Zheng1-1/+1
2015-04-28block/iscsi: use the allocationmap also if cache.direct=onPeter Lieven1-1/+1
2015-04-28block/iscsi: bump year in copyright noticePeter Lieven1-1/+1
2015-04-28block/iscsi: handle SCSI_STATUS_TASK_SET_FULLPeter Lieven1-2/+5
2015-04-28block/iscsi: increase retry countPeter Lieven1-1/+1
2015-04-28block/iscsi: optimize WRITE10/16 if cache.writeback is not setPeter Lieven1-3/+15
2015-04-28block/iscsi: store DPOFUA bit from the modesense commandPeter Lieven1-0/+3
2015-04-28block/iscsi: rename iscsi_write_protected and let it return voidPeter Lieven1-5/+5
2015-04-28block/iscsi: change all iscsilun properties from uint8_t to boolPeter Lieven1-7/+7
2015-04-28block/iscsi: do not forget to logout from targetPeter Lieven1-0/+6
2015-04-28qmp: fill in the image field in BlockDeviceInfoAlberto Garcia1-21/+25
2015-04-28block: add 'node-name' field to BLOCK_IMAGE_CORRUPTEDAlberto Garcia1-2/+6
2015-04-28block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia9-28/+29
2015-04-28block: add bdrv_get_device_or_node_name()Alberto Garcia1-4/+1
2015-04-28blockjob: Update function name in commentsFam Zheng2-2/+2
2015-04-28blockjob: Allow nested pauseFam Zheng1-1/+1
2015-04-28block/null: Support reopenFam Zheng1-0/+8
2015-04-28block/null: Latency simulation by adding new option "latency-ns"Fam Zheng1-6/+52
2015-04-28vhdx: Fix zero-fill iov lengthKevin Wolf1-2/+2
2015-04-28blkdebug: Add bdrv_truncate()Kevin Wolf1-0/+6
2015-04-28block-backend: Expose bdrv_write_zeroes()Kevin Wolf1-0/+11
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi5-7/+7
2015-04-28savevm: create snapshot failed when id_str already existsYi Wang1-4/+2
2015-04-09block/iscsi: handle zero events from iscsi_which_eventsPeter Lieven1-6/+27
2015-04-08qcow2: Fix header update with overridden backing fileKevin Wolf2-7/+28
2015-03-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+10
2015-03-19Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-03-1...Peter Maydell1-1/+1
2015-03-19raw-posix: Deprecate aio=threads fallback without O_DIRECTKevin Wolf1-0/+8
2015-03-19raw-posix: Deprecate host floppy passthroughMarkus Armbruster1-0/+2
2015-03-19block/qapi: Fix Sparse warningStefan Weil1-1/+1
2015-03-18nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz2-3/+1
2015-03-18nbd: Fix nbd_establish_connection()'s return valueMax Reitz1-1/+1
2015-03-16block/vpc: remove disabled code from get_sector_offsetPeter Lieven1-32/+0
2015-03-16block/vpc: rename footer->size -> footer->current_sizePeter Lieven1-4/+5
2015-03-16block/vpc: make calculate_geometry spec conformPeter Lieven1-19/+22
2015-03-16vpc: Ignore geometry for large imagesKevin Wolf1-6/+4
2015-03-16block/vpc: optimize vpc_co_get_block_statusPeter Lieven1-10/+8
2015-03-16qcow2: Respect new_block in alloc_refcount_block()Max Reitz1-2/+14
2015-03-16block: Fix block-set-write-threshold not to use funky error classMarkus Armbruster1-1/+1
2015-03-12qcow2: fix the macro QCOW_MAX_L1_SIZE's useWen Congyang2-2/+2
2015-03-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell11-275/+893