summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* block/parallels: improve image reading performanceDenis V. Lunev2015-05-221-5/+31
* block/parallels: implement incorrect close detectionDenis V. Lunev2015-05-221-0/+50
* block/parallels: implement parallels_check method of block driverDenis V. Lunev2015-05-221-0/+85
* block/parallels: move parallels_open/probe to the very end of the fileDenis V. Lunev2015-05-221-93/+98
* block/parallels: read parallels image header and BAT into single bufferDenis V. Lunev2015-05-221-7/+17
* block/parallels: keep BAT bitmap data in little endian in memoryDenis V. Lunev2015-05-221-12/+5
* block/parallels: create bat2sect helperDenis V. Lunev2015-05-221-3/+9
* block/parallels: rename catalog_ names to bat_Denis V. Lunev2015-05-221-28/+30
* parallels: change copyright information in the image headerDenis V. Lunev2015-05-221-1/+5
* block/parallels: support parallels image creationDenis V. Lunev2015-05-221-0/+97
* block/parallels: _co_writev callback for Parallels formatDenis V. Lunev2015-05-221-2/+88
* block/parallels: mark parallels format driver as zero initedDenis V. Lunev2015-05-221-0/+1
* block/parallels: replace magic constants 4, 64 with proper sizeofsDenis V. Lunev2015-05-221-4/+4
* block/parallels: provide _co_readv routine for parallels format driverDenis V. Lunev2015-05-221-21/+33
* block/parallels: add get_block_statusRoman Kagan2015-05-221-0/+21
* block/parallels: read up to cluster end in one goRoman Kagan2015-05-221-5/+13
* block/parallels: switch to bdrv_readRoman Kagan2015-05-221-9/+11
* block/parallels: rename parallels_header to ParallelsHeaderDenis V. Lunev2015-05-221-4/+4
* Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...Peter Maydell2015-05-121-3/+0
|\
| * qobject: Clean up around qtype_codeMarkus Armbruster2015-05-111-3/+0
* | sheepdog: fix resource leak with sd_snapshot_createzhanghailiang2015-05-081-0/+1
|/
* block: move I/O request processing to block/io.cStefan Hajnoczi2015-04-282-1/+2541
* vmdk: Widen before shifting 32 bit header fieldFam Zheng2015-04-281-1/+1
* block/dmg: make it modularMichael Tokarev2015-04-281-1/+2
* block/mirror: Always call block_job_sleep_ns()Max Reitz2015-04-281-3/+0
* block: Ensure consistent bitmap function prototypesJohn Snow2015-04-282-17/+11
* qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2015-04-282-22/+137
* qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow2015-04-281-9/+1
* qmp: Ensure consistent granularity typeJohn Snow2015-04-281-2/+2
* qapi: Add optional field "name" to block dirty bitmapFam Zheng2015-04-281-1/+1
* block/iscsi: use the allocationmap also if cache.direct=onPeter Lieven2015-04-281-1/+1
* block/iscsi: bump year in copyright noticePeter Lieven2015-04-281-1/+1
* block/iscsi: handle SCSI_STATUS_TASK_SET_FULLPeter Lieven2015-04-281-2/+5
* block/iscsi: increase retry countPeter Lieven2015-04-281-1/+1
* block/iscsi: optimize WRITE10/16 if cache.writeback is not setPeter Lieven2015-04-281-3/+15
* block/iscsi: store DPOFUA bit from the modesense commandPeter Lieven2015-04-281-0/+3
* block/iscsi: rename iscsi_write_protected and let it return voidPeter Lieven2015-04-281-5/+5
* block/iscsi: change all iscsilun properties from uint8_t to boolPeter Lieven2015-04-281-7/+7
* block/iscsi: do not forget to logout from targetPeter Lieven2015-04-281-0/+6
* qmp: fill in the image field in BlockDeviceInfoAlberto Garcia2015-04-281-21/+25
* block: add 'node-name' field to BLOCK_IMAGE_CORRUPTEDAlberto Garcia2015-04-281-2/+6
* block: use bdrv_get_device_or_node_name() in error messagesAlberto Garcia2015-04-289-28/+29
* block: add bdrv_get_device_or_node_name()Alberto Garcia2015-04-281-4/+1
* blockjob: Update function name in commentsFam Zheng2015-04-282-2/+2
* blockjob: Allow nested pauseFam Zheng2015-04-281-1/+1
* block/null: Support reopenFam Zheng2015-04-281-0/+8
* block/null: Latency simulation by adding new option "latency-ns"Fam Zheng2015-04-281-6/+52
* vhdx: Fix zero-fill iov lengthKevin Wolf2015-04-281-2/+2
* blkdebug: Add bdrv_truncate()Kevin Wolf2015-04-281-0/+6
* block-backend: Expose bdrv_write_zeroes()Kevin Wolf2015-04-281-0/+11
OpenPOWER on IntegriCloud