summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2016-06-07Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...Peter Maydell10-18/+10
2016-06-07block: Use DIV_ROUND_UPLaurent Vivier1-2/+1
2016-06-07qed: Use DIV_ROUND_UPLaurent Vivier2-4/+2
2016-06-07qcow/qcow2: Use DIV_ROUND_UPLaurent Vivier3-8/+6
2016-06-07parallels: Use DIV_ROUND_UPLaurent Vivier1-1/+1
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell3-3/+0
2016-06-07block: Drop bdrv_ioctl_bh_cbFam Zheng1-18/+2
2016-06-07block: Move BlockRequest type to io.cEric Blake1-0/+21
2016-06-07block/io: optimize bdrv_co_pwritev for small requestsPeter Lieven1-0/+8
2016-06-07block/io: Remove unused bdrv_aio_write_zeroes()Kevin Wolf1-11/+0
2016-05-29block/iscsi: avoid potential overflow of acb->task->cdbPeter Lieven1-0/+7
2016-05-25commit: Use BlockBackend for I/OKevin Wolf1-20/+33
2016-05-25backup: Use BlockBackend for I/OKevin Wolf2-34/+21
2016-05-25backup: Remove bs parameter from backup_do_cow()Kevin Wolf1-7/+6
2016-05-25backup: Pack Notifier within BackupBlockJobJohn Snow1-9/+10
2016-05-25backup: Don't leak BackupBlockJob in error pathKevin Wolf1-2/+5
2016-05-25mirror: Use BlockBackend for I/OKevin Wolf1-31/+39
2016-05-25mirror: Allow target that already has a BlockBackendKevin Wolf1-27/+6
2016-05-25stream: Use BlockBackend for I/OKevin Wolf2-15/+9
2016-05-25block: Make blk_co_preadv/pwritev() publicKevin Wolf1-7/+14
2016-05-25block: Convert block job core to BlockBackendKevin Wolf1-0/+3
2016-05-25block: Default to enabled write cache in blk_new()Kevin Wolf1-1/+2
2016-05-25block: Rename blk_write_zeroes()Eric Blake2-9/+9
2016-05-25block: Fix reconfiguring graph with drained nodesKevin Wolf1-4/+5
2016-05-25block: Make bdrv_drain() use bdrv_drained_begin/end()Kevin Wolf1-36/+33
2016-05-25block: Drop errp parameter from blk_new()Max Reitz1-7/+2
2016-05-25block: Make bdrv_open() return a BDSMax Reitz2-8/+6
2016-05-25block: Drop blk_new_with_bs()Max Reitz1-23/+7
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf3-43/+63
2016-05-23iscsi: pass SCSI status back for SG_IOVadim Rozenfeld1-0/+1
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell13-604/+378
2016-05-19qcow2: Fix write_zeroes with partially allocated backing file clusterKevin Wolf1-1/+2
2016-05-19qcow2: fix condition in is_zero_clusterDenis V. Lunev1-1/+1
2016-05-19block: Propagate AioContext change to all childrenMax Reitz3-66/+0
2016-05-19block: Remove BlockDriverState.blkKevin Wolf2-10/+2
2016-05-19block: Don't return throttling info in query-named-block-nodesKevin Wolf1-3/+3
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf3-40/+75
2016-05-19block: Add bdrv_has_blk()Kevin Wolf1-0/+17
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf2-208/+0
2016-05-19blockjob: Don't touch BDS iostatusKevin Wolf4-66/+0
2016-05-19blockjob: Don't set iostatus of targetKevin Wolf3-10/+9
2016-05-19block: User BdrvChild callback for device nameKevin Wolf1-0/+6
2016-05-19block: Use BdrvChild callbacks for change_media/resizeKevin Wolf1-1/+14
2016-05-19block: Don't check throttled reqs in bdrv_requests_pending()Kevin Wolf1-7/+0
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf1-23/+14
2016-05-19block/io: Quiesce parents between drained_begin/endKevin Wolf1-0/+3
2016-05-19block: Drain throttling queue with BdrvChild callbackKevin Wolf2-26/+45
2016-05-19block: Introduce BdrvChild.opaqueKevin Wolf1-0/+2
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf4-50/+48
2016-05-19block: Move actual I/O throttling to BlockBackendKevin Wolf3-13/+12