aboutsummaryrefslogtreecommitdiffstats
path: root/blockdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: Mark bdrv_add/del_child() and caller GRAPH_WRLOCKKevin Wolf2023-09-201-6/+11
* block: Mark bdrv_get_cumulative_perm() and callers GRAPH_RDLOCKKevin Wolf2023-09-201-0/+6
* cutils: Adjust signature of parse_uint[_full]Eric Blake2023-06-021-2/+2
* block: Take main AioContext lock when calling bdrv_open()Kevin Wolf2023-05-301-6/+23
* blockdev: qmp_transaction: drop extra generic layerVladimir Sementsov-Ogievskiy2023-05-191-180/+85
* blockdev: use state.bitmap in block-dirty-bitmap-add actionVladimir Sementsov-Ogievskiy2023-05-191-9/+4
* blockdev: transaction: refactor handling transaction propertiesVladimir Sementsov-Ogievskiy2023-05-191-74/+22
* blockdev: qmp_transaction: refactor loop to classic forVladimir Sementsov-Ogievskiy2023-05-191-6/+3
* blockdev: transactions: rename some thingsVladimir Sementsov-Ogievskiy2023-05-191-15/+15
* blockdev: refactor transaction to use Transaction APIVladimir Sementsov-Ogievskiy2023-05-191-131/+178
* block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCKKevin Wolf2023-05-101-0/+3
* block: Don't call no_coroutine_fns in qmp_block_resize()Kevin Wolf2023-05-101-2/+2
* block: Fix use after free in blockdev_mark_auto_del()Kevin Wolf2023-05-101-4/+14
* block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito2023-02-011-1/+7
* include/block: Untangle inclusion loopsMarkus Armbruster2023-01-201-0/+1
* block: Fix locking in external_snapshot_prepare()Kevin Wolf2022-12-151-0/+4
* block: Drain individual nodes during reopenKevin Wolf2022-12-151-13/+0
* qapi transaction: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-2/+2
* qapi block: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-99/+65
* blockdev: Clean up abuse of DriveBackup member formatMarkus Armbruster2022-12-131-8/+9
* monitor: switch to *_co_* functionsAlberto Faria2022-10-271-1/+1
* block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_aio_contextEmanuele Giuseppe Esposito2022-10-271-11/+11
* job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito2022-10-071-62/+10
* jobs: group together API calls under the same job lockEmanuele Giuseppe Esposito2022-10-071-4/+10
* jobs: add job lock in find_* functionsEmanuele Giuseppe Esposito2022-10-071-21/+46
* block: pass OnOffAuto instead of bool to block_acct_setup()Denis V. Lunev2022-09-301-3/+14
* Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau2022-04-061-4/+4
* assertions for blockdev.h global state APIEmanuele Giuseppe Esposito2022-03-041-0/+16
* assertions for block_int global state APIEmanuele Giuseppe Esposito2022-03-041-0/+7
* include/block/block_int: split header into I/O and global state APIEmanuele Giuseppe Esposito2022-03-041-0/+5
* assertions for block global state APIEmanuele Giuseppe Esposito2022-03-041-0/+1
* block: Lock AioContext for drain_end in blockdev-reopenKevin Wolf2022-02-111-1/+10
* include/sysemu/blockdev.h: remove drive_get_max_devsEmanuele Giuseppe Esposito2022-01-141-17/+0
* include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline drive_defEmanuele Giuseppe Esposito2022-01-141-6/+1
* blockjob: implement and use block_job_get_aio_contextVladimir Sementsov-Ogievskiy2021-12-281-3/+3
* blockdev: Drop unused drive_get_next()Markus Armbruster2021-12-151-10/+0
* job: @force parameter for job_cancel_sync()Hanna Reitz2021-10-071-2/+2
* arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell2021-08-261-1/+0
* block: Make blockdev-reopen stable APIAlberto Garcia2021-07-091-1/+1
* block: Support multiple reopening with x-blockdev-reopenAlberto Garcia2021-07-091-36/+45
* block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf2021-07-091-0/+5
* blockdev: fix drive-backup transaction endless drained sectionVladimir Sementsov-Ogievskiy2021-07-091-2/+1
* block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy2021-06-021-2/+1
* block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy2021-04-301-4/+0
* blockdev: with -drive if=virtio, use generic virtio-blkLaurent Vivier2021-03-241-5/+1
* block: Remove monitor command block_passwdMarkus Armbruster2021-03-231-8/+0
* blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster2021-03-191-22/+15
* Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into stagingPeter Maydell2021-03-111-3/+1
|\
| * blockdev: fix drive_backup_prepare() missed errorVladimir Sementsov-Ogievskiy2021-03-081-3/+1
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-09' into stagingPeter Maydell2021-03-101-1/+0
|\ \