index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-08
block/qcow2: refactor qcow2_update_options_prepare error paths
Vladimir Sementsov-Ogievskiy
1
-3
/
+8
2021-03-08
block/qed: bdrv_qed_do_open: deal with errp
Vladimir Sementsov-Ogievskiy
1
-9
/
+15
2021-03-08
block/qcow2: simplify qcow2_co_invalidate_cache()
Vladimir Sementsov-Ogievskiy
1
-9
/
+4
2021-03-08
block/qcow2: read_cache_sizes: return status value
Vladimir Sementsov-Ogievskiy
1
-10
/
+9
2021-03-08
block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps
Vladimir Sementsov-Ogievskiy
2
-8
/
+7
2021-03-08
block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface
Vladimir Sementsov-Ogievskiy
3
-16
/
+19
2021-03-08
block/qcow2: qcow2_get_specific_info(): drop error propagation
Vladimir Sementsov-Ogievskiy
3
-21
/
+19
2021-03-08
block/mirror: drop extra error propagation in commit_active_start()
Vladimir Sementsov-Ogievskiy
1
-7
/
+5
2021-03-08
block: check return value of bdrv_open_child and drop error propagation
Vladimir Sementsov-Ogievskiy
6
-28
/
+17
2021-03-08
parallels: support bitmap extension for read-only mode
Vladimir Sementsov-Ogievskiy
4
-2
/
+325
2021-03-08
block/parallels: BDRVParallelsState: add cluster_size field
Vladimir Sementsov-Ogievskiy
2
-4
/
+5
2021-03-08
qcow2-bitmap: make bytes_covered_by_bitmap_cluster() public
Vladimir Sementsov-Ogievskiy
2
-14
/
+15
2021-03-08
block/export: port virtio-blk read/write range check
Stefan Hajnoczi
1
-3
/
+16
2021-03-08
block/export: port virtio-blk discard/write zeroes input validation
Stefan Hajnoczi
1
-23
/
+93
2021-03-08
block/export: fix vhost-user-blk export sector number calculation
Stefan Hajnoczi
1
-1
/
+1
2021-03-08
block/export: use VIRTIO_BLK_SECTOR_BITS
Stefan Hajnoczi
1
-3
/
+12
2021-03-08
block/export: fix blk_size double byteswap
Stefan Hajnoczi
1
-1
/
+1
2021-03-08
backup-top: Refuse I/O in inactive state
Max Reitz
1
-0
/
+10
2021-03-08
backup: Remove nodes from job in .clean()
Max Reitz
1
-0
/
+1
2021-03-06
qemu-config: add error propagation to qemu_config_parse
Paolo Bonzini
1
-2
/
+1
2021-02-15
block: qcow2: remove the created file on initialization error
Maxim Levitsky
1
-3
/
+5
2021-02-15
block: add bdrv_co_delete_file_noerr
Maxim Levitsky
1
-13
/
+2
2021-02-15
crypto: luks: Fix tiny memory leak
Maxim Levitsky
1
-0
/
+2
2021-02-13
Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2021-02-12' int...
Peter Maydell
3
-20
/
+15
2021-02-12
block: use return status of bdrv_append()
Vladimir Sementsov-Ogievskiy
3
-20
/
+15
2021-02-12
block/backup: implement .cancel job handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+10
2021-02-12
block/mirror: implement .cancel job handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+9
2021-02-12
block/raw-format: implement .bdrv_cancel_in_flight handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2021-02-12
block/nbd: implement .bdrv_cancel_in_flight
Vladimir Sementsov-Ogievskiy
1
-0
/
+15
2021-02-12
block: add new BlockDriver handler: bdrv_cancel_in_flight
Vladimir Sementsov-Ogievskiy
1
-0
/
+11
2021-02-08
block: rename and alter bdrv_all_find_snapshot semantics
Daniel P. Berrangé
2
-8
/
+13
2021-02-08
block: allow specifying name of block device for vmstate storage
Daniel P. Berrangé
2
-4
/
+24
2021-02-08
block: add ability to specify list of blockdevs during snapshot
Daniel P. Berrangé
2
-45
/
+131
2021-02-08
block: push error reporting into bdrv_all_*_snapshot functions
Daniel P. Berrangé
2
-41
/
+43
2021-02-03
block/nbd: only enter connection coroutine if it's present
Roman Kagan
1
-7
/
+9
2021-02-03
block/nbd: only detach existing iochannel from aio_context
Roman Kagan
1
-1
/
+8
2021-02-03
block/io: use int64_t bytes in copy_range
Vladimir Sementsov-Ogievskiy
2
-13
/
+13
2021-02-03
block/io: support int64_t bytes in read/write wrappers
Vladimir Sementsov-Ogievskiy
3
-9
/
+10
2021-02-03
block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()
Vladimir Sementsov-Ogievskiy
2
-8
/
+10
2021-02-03
block/io: support int64_t bytes in bdrv_aligned_preadv()
Vladimir Sementsov-Ogievskiy
1
-4
/
+5
2021-02-03
block/io: support int64_t bytes in bdrv_co_do_copy_on_readv()
Vladimir Sementsov-Ogievskiy
2
-4
/
+6
2021-02-03
block/io: support int64_t bytes in bdrv_aligned_pwritev()
Vladimir Sementsov-Ogievskiy
1
-8
/
+13
2021-02-03
block/io: support int64_t bytes in bdrv_co_do_pwrite_zeroes()
Vladimir Sementsov-Ogievskiy
1
-3
/
+5
2021-02-03
block/io: use int64_t bytes in driver wrappers
Vladimir Sementsov-Ogievskiy
1
-4
/
+8
2021-02-03
block: use int64_t as bytes type in tracked requests
Eric Blake
1
-5
/
+9
2021-02-03
block/io: improve bdrv_check_request: check qiov too
Vladimir Sementsov-Ogievskiy
1
-7
/
+39
2021-02-03
block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytes
Vladimir Sementsov-Ogievskiy
1
-1
/
+4
2021-02-03
block/io: bdrv_pad_request(): support qemu_iovec_init_extended failure
Vladimir Sementsov-Ogievskiy
1
-14
/
+31
2021-02-03
block/io: refactor bdrv_pad_request(): move bdrv_pad_request() up
Vladimir Sementsov-Ogievskiy
1
-6
/
+19
2021-02-03
block: fix theoretical overflow in bdrv_init_padding()
Vladimir Sementsov-Ogievskiy
1
-2
/
+6
[prev]
[next]