Age | Commit message (Expand) | Author |
2014-11-03 | block/qcow2: Implement status CB for amend | Max Reitz |
2014-11-03 | block: Add status callback to bdrv_amend_options() | Max Reitz |
2014-11-03 | qcow2: Optimize bdrv_make_empty() | Max Reitz |
2014-11-03 | qcow2: Implement bdrv_make_empty() | Max Reitz |
2014-11-03 | qcow2: Allow "full" discard | Max Reitz |
2014-10-23 | qcow2: Drop REFCOUNT_SHIFT | Max Reitz |
2014-10-23 | qcow2: Fix leaks in dirty images | Max Reitz |
2014-10-23 | qcow2: Calculate refcount block entry count | Max Reitz |
2014-10-20 | block: Eliminate BlockDriverState member device_name[] | Markus Armbruster |
2014-10-04 | qapi: Add corrupt field to ImageInfoSpecificQCow2 | Max Reitz |
2014-09-22 | qcow2: Add overlap-check.template option | Max Reitz |
2014-09-22 | qcow2: Fix leak of QemuOpts in qcow2_open() | Max Reitz |
2014-09-22 | qcow2: Add qcow2_signal_corruption() | Max Reitz |
2014-09-12 | qcow2: Add falloc and full preallocation option | Hu Tao |
2014-09-12 | qapi: introduce PreallocMode and new PreallocModes full and falloc. | Hu Tao |
2014-09-12 | block: don't convert file size to sector size | Hu Tao |
2014-09-12 | block: round up file size to nearest sector | Hu Tao |
2014-08-20 | qcow2: Add runtime options for cache sizes | Max Reitz |
2014-08-20 | qcow2: Constant cache size in bytes | Max Reitz |
2014-08-15 | qcow2: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | block: Drop superfluous aligning of bdrv_getlength()'s value | Markus Armbruster |
2014-08-15 | block: Use bdrv_nb_sectors() where sectors, not bytes are wanted | Markus Armbruster |
2014-07-18 | block: Add Error argument to bdrv_refresh_limits() | Kevin Wolf |
2014-07-18 | qcow2: Fix error path for unknown incompatible features | Kevin Wolf |
2014-07-14 | qcow2: Make qiov match request size until backing file EOF | Kevin Wolf |
2014-06-26 | block: Catch backing files assigned to non-COW drivers | Kevin Wolf |
2014-06-16 | cleanup QEMUOptionParameter | Chunyan Liu |
2014-06-16 | qcow2.c: replace QEMUOptionParameter with QemuOpts | Chunyan Liu |
2014-06-16 | change block layer to support both QemuOpts and QEMUOptionParamter | Chunyan Liu |
2014-05-30 | qcow2: Plug memory leak on qcow2_invalidate_cache() error paths | Markus Armbruster |
2014-04-30 | block: Use correct width in format strings | Max Reitz |
2014-04-04 | qcow2: Flush metadata during read-only reopen | Kevin Wolf |
2014-04-01 | qcow2: link all L2 meta updates in preallocate() | Stefan Hajnoczi |
2014-04-01 | qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143) | Kevin Wolf |
2014-04-01 | qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146) | Kevin Wolf |
2014-04-01 | qcow2: Check new refcount table size on growth | Kevin Wolf |
2014-04-01 | qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0... | Kevin Wolf |
2014-04-01 | qcow2: Fix backing file name length check | Kevin Wolf |
2014-04-01 | qcow2: Validate active L1 table offset and size (CVE-2014-0144) | Kevin Wolf |
2014-04-01 | qcow2: Validate snapshot table offset/size (CVE-2014-0144) | Kevin Wolf |
2014-04-01 | qcow2: Validate refcount table offset | Kevin Wolf |
2014-04-01 | qcow2: Check refcount table size (CVE-2014-0144) | Kevin Wolf |
2014-04-01 | qcow2: Check backing_file_offset (CVE-2014-0144) | Kevin Wolf |
2014-04-01 | qcow2: Check header_length (CVE-2014-0144) | Kevin Wolf |
2014-04-01 | qcow2: fix two memory leaks in qcow2_open error code path | Prasad Joshi |
2014-03-19 | block: Add error handling to bdrv_invalidate_cache() | Kevin Wolf |
2014-03-13 | qcow2: Don't write with BDRV_O_INCOMING | Kevin Wolf |
2014-03-13 | qcow2: Keep option in qcow2_invalidate_cache() | Kevin Wolf |
2014-03-13 | block: Update image size in bdrv_invalidate_cache() | Kevin Wolf |
2014-02-21 | block: do not abuse EMEDIUMTYPE | Paolo Bonzini |