summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* | vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)Jeff Cody2014-04-011-4/+23
* | bochs: Fix bitmap offset calculationKevin Wolf2014-04-011-2/+3
* | bochs: Check extent_size header field (CVE-2014-0142)Kevin Wolf2014-04-011-0/+8
* | bochs: Check catalog_size header field (CVE-2014-0143)Kevin Wolf2014-04-011-0/+13
* | bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)Kevin Wolf2014-04-011-8/+8
* | bochs: Unify header structs and make them QEMU_PACKEDKevin Wolf2014-04-011-42/+25
* | block/cloop: fix offsets[] size off-by-oneStefan Hajnoczi2014-04-011-7/+5
* | block/cloop: refuse images with bogus offsets (CVE-2014-0144)Stefan Hajnoczi2014-04-011-5/+29
* | block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)Stefan Hajnoczi2014-04-011-0/+9
* | block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)Stefan Hajnoczi2014-04-011-0/+7
* | block/cloop: validate block_size header field (CVE-2014-0144)Stefan Hajnoczi2014-04-011-0/+23
* | qcow2: fix two memory leaks in qcow2_open error code pathPrasad Joshi2014-04-011-0/+4
* | vvfat: Fix :floppy: option to suppress partition tableMarkus Armbruster2014-04-011-1/+1
|/
* 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
OpenPOWER on IntegriCloud