aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-parallels-2023-09-20-v2' of https://src.openvz.org/scm/~den/qemu into stagingStefan Hajnoczi2023-09-212-89/+303
|\
| * parallels: naive implementation of parallels_co_pwrite_zeroesDenis V. Lunev2023-09-211-0/+14
| * parallels: naive implementation of parallels_co_pdiscardDenis V. Lunev2023-09-211-0/+46
| * parallels: improve readability of allocate_clustersDenis V. Lunev2023-09-211-8/+5
| * parallels: naive implementation of allocate_clusters with used bitmapDenis V. Lunev2023-09-211-12/+39
| * parallels: update used bitmap in allocate_clusterDenis V. Lunev2023-09-211-0/+14
| * parallels: accept multiple clusters in mark_used()Denis V. Lunev2023-09-211-8/+10
| * parallels: collect bitmap of used clusters at openDenis V. Lunev2023-09-212-0/+76
| * parallels: fix broken parallels_check_data_off()Denis V. Lunev2023-09-211-0/+1
| * parallels: create mark_used() helper which sets bit in used bitmapDenis V. Lunev2023-09-211-9/+25
| * parallels: refactor path when we need to re-check image in parallels_openDenis V. Lunev2023-09-211-11/+10
| * parallels: return earlier from parallels_open() function on errorDenis V. Lunev2023-09-211-9/+5
| * parallels: return earler in fail_format branch in parallels_open()Denis V. Lunev2023-09-211-1/+2
| * parallels: invent parallels_opts_prealloc() helper to parse prealloc optsDenis V. Lunev2023-09-211-28/+44
| * parallels: fix memory leak in parallels_open()Denis V. Lunev2023-09-211-0/+1
| * parallels: mark driver as supporting CBTDenis V. Lunev2023-09-211-0/+6
| * parallels: fix formatting in bdrv_parallels initializationDenis V. Lunev2023-09-211-17/+19
* | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2023-09-2116-125/+232
|\ \
| * | block-backend: process zoned requests in the current AioContextStefan Hajnoczi2023-09-201-6/+6
| * | block-backend: process I/O in the current AioContextStefan Hajnoczi2023-09-201-3/+3
| * | block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi2023-09-202-32/+8
| * | block: add BDRV_BLOCK_COMPRESSED flag for bdrv_block_status()Andrey Drobyshev via2023-09-203-1/+9
| * | block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf2023-09-201-17/+6
| * | block: Mark bdrv_unref_child() GRAPH_WRLOCKKevin Wolf2023-09-207-1/+31
| * | block: Mark bdrv_root_unref_child() GRAPH_WRLOCKKevin Wolf2023-09-201-0/+3
| * | block: Mark bdrv_child_perm() GRAPH_RDLOCKKevin Wolf2023-09-201-5/+5
| * | block: Mark bdrv_parent_perms_conflict() and callers GRAPH_RDLOCKKevin Wolf2023-09-204-8/+34
| * | block: Mark bdrv_attach_child() GRAPH_WRLOCKKevin Wolf2023-09-202-0/+8
| * | block: Mark bdrv_attach_child_common() GRAPH_WRLOCKKevin Wolf2023-09-201-5/+15
| * | block: Introduce bdrv_schedule_unref()Kevin Wolf2023-09-201-7/+19
| * | preallocate: Don't poll during permission updatesKevin Wolf2023-09-201-20/+69
| * | preallocate: Factor out preallocate_truncate_to_real_size()Kevin Wolf2023-09-201-26/+22
| |/
* | Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into stagingStefan Hajnoczi2023-09-214-108/+109
|\ \ | |/ |/|
| * file-posix: Simplify raw_co_prw's 'out' zone codeHanna Czenczek2023-08-291-13/+5
| * file-posix: Fix zone update in I/O error pathHanna Czenczek2023-08-291-1/+2
| * file-posix: Check bs->bl.zoned for zone infoHanna Czenczek2023-08-291-5/+7
| * file-posix: Clear bs->bl.zoned on errorHanna Czenczek2023-08-291-9/+12
| * block/throttle-groups: Use ThrottleDirection instread of bool is_writezhenwei pi2023-08-293-86/+87
| * throttle: use enum ThrottleDirection instead of bool is_writezhenwei pi2023-08-291-2/+4
* | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2023-09-119-54/+33
|\ \
| * | block: Make more BlockDriver definitions staticKevin Wolf2023-09-083-3/+3
| * | block/meson.build: Restore alphabetical order of filesKevin Wolf2023-09-081-6/+6
| * | block: Remove unnecessary variable in bdrv_block_device_infoFabiano Rosas2023-09-081-3/+2
| * | block: Remove bdrv_query_block_node_infoFabiano Rosas2023-09-081-27/+0
| * | vmdk: Clean up bdrv_open_child() return value checkDmitry Frolov2023-09-081-1/+1
| * | block/iscsi: Document why we use raw malloc()Peter Maydell2023-09-081-0/+1
| * | block: change reqs_lock to QemuMutexStefan Hajnoczi2023-09-081-12/+12
| * | block: minimize bs->reqs_lock section in tracked_request_end()Stefan Hajnoczi2023-09-081-1/+7
| * | block/vpc: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2023-09-081-2/+2
* | | Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi2023-09-0812-17/+17
|\ \ \