summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2015-05-22block: get_block_status: use "else" when testing the opposite conditionPaolo Bonzini1-3/+1
2015-05-22block: Fix NULL deference for unaligned write if qiov is NULLFam Zheng1-2/+95
2015-05-22Revert "block: Fix unaligned zero write"Fam Zheng1-39/+6
2015-05-22block: align bounce buffers to pageDenis V. Lunev2-7/+8
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev2-1/+7
2015-05-22block: return EPERM on writes or discards to read-only devicesPaolo Bonzini1-2/+2
2015-05-22block/parallels: improve image writing performance furtherDenis V. Lunev1-20/+23
2015-05-22block/parallels: optimize linear image expansionDenis V. Lunev1-10/+32
2015-05-22block/parallels: add prealloc-mode and prealloc-size open paramemetsDenis V. Lunev1-6/+77
2015-05-22block/parallels: delay writing to BAT till bdrv_co_flush_to_osDenis V. Lunev1-6/+44
2015-05-22block/parallels: create bat_entry_off helperDenis V. Lunev1-6/+9
2015-05-22block/parallels: improve image reading performanceDenis V. Lunev1-5/+31
2015-05-22block/parallels: implement incorrect close detectionDenis V. Lunev1-0/+50
2015-05-22block/parallels: implement parallels_check method of block driverDenis V. Lunev1-0/+85
2015-05-22block/parallels: move parallels_open/probe to the very end of the fileDenis V. Lunev1-93/+98
2015-05-22block/parallels: read parallels image header and BAT into single bufferDenis V. Lunev1-7/+17
2015-05-22block/parallels: keep BAT bitmap data in little endian in memoryDenis V. Lunev1-12/+5
2015-05-22block/parallels: create bat2sect helperDenis V. Lunev1-3/+9
2015-05-22block/parallels: rename catalog_ names to bat_Denis V. Lunev1-28/+30
2015-05-22parallels: change copyright information in the image headerDenis V. Lunev1-1/+5
2015-05-22block/parallels: support parallels image creationDenis V. Lunev1-0/+97
2015-05-22block/parallels: _co_writev callback for Parallels formatDenis V. Lunev1-2/+88
2015-05-22block/parallels: mark parallels format driver as zero initedDenis V. Lunev1-0/+1
2015-05-22block/parallels: replace magic constants 4, 64 with proper sizeofsDenis V. Lunev1-4/+4
2015-05-22block/parallels: provide _co_readv routine for parallels format driverDenis V. Lunev1-21/+33
2015-05-22block/parallels: add get_block_statusRoman Kagan1-0/+21
2015-05-22block/parallels: read up to cluster end in one goRoman Kagan1-5/+13
2015-05-22block/parallels: switch to bdrv_readRoman Kagan1-9/+11
2015-05-22block/parallels: rename parallels_header to ParallelsHeaderDenis V. Lunev1-4/+4
2015-05-12Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...Peter Maydell1-3/+0
2015-05-11qobject: Clean up around qtype_codeMarkus Armbruster1-3/+0
2015-05-08sheepdog: fix resource leak with sd_snapshot_createzhanghailiang1-0/+1
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