aboutsummaryrefslogtreecommitdiff
path: root/blockdev.c
AgeCommit message (Expand)Author
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake
2023-05-30block: Take main AioContext lock when calling bdrv_open()Kevin Wolf
2023-05-19blockdev: qmp_transaction: drop extra generic layerVladimir Sementsov-Ogievskiy
2023-05-19blockdev: use state.bitmap in block-dirty-bitmap-add actionVladimir Sementsov-Ogievskiy
2023-05-19blockdev: transaction: refactor handling transaction propertiesVladimir Sementsov-Ogievskiy
2023-05-19blockdev: qmp_transaction: refactor loop to classic forVladimir Sementsov-Ogievskiy
2023-05-19blockdev: transactions: rename some thingsVladimir Sementsov-Ogievskiy
2023-05-19blockdev: refactor transaction to use Transaction APIVladimir Sementsov-Ogievskiy
2023-05-10block: Mark bdrv_recurse_can_replace() and callers GRAPH_RDLOCKKevin Wolf
2023-05-10block: Don't call no_coroutine_fns in qmp_block_resize()Kevin Wolf
2023-05-10block: Fix use after free in blockdev_mark_auto_del()Kevin Wolf
2023-02-01block: Convert bdrv_is_inserted() to co_wrapperEmanuele Giuseppe Esposito
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2022-12-15block: Fix locking in external_snapshot_prepare()Kevin Wolf
2022-12-15block: Drain individual nodes during reopenKevin Wolf
2022-12-14qapi transaction: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-13blockdev: Clean up abuse of DriveBackup member formatMarkus Armbruster
2022-10-27monitor: switch to *_co_* functionsAlberto Faria
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito
2022-10-07job.c: enable job lock/unlock and remove Aiocontext locksEmanuele Giuseppe Esposito
2022-10-07jobs: group together API calls under the same job lockEmanuele Giuseppe Esposito
2022-10-07jobs: add job lock in find_* functionsEmanuele Giuseppe Esposito
2022-09-30block: pass OnOffAuto instead of bool to block_acct_setup()Denis V. Lunev
2022-04-06Replace qemu_gettimeofday() with g_get_real_time()Marc-André Lureau
2022-03-04assertions for blockdev.h global state APIEmanuele Giuseppe Esposito
2022-03-04assertions for block_int global state APIEmanuele Giuseppe Esposito
2022-03-04include/block/block_int: split header into I/O and global state APIEmanuele Giuseppe Esposito
2022-03-04assertions for block global state APIEmanuele Giuseppe Esposito
2022-02-11block: Lock AioContext for drain_end in blockdev-reopenKevin Wolf
2022-01-14include/sysemu/blockdev.h: remove drive_get_max_devsEmanuele Giuseppe Esposito
2022-01-14include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito
2021-12-28blockjob: implement and use block_job_get_aio_contextVladimir Sementsov-Ogievskiy
2021-12-15blockdev: Drop unused drive_get_next()Markus Armbruster
2021-10-07job: @force parameter for job_cancel_sync()Hanna Reitz
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell
2021-07-09block: Make blockdev-reopen stable APIAlberto Garcia
2021-07-09block: Support multiple reopening with x-blockdev-reopenAlberto Garcia
2021-07-09block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf
2021-07-09blockdev: fix drive-backup transaction endless drained sectionVladimir Sementsov-Ogievskiy
2021-06-02block: drop BlockBackendRootState::read_onlyVladimir Sementsov-Ogievskiy
2021-04-30block: bdrv_append(): don't consume referenceVladimir Sementsov-Ogievskiy
2021-03-24blockdev: with -drive if=virtio, use generic virtio-blkLaurent Vivier
2021-03-23block: Remove monitor command block_passwdMarkus Armbruster
2021-03-19blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster
2021-03-11Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...Peter Maydell
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun
2021-03-08blockdev: fix drive_backup_prepare() missed errorVladimir Sementsov-Ogievskiy
2021-03-08blockdev: Clarify error messages pertaining to 'node-name'Connor Kuehl