summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* mirror: fix early wake from sleep due to aioStefan Hajnoczi2014-03-251-1/+8
* mirror: fix throttling delay calculationPaolo Bonzini2014-03-251-13/+15
* Fixed various typosDeepak Kathayat2014-03-255-8/+8
* block/nfs: report errors from libnfsPeter Lieven2014-03-191-0/+3
* qcow2: Fix fail path in realloc_refcount_block()Max Reitz2014-03-191-16/+18
* qcow2: Correct comment for realloc_refcount_block()Max Reitz2014-03-191-1/+1
* block: Add error handling to bdrv_invalidate_cache()Kevin Wolf2014-03-193-8/+44
* nbd: close socket if connection breaksStefan Hajnoczi2014-03-141-15/+18
* block: Explicitly specify 'unsigned long long' for VHDX 64-bit constantsJeff Cody2014-03-141-3/+3
* block/raw-win32: bdrv_parse_filename() for hdevMax Reitz2014-03-131-0/+10
* block/raw-posix: Strip protocol prefix on creationMax Reitz2014-03-131-0/+12
* block/raw-posix: bdrv_parse_filename() for cdromMax Reitz2014-03-131-0/+15
* block/raw-posix: bdrv_parse_filename() for floppyMax Reitz2014-03-131-0/+10
* block/raw-posix: bdrv_parse_filename() for hdevMax Reitz2014-03-131-0/+10
* qcow2: Don't write with BDRV_O_INCOMINGKevin Wolf2014-03-131-5/+7
* qcow2: Keep option in qcow2_invalidate_cache()Kevin Wolf2014-03-131-4/+1
* block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet2014-03-132-3/+17
* qcow2: Check bs->drv in copy_sectors()Max Reitz2014-03-131-0/+4
* block: Update image size in bdrv_invalidate_cache()Kevin Wolf2014-03-132-0/+5
* qcow2-refcount: Sanitize refcount table entryMax Reitz2014-03-131-1/+2
* block/raw-win32: Strip "file:" prefix on creationMax Reitz2014-03-061-0/+2
* block/raw-win32: Implement bdrv_parse_filename()Max Reitz2014-03-061-0/+12
* block/raw-posix: Strip "file:" prefix on creationMax Reitz2014-03-061-0/+2
* block/raw-posix: Implement bdrv_parse_filename()Max Reitz2014-03-061-0/+12
* block: mirror - remove code cruft that has no functionJeff Cody2014-03-061-3/+0
* iscsi: Use bs->sg for everything else than disksKevin Wolf2014-03-051-5/+4
* gluster: Remove unused defines and header includeBharata B Rao2014-03-051-4/+0
* gluster: Change licence to GPLv2+Bharata B Rao2014-03-051-10/+2
* block/gluster: Add missing argument to qemu_gluster_init() callAndreas Färber2014-03-041-1/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-03-043-19/+135
|\
| * block/vmdk: do not report file offset for compressed extentsPeter Lieven2014-02-281-1/+1
| * qmp: Make Quorum error events more palatable.Benoît Canet2014-02-281-3/+6
| * block: gluster - add reopen support.Jeff Cody2014-02-281-0/+102
| * block: gluster - code movements, state storage changesJeff Cody2014-02-281-15/+26
* | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell2014-03-041-62/+71
|\ \ | |/ |/|
| * block/iscsi: fix segfault if writesame failsPeter Lieven2014-02-221-8/+9
| * block/iscsi: query for supported VPD pagesPeter Lieven2014-02-221-53/+54
| * block/iscsi: fix deadlock on scsi check conditionPeter Lieven2014-02-221-1/+8
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-02-2521-348/+1195
|\ \ | |/
| * quorum: Simplify quorum_open()Max Reitz2014-02-211-27/+39
| * quorum: Add quorum_open() and quorum_close().Benoît Canet2014-02-211-0/+161
| * quorum: Implement recursive .bdrv_recurse_is_first_non_filter in quorum.Benoît Canet2014-02-211-0/+19
| * quorum: Add quorum_co_flush().Benoît Canet2014-02-211-0/+28
| * quorum: Add quorum_invalidate_cache().Benoît Canet2014-02-211-0/+11
| * quorum: Add quorum_getlength().Benoît Canet2014-02-211-0/+26
| * quorum: Add quorum mechanism.Benoît Canet2014-02-212-2/+391
| * quorum: Add quorum_aio_readv.Benoît Canet2014-02-211-1/+38
| * blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.Benoît Canet2014-02-211-106/+2
| * quorum: Add quorum_aio_writev and its dependencies.Benoît Canet2014-02-211-0/+103
| * quorum: Create BDRVQuorumState and BlkDriver and do init.Benoît Canet2014-02-211-0/+31
OpenPOWER on IntegriCloud