summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-04-01qcow2: fix two memory leaks in qcow2_open error code pathPrasad Joshi1-0/+4
2014-04-01vvfat: Fix :floppy: option to suppress partition tableMarkus Armbruster1-1/+1
2014-03-25mirror: fix early wake from sleep due to aioStefan Hajnoczi1-1/+8
2014-03-25mirror: fix throttling delay calculationPaolo Bonzini1-13/+15
2014-03-25Fixed various typosDeepak Kathayat5-8/+8
2014-03-19block/nfs: report errors from libnfsPeter Lieven1-0/+3
2014-03-19qcow2: Fix fail path in realloc_refcount_block()Max Reitz1-16/+18
2014-03-19qcow2: Correct comment for realloc_refcount_block()Max Reitz1-1/+1
2014-03-19block: Add error handling to bdrv_invalidate_cache()Kevin Wolf3-8/+44
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