aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-27block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...Emanuele Giuseppe Esposito
2022-10-27block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_contextEmanuele Giuseppe Esposito
2022-10-27block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacksEmanuele Giuseppe Esposito
2022-10-27block: use the new _change_ API instead of _can_set_ and _set_Emanuele Giuseppe Esposito
2022-10-27block-backend: implement .change_aio_ctx in child_rootEmanuele Giuseppe Esposito
2022-10-27block: implement .change_aio_ctx in child_of_bdsEmanuele Giuseppe Esposito
2022-10-27blockjob: implement .change_aio_ctx in child_jobEmanuele Giuseppe Esposito
2022-10-27bdrv_change_aio_context: use hash table instead of list of visited nodesEmanuele Giuseppe Esposito
2022-10-27block: use transactions as a replacement of ->{can_}set_aio_context()Emanuele Giuseppe Esposito
2022-10-27block.c: assert bs->aio_context is written under BQL and drainsEmanuele Giuseppe Esposito
2022-10-27block: refactor bdrv_remove_file_or_backing_child to bdrv_remove_childVladimir Sementsov-Ogievskiy
2022-10-27block/snapshot: drop indirection around bdrv_snapshot_fallback_ptrVladimir Sementsov-Ogievskiy
2022-10-27block: Manipulate bs->file / bs->backing pointers in .attach/.detachVladimir Sementsov-Ogievskiy
2022-10-27Revert "block: Pass BdrvChild ** to replace_child_noperm"Vladimir Sementsov-Ogievskiy
2022-10-27Revert "block: Restructure remove_file_or_backing_child()"Vladimir Sementsov-Ogievskiy
2022-10-27Revert "block: Let replace_child_tran keep indirect pointer"Vladimir Sementsov-Ogievskiy
2022-10-27Revert "block: Let replace_child_noperm free children"Vladimir Sementsov-Ogievskiy
2022-10-27block/snapshot: stress that we fallback to primary childVladimir Sementsov-Ogievskiy
2022-10-27block: document connection between child roles and bs->backing/bs->fileVladimir Sementsov-Ogievskiy
2022-10-27test-bdrv-graph-mod: fix filters to be filtersVladimir Sementsov-Ogievskiy
2022-10-27tests-bdrv-drain: bdrv_replace_test driver: declare supports_backingVladimir Sementsov-Ogievskiy
2022-10-27test-bdrv-graph-mod: update test_parallel_perm_update test caseVladimir Sementsov-Ogievskiy
2022-10-27block/blklogwrites: don't care to remove bs->file child on failureVladimir Sementsov-Ogievskiy
2022-10-27block: introduce bdrv_open_file_child() helperVladimir Sementsov-Ogievskiy
2022-10-27block: BlockDriver: add .filtered_child_is_backing fieldVladimir Sementsov-Ogievskiy
2022-10-27vhost-user-blk: fix the resize crashLi Feng
2022-10-27block/io_uring: revert "Use io_uring_register_ring_fd() to skip fd operations"Sam Li
2022-10-27vvfat: allow spaces in file namesHervé Poussineau
2022-10-27vvfat: allow some writes to bootsectorHervé Poussineau
2022-10-27block: Refactor get_tmp_filename()Bin Meng
2022-10-27block: Ignore close() failure in get_tmp_filename()Bin Meng
2022-10-27MAINTAINERS: Fold "Block QAPI, monitor, ..." into "Block layer core"Markus Armbruster
2022-10-27Merge tag 'pull-target-arm-20221027' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-10-27crypto: add test cases for many malformed LUKS header scenariosDaniel P. Berrangé
2022-10-27crypto: ensure LUKS tests run with GNUTLS crypto providerDaniel P. Berrangé
2022-10-27crypto: quote algorithm names in error messagesDaniel P. Berrangé
2022-10-27crypto: split off helpers for converting LUKS header endianessDaniel P. Berrangé
2022-10-27crypto: split LUKS header definitions off into fileDaniel P. Berrangé
2022-10-27crypto: check that LUKS PBKDF2 iterations count is non-zeroDaniel P. Berrangé
2022-10-27crypto: strengthen the check for key slots overlapping with LUKS headerDaniel P. Berrangé
2022-10-27crypto: validate that LUKS payload doesn't overlap with headerDaniel P. Berrangé
2022-10-27crypto: enforce that key material doesn't overlap with LUKS headerDaniel P. Berrangé
2022-10-27crypto: enforce that LUKS stripes is always a fixed valueDaniel P. Berrangé
2022-10-27crypto: sanity check that LUKS header strings are NUL-terminatedDaniel P. Berrangé
2022-10-27tests: avoid DOS line endings in PSK fileDaniel P. Berrangé
2022-10-27crypto: check for and report errors setting PSK credentialsDaniel P. Berrangé
2022-10-27scripts: check if .git exists before checking submodule statusDaniel P. Berrangé
2022-10-27mips/malta: pass RNG seed via env var and re-randomize on rebootJason A. Donenfeld
2022-10-27rx: re-randomize rng-seed on rebootJason A. Donenfeld
2022-10-27openrisc: re-randomize rng-seed on rebootJason A. Donenfeld