aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2016-06-08iscsi: Convert to bdrv_co_pwrite_zeroes()Eric Blake
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake
2016-06-08block: Add .bdrv_co_pwrite_zeroes()Eric Blake
2016-06-08block: Track write zero limits in bytesEric Blake
2016-06-08iscsi: Use block size as minimum zero/discard alignmentEric Blake
2016-06-08qcow2: Catch more unaligned write_zero into zero clusterEric Blake
2016-06-08qcow2: add tracepoints for qcow2_co_write_zeroesDenis V. Lunev
2016-06-08qcow2: simplify logic in qcow2_co_write_zeroesDenis V. Lunev
2016-06-08block: split write_zeroes alwaysDenis V. Lunev
2016-06-07Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...Peter Maydell
2016-06-07block: Use DIV_ROUND_UPLaurent Vivier
2016-06-07qed: Use DIV_ROUND_UPLaurent Vivier
2016-06-07qcow/qcow2: Use DIV_ROUND_UPLaurent Vivier
2016-06-07parallels: Use DIV_ROUND_UPLaurent Vivier
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-06-07block: Drop bdrv_ioctl_bh_cbFam Zheng
2016-06-07block: Move BlockRequest type to io.cEric Blake
2016-06-07block/io: optimize bdrv_co_pwritev for small requestsPeter Lieven
2016-06-07block/io: Remove unused bdrv_aio_write_zeroes()Kevin Wolf
2016-05-29block/iscsi: avoid potential overflow of acb->task->cdbPeter Lieven
2016-05-25commit: Use BlockBackend for I/OKevin Wolf
2016-05-25backup: Use BlockBackend for I/OKevin Wolf
2016-05-25backup: Remove bs parameter from backup_do_cow()Kevin Wolf
2016-05-25backup: Pack Notifier within BackupBlockJobJohn Snow
2016-05-25backup: Don't leak BackupBlockJob in error pathKevin Wolf
2016-05-25mirror: Use BlockBackend for I/OKevin Wolf
2016-05-25mirror: Allow target that already has a BlockBackendKevin Wolf
2016-05-25stream: Use BlockBackend for I/OKevin Wolf
2016-05-25block: Make blk_co_preadv/pwritev() publicKevin Wolf
2016-05-25block: Convert block job core to BlockBackendKevin Wolf
2016-05-25block: Default to enabled write cache in blk_new()Kevin Wolf
2016-05-25block: Rename blk_write_zeroes()Eric Blake
2016-05-25block: Fix reconfiguring graph with drained nodesKevin Wolf
2016-05-25block: Make bdrv_drain() use bdrv_drained_begin/end()Kevin Wolf
2016-05-25block: Drop errp parameter from blk_new()Max Reitz
2016-05-25block: Make bdrv_open() return a BDSMax Reitz
2016-05-25block: Drop blk_new_with_bs()Max Reitz
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf
2016-05-23iscsi: pass SCSI status back for SG_IOVadim Rozenfeld
2016-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-19qcow2: Fix write_zeroes with partially allocated backing file clusterKevin Wolf
2016-05-19qcow2: fix condition in is_zero_clusterDenis V. Lunev
2016-05-19block: Propagate AioContext change to all childrenMax Reitz
2016-05-19block: Remove BlockDriverState.blkKevin Wolf
2016-05-19block: Don't return throttling info in query-named-block-nodesKevin Wolf
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf
2016-05-19block: Add bdrv_has_blk()Kevin Wolf
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf
2016-05-19blockjob: Don't touch BDS iostatusKevin Wolf
2016-05-19blockjob: Don't set iostatus of targetKevin Wolf