summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* iscsi: add support for iovectorsPeter Lieven2013-01-241-9/+34
* iscsi: do not leak acb->buf when commands are abortedPaolo Bonzini2013-01-241-1/+7
* Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2013-01-231-5/+101
|\
| * iscsi: add support for iSCSI NOPs [v2]Peter Lieven2013-01-221-0/+38
| * iscsi: partly avoid iovec linearization in iscsi_aio_writevPeter Lieven2013-01-221-5/+11
| * iscsi: add iscsi_create supportPeter Lieven2013-01-221-0/+52
* | Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-01-202-19/+7
|\ \
| * | win32-aio: use iov utility functions instead of open-coding themMichael Tokarev2013-01-181-14/+3
| * | win32-aio: Fix memory leakKevin Wolf2013-01-171-1/+1
| * | win32-aio: Fix vectored readsKevin Wolf2013-01-171-1/+1
| * | block: fix null-pointer bug on error case in block commitJeff Cody2013-01-171-4/+3
* | | block/raw-posix: Make hdev_aio_discard() available outside LinuxAndreas Färber2013-01-191-13/+13
|/ /
* | block: Fix how mirror_run() frees its bufferMarkus Armbruster2013-01-151-1/+1
* | win32-aio: Fix how win32_aio_process_completion() frees bufferMarkus Armbruster2013-01-151-1/+1
* | sheepdog: clean up sd_aio_setup()Liu Yuan2013-01-151-6/+5
* | sheepdog: multiplex the rw FD to flush cacheLiu Yuan2013-01-151-45/+37
* | block: make discard asynchronousPaolo Bonzini2013-01-152-81/+88
* | raw: support discard on block devicesPaolo Bonzini2013-01-151-0/+36
* | raw-posix: remember whether discard failedPaolo Bonzini2013-01-151-3/+6
* | raw-posix: support discard on more filesystemsKusanagi Kouichi2013-01-151-2/+24
* | qcow2: Fix segfault on zero-length writeKevin Wolf2013-01-151-1/+1
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-01-142-56/+42
|\ \
| * | block: make qiov_is_aligned() publicStefan Hajnoczi2013-01-141-17/+1
| * | raw-posix: fix bdrv_aio_ioctlPaolo Bonzini2013-01-141-9/+1
| * | sheepdog: implement direct write semanticsLiu Yuan2013-01-141-30/+40
| |/
* | qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini2013-01-121-0/+27
|/
* Replace remaining gmtime, localtime by gmtime_r, localtime_rStefan Weil2013-01-111-4/+0
* sheepdog: pass oid directly to send_pending_req()Liu Yuan2013-01-021-1/+1
* sheepdog: don't update inode when create_and_write failsLiu Yuan2013-01-021-4/+5
* block/raw-win32: Fix compiler warnings (wrong format specifiers)Stefan Weil2013-01-021-2/+2
* raw-posix: add raw_get_aio_fd() for virtio-blk-data-planeStefan Hajnoczi2013-01-021-0/+34
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-1925-42/+42
* migration: move include files to include/migration/Paolo Bonzini2012-12-196-6/+6
* block: move include files to include/block/Paolo Bonzini2012-12-1933-43/+43
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-192-2/+2
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-191-1/+0
* janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini2012-12-192-0/+2
* build: move rules from Makefile to */Makefile.objsPaolo Bonzini2012-12-191-0/+2
* qcow2: Factor out handle_dependencies()Kevin Wolf2012-12-131-28/+42
* qcow2: Execute run_dependent_requests() without lockKevin Wolf2012-12-131-20/+16
* qcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2Kevin Wolf2012-12-133-7/+7
* qcow2: Allocate l2meta only for cluster allocationsKevin Wolf2012-12-133-31/+31
* qcow2: Drop l2meta.cluster_offsetKevin Wolf2012-12-133-15/+14
* qcow2: Allocate l2meta dynamicallyKevin Wolf2012-12-131-11/+15
* qcow2: Introduce Qcow2COWRegionKevin Wolf2012-12-132-36/+76
* qcow2: Round QCowL2Meta.offset down to cluster boundaryKevin Wolf2012-12-132-2/+24
* qcow2: Move BLKDBG_EVENT out of the lockKevin Wolf2012-12-121-1/+1
* blkdebug: Implement suspend/resume of AIO requestsKevin Wolf2012-12-121-3/+105
* blkdebug: Factor out remove_rule()Kevin Wolf2012-12-121-2/+13
OpenPOWER on IntegriCloud