3418 Commits (8301ea444abb49f7b7fb939b09c1e23b22977f30)

Author SHA1 Message Date
Vladimir Sementsov-Ogievskiy ce960aa906 block/mirror: check backing in bdrv_mirror_top_flush 9 years ago
Pavel Butsykin 163bc39d2c qcow2: truncate the tail of the image file after shrinking the image 9 years ago
Pavel Butsykin 76a2a30a99 qcow2: fix return error code in qcow2_truncate() 9 years ago
Vladimir Sementsov-Ogievskiy 18775ff326 block/mirror: check backing in bdrv_mirror_top_refresh_filename 9 years ago
Daniel P. Berrange d67a6b09b4 block: support passthrough of BDRV_REQ_FUA in crypto driver 9 years ago
Daniel P. Berrange 4609742a49 block: convert qcrypto_block_encrypt|decrypt to take bytes offset 9 years ago
Daniel P. Berrange a73466fbad block: convert crypto driver to bdrv_co_preadv|pwritev 9 years ago
Daniel P. Berrange 31376555c7 block: fix data type casting for crypto payload offset 9 years ago
Daniel P. Berrange 161253e2d0 block: use 1 MB bounce buffers for crypto instead of 16KB 9 years ago
Eric Blake cb2e28780c block: Perform copy-on-read in loop 9 years ago
Eric Blake d855ebcd3c block: Add blkdebug hook for copy-on-read 9 years ago
Eric Blake 9cdcfd9f7a block: Uniform handling of 0-length bdrv_get_block_status() 9 years ago
Kevin Wolf bde70715b6 commit: Remove overlay_bs 9 years ago
Kevin Wolf 61f09cea01 commit: Support multiple roots above top node 9 years ago
Eric Blake ca75962244 dirty-bitmap: Convert internal hbitmap size/granularity 9 years ago
Eric Blake 0fdf1a4f68 dirty-bitmap: Switch bdrv_set_dirty() to bytes 9 years ago
Eric Blake 49d741b504 qcow2: Switch store_bitmap_data() to byte-based iteration 9 years ago
Eric Blake ab94db6f76 qcow2: Switch load_bitmap_data() to byte-based iteration 9 years ago
Eric Blake b85ee45334 qcow2: Switch qcow2_measure() to byte-based iteration 9 years ago
Eric Blake 23ca459a45 mirror: Switch mirror_dirty_init() to byte-based iteration 9 years ago
Eric Blake e0d7f73e63 dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes 9 years ago
Eric Blake 3b5d4df0c6 dirty-bitmap: Change bdrv_get_dirty_locked() to take bytes 9 years ago
Eric Blake 9a46dba7b7 dirty-bitmap: Change bdrv_get_dirty_count() to report bytes 9 years ago
Eric Blake f798184cfd dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offset 9 years ago
Eric Blake 715a74d819 dirty-bitmap: Set iterator start by offset, not sector 9 years ago
Eric Blake c7e7c87ac8 qcow2: Switch sectors_covered_by_bitmap_cluster() to byte-based 9 years ago
Eric Blake 86f6ae67e1 dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytes 9 years ago
Eric Blake 993e6525bf dirty-bitmap: Track bitmap size by bytes 9 years ago
Eric Blake ebfcd2e75f dirty-bitmap: Change bdrv_dirty_bitmap_size() to report bytes 9 years ago
Eric Blake 1b6cc579de dirty-bitmap: Avoid size query failure during truncate 9 years ago
Eric Blake dfe55c3577 dirty-bitmap: Drop unused functions 9 years ago
Eric Blake 113754f3a8 qcow2: Ensure bitmap serialization is aligned 9 years ago
Eric Blake ecbfa2817d hbitmap: Rename serialization_granularity to serialization_align 9 years ago
Eric Blake 765d9df962 block: Typo fix in copy_on_readv() 9 years ago
Vladimir Sementsov-Ogievskiy 5330f32b71 block/qcow2-bitmap: fix use of uninitialized pointer 9 years ago
Pavel Butsykin 46b732cdf3 qcow2: add shrink image support 9 years ago
Pavel Butsykin f71c08ea8e qcow2: add qcow2_cache_discard 9 years ago
Kevin Wolf e0995dc3da block: Add reopen_queue to bdrv_child_perm() 9 years ago
Thomas Huth 7a6ab45e19 block: Clean up some bad code in the vvfat driver 9 years ago
Manos Pitsidianakis 43a5dc02fd block/throttle-groups.c: allocate RestartData on the heap 9 years ago
Fam Zheng 97ec9117c3 file-posix: Clear out first sector in hdev_create 9 years ago
Eric Blake af5eeb2c3b nbd-client: Use correct macro parenthesization 9 years ago
Vladimir Sementsov-Ogievskiy a693437037 block/nbd-client: nbd_co_send_request: fix return code 9 years ago
Vladimir Sementsov-Ogievskiy 9397067221 block/nbd-client: simplify check in nbd_co_receive_reply 9 years ago
Vladimir Sementsov-Ogievskiy 319a56cde7 block/nbd-client: refactor nbd_co_receive_reply 9 years ago
Eric Blake cfa3ad635c nbd-client: Use correct macro parenthesization 9 years ago
Paolo Bonzini 7c9e527659 scsi, file-posix: add support for persistent reservation management 9 years ago
Alistair Francis b62e39b469 General warn report fixups 9 years ago
Alistair Francis 8297be80f7 Convert multi-line fprintf() to warn_report() 9 years ago
Alistair Francis 2ab4b13563 Convert single line fprintf(.../n) to warn_report() 9 years ago