]> git.proxmox.com Git - mirror_qemu.git/history - block
block: release persistent bitmaps on inactivate
[mirror_qemu.git] / block /
2017-07-11 Vladimir Sementsov... block: release persistent bitmaps on inactivate
2017-07-11 Vladimir Sementsov... qcow2: add .bdrv_remove_persistent_dirty_bitmap
2017-07-11 Vladimir Sementsov... block/dirty-bitmap: add bdrv_remove_persistent_dirty_bitmap
2017-07-11 Vladimir Sementsov... qmp: add x-debug-block-dirty-bitmap-sha256
2017-07-11 Vladimir Sementsov... qcow2: add .bdrv_can_store_new_dirty_bitmap
2017-07-11 Vladimir Sementsov... qcow2: store bitmaps on reopening image as read-only
2017-07-11 Vladimir Sementsov... qcow2: add persistent dirty bitmaps support
2017-07-11 Vladimir Sementsov... block/dirty-bitmap: add bdrv_dirty_bitmap_next()
2017-07-11 Vladimir Sementsov... block: introduce persistent dirty bitmaps
2017-07-11 Vladimir Sementsov... block/dirty-bitmap: add autoload field to BdrvDirtyBitmap
2017-07-11 Vladimir Sementsov... qcow2: support .bdrv_reopen_bitmaps_rw
2017-07-11 Vladimir Sementsov... qcow2: autoloading dirty bitmaps
2017-07-11 Vladimir Sementsov... block/dirty-bitmap: add readonly field to BdrvDirtyBitmap
2017-07-11 Vladimir Sementsov... block/dirty-bitmap: fix comment for BlockDirtyBitmap...
2017-07-11 Vladimir Sementsov... qcow2: add bitmaps extension
2017-07-11 Vladimir Sementsov... qcow2-refcount: rename inc_refcounts() and make it...
2017-07-11 Vladimir Sementsov... block/dirty-bitmap: add deserialize_ones func
2017-07-11 Vladimir Sementsov... block: fix bdrv_dirty_bitmap_granularity signature
2017-07-11 Daniel P. Berrangeqcow2: report encryption specific image information
2017-07-11 Daniel P. Berrangeblock: pass option prefix down to crypto layer
2017-07-11 Daniel P. Berrangeblock: remove all encryption handling APIs
2017-07-11 Daniel P. Berrangeqcow2: add support for LUKS encryption format
2017-07-11 Daniel P. Berrangeqcow2: convert QCow2 to use QCryptoBlock for encryption
2017-07-11 Daniel P. Berrangeqcow2: make qcow2_encrypt_sectors encrypt in place
2017-07-11 Daniel P. Berrangeqcow: convert QCow to use QCryptoBlock for encryption
2017-07-11 Daniel P. Berrangeqcow: make encrypt_sectors encrypt in place
2017-07-11 Daniel P. Berrangeblock: deprecate "encryption=on" in favor of "encrypt...
2017-07-11 Daniel P. Berrangeqcow: require image size to be > 1 for new images
2017-07-11 Daniel P. Berrangeblock: add ability to set a prefix for opt names
2017-07-11 Daniel P. Berrangeblock: expose crypto option names / defs to other drivers
2017-07-10 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2017-07-10 Eric Blakeblock: Make bdrv_is_allocated_above() byte-based
2017-07-10 Eric Blakeblock: Minimize raw use of bds->total_sectors
2017-07-10 Eric Blakeblock: Make bdrv_is_allocated() byte-based
2017-07-10 Eric Blakebackup: Switch backup_run() to byte-based
2017-07-10 Eric Blakebackup: Switch backup_do_cow() to byte-based
2017-07-10 Eric Blakebackup: Switch block_backup.h to byte-based
2017-07-10 Eric Blakebackup: Switch BackupBlockJob to byte-based
2017-07-10 Eric Blakeblock: Drop unused bdrv_round_sectors_to_clusters()
2017-07-10 Eric Blakemirror: Switch mirror_iteration() to byte-based
2017-07-10 Eric Blakemirror: Switch mirror_do_read() to byte-based
2017-07-10 Eric Blakemirror: Switch mirror_cow_align() to byte-based
2017-07-10 Eric Blakemirror: Update signature of mirror_clip_sectors()
2017-07-10 Eric Blakemirror: Switch mirror_do_zero_or_discard() to byte...
2017-07-10 Eric Blakemirror: Switch MirrorBlockJob to byte-based
2017-07-10 Eric Blakecommit: Switch commit_run() to byte-based
2017-07-10 Eric Blakecommit: Switch commit_populate() to byte-based
2017-07-10 Eric Blakestream: Switch stream_run() to byte-based
2017-07-10 Eric Blakestream: Drop reached_end for stream_complete()
2017-07-10 Eric Blakestream: Switch stream_populate() to byte-based
2017-07-10 Eric Blaketrace: Show blockjob actions via bytes, not sectors
2017-07-10 Eric Blakeblockjob: Track job ratelimits via bytes, not sectors
2017-07-10 Hervé Poussineauvvfat: change OEM name to 'MSWIN4.1'
2017-07-10 Hervé Poussineauvvfat: handle KANJI lead byte 0xe5
2017-07-10 Hervé Poussineauvvfat: limit number of entries in root directory in...
2017-07-10 Hervé Poussineauvvfat: correctly generate numeric-tail of short file...
2017-07-10 Hervé Poussineauvvfat: correctly create base short names for non-ASCII...
2017-07-10 Hervé Poussineauvvfat: correctly create long names for non-ASCII filenames
2017-07-10 Hervé Poussineauvvfat: always create . and .. entries at first and...
2017-07-10 Hervé Poussineauvvfat: fix field names in FAT12/FAT16 and FAT32 boot...
2017-07-10 Hervé Poussineauvvfat: introduce offset_to_bootsector, offset_to_fat...
2017-07-10 Hervé Poussineauvvfat: rename useless enumeration values
2017-07-10 Hervé Poussineauvvfat: fix typos
2017-07-10 Hervé Poussineauvvfat: replace tabs by 8 spaces
2017-07-10 Hervé Poussineauvvfat: fix qemu-img map and qemu-img convert
2017-07-10 Eric Blakeblkdebug: Support .bdrv_co_get_block_status
2017-07-10 Eric Blakeblock: Simplify use of BDRV_BLOCK_RAW
2017-07-10 Eric Blakeblock: Guarantee that *file is set on bdrv_get_block_st...
2017-07-06 Peter MaydellMerge remote-tracking branch 'remotes/borntraeger/tags...
2017-07-06 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2017-07-04 Paolo Bonzininbd: fix NBD over TLS
2017-06-30 Peter MaydellMerge remote-tracking branch 'remotes/famz/tags/block...
2017-06-30 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2017-06-30 Eric Blakeblock: Exploit BDRV_BLOCK_EOF for larger zero blocks
2017-06-30 Eric Blakeblock: Add BDRV_BLOCK_EOF to bdrv_get_block_status()
2017-06-26 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2017-06-26 Kevin WolfMerge remote-tracking branch 'mreitz/tags/pull-block...
2017-06-26 Max Reitzblock: Do not strcmp() with NULL uri->scheme
2017-06-26 Max Reitzblkverify: Catch bs->exact_filename overflow
2017-06-26 Max Reitzblkdebug: Catch bs->exact_filename overflow
2017-06-26 Manos Pitsidianakisblock: change variable names in BlockDriverState
2017-06-26 Kevin Wolfblock: Remove bdrv_aio_readv/writev/flush()
2017-06-26 Kevin Wolfqed: Use bdrv_co_* for coroutine_fns
2017-06-26 Kevin Wolfqed: Add coroutine_fn to I/O path functions
2017-06-26 Kevin Wolfqed: Use a coroutine for need_check_timer
2017-06-26 Kevin Wolfqed: Simplify request handling
2017-06-26 Kevin Wolfqed: Use CoQueue for serialising allocations
2017-06-26 Kevin Wolfqed: Implement .bdrv_co_readv/writev
2017-06-26 Kevin Wolfqed: Remove recursion in qed_aio_next_io()
2017-06-26 Kevin Wolfqed: Remove ret argument from qed_aio_next_io()
2017-06-26 Kevin Wolfqed: Add return value to qed_aio_read/write_data()
2017-06-26 Kevin Wolfqed: Add return value to qed_aio_write_inplace/alloc()
2017-06-26 Kevin Wolfqed: Add return value to qed_aio_write_cow()
2017-06-26 Kevin Wolfqed: Add return value to qed_aio_write_main()
2017-06-26 Kevin Wolfqed: Add return value to qed_aio_write_l2_update()
2017-06-26 Kevin Wolfqed: Add return value to qed_aio_write_l1_update()
2017-06-26 Kevin Wolfqed: Inline qed_commit_l2_update()
2017-06-26 Kevin Wolfqed: Make qed_aio_write_main() synchronous
2017-06-26 Kevin Wolfqed: Make qed_aio_read_data() synchronous
2017-06-26 Kevin Wolfqed: Remove callback from qed_write_table()
next