summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-03-14nbd: close socket if connection breaksStefan Hajnoczi1-15/+18
2014-03-14block: Explicitly specify 'unsigned long long' for VHDX 64-bit constantsJeff Cody1-3/+3
2014-03-13block/raw-win32: bdrv_parse_filename() for hdevMax Reitz1-0/+10
2014-03-13block/raw-posix: Strip protocol prefix on creationMax Reitz1-0/+12
2014-03-13block/raw-posix: bdrv_parse_filename() for cdromMax Reitz1-0/+15
2014-03-13block/raw-posix: bdrv_parse_filename() for floppyMax Reitz1-0/+10
2014-03-13block/raw-posix: bdrv_parse_filename() for hdevMax Reitz1-0/+10
2014-03-13qcow2: Don't write with BDRV_O_INCOMINGKevin Wolf1-5/+7
2014-03-13qcow2: Keep option in qcow2_invalidate_cache()Kevin Wolf1-4/+1
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet2-3/+17
2014-03-13qcow2: Check bs->drv in copy_sectors()Max Reitz1-0/+4
2014-03-13block: Update image size in bdrv_invalidate_cache()Kevin Wolf2-0/+5
2014-03-13qcow2-refcount: Sanitize refcount table entryMax Reitz1-1/+2
2014-03-06block/raw-win32: Strip "file:" prefix on creationMax Reitz1-0/+2
2014-03-06block/raw-win32: Implement bdrv_parse_filename()Max Reitz1-0/+12
2014-03-06block/raw-posix: Strip "file:" prefix on creationMax Reitz1-0/+2
2014-03-06block/raw-posix: Implement bdrv_parse_filename()Max Reitz1-0/+12
2014-03-06block: mirror - remove code cruft that has no functionJeff Cody1-3/+0
2014-03-05iscsi: Use bs->sg for everything else than disksKevin Wolf1-5/+4
2014-03-05gluster: Remove unused defines and header includeBharata B Rao1-4/+0
2014-03-05gluster: Change licence to GPLv2+Bharata B Rao1-10/+2
2014-03-04block/gluster: Add missing argument to qemu_gluster_init() callAndreas Färber1-1/+1
2014-03-04Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-19/+135
2014-03-04Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell1-62/+71
2014-02-28block/vmdk: do not report file offset for compressed extentsPeter Lieven1-1/+1
2014-02-28qmp: Make Quorum error events more palatable.Benoît Canet1-3/+6
2014-02-28block: gluster - add reopen support.Jeff Cody1-0/+102
2014-02-28block: gluster - code movements, state storage changesJeff Cody1-15/+26
2014-02-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell21-348/+1195
2014-02-24Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell1-1/+12
2014-02-22block/iscsi: fix segfault if writesame failsPeter Lieven1-8/+9
2014-02-22block/iscsi: query for supported VPD pagesPeter Lieven1-53/+54
2014-02-22block/iscsi: fix deadlock on scsi check conditionPeter Lieven1-1/+8
2014-02-21quorum: Simplify quorum_open()Max Reitz1-27/+39
2014-02-21quorum: Add quorum_open() and quorum_close().Benoît Canet1-0/+161
2014-02-21quorum: Implement recursive .bdrv_recurse_is_first_non_filter in quorum.Benoît Canet1-0/+19
2014-02-21quorum: Add quorum_co_flush().Benoît Canet1-0/+28
2014-02-21quorum: Add quorum_invalidate_cache().Benoît Canet1-0/+11
2014-02-21quorum: Add quorum_getlength().Benoît Canet1-0/+26
2014-02-21quorum: Add quorum mechanism.Benoît Canet2-2/+391
2014-02-21quorum: Add quorum_aio_readv.Benoît Canet1-1/+38
2014-02-21blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.Benoît Canet1-106/+2
2014-02-21quorum: Add quorum_aio_writev and its dependencies.Benoît Canet1-0/+103
2014-02-21quorum: Create BDRVQuorumState and BlkDriver and do init.Benoît Canet1-0/+31
2014-02-21quorum: Create quorum.c, add QuorumChildRequest and QuorumAIOCB.Benoît Canet2-0/+54
2014-02-21vdi: say why an image is badPaolo Bonzini1-9/+16
2014-02-21block: do not abuse EMEDIUMTYPEPaolo Bonzini9-11/+19
2014-02-21vmdk: correctly propagate errorsPaolo Bonzini1-5/+6
2014-02-21vmdk: do not try opening a file as both image and descriptorPaolo Bonzini1-7/+15
2014-02-21vmdk: push vmdk_read_desc up to callerPaolo Bonzini1-24/+31