summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-04-01qcow2: Check header_length (CVE-2014-0144)Kevin Wolf1-9/+25
2014-04-01curl: check data size before memcpy to local buffer. (CVE-2014-0144)Fam Zheng1-0/+5
2014-04-01vhdx: Bounds checking for block_size and logical_sector_size (CVE-2014-0148)Jeff Cody1-2/+10
2014-04-01vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2...Jeff Cody1-4/+33
2014-04-01vpc: Validate block size (CVE-2014-0142)Kevin Wolf1-0/+5
2014-04-01vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)Jeff Cody1-4/+23
2014-04-01bochs: Fix bitmap offset calculationKevin Wolf1-2/+3
2014-04-01bochs: Check extent_size header field (CVE-2014-0142)Kevin Wolf1-0/+8
2014-04-01bochs: Check catalog_size header field (CVE-2014-0143)Kevin Wolf1-0/+13
2014-04-01bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)Kevin Wolf1-8/+8
2014-04-01bochs: Unify header structs and make them QEMU_PACKEDKevin Wolf1-42/+25
2014-04-01block/cloop: fix offsets[] size off-by-oneStefan Hajnoczi1-7/+5
2014-04-01block/cloop: refuse images with bogus offsets (CVE-2014-0144)Stefan Hajnoczi1-5/+29
2014-04-01block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)Stefan Hajnoczi1-0/+9
2014-04-01block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)Stefan Hajnoczi1-0/+7
2014-04-01block/cloop: validate block_size header field (CVE-2014-0144)Stefan Hajnoczi1-0/+23
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