Show patches with: Submitter = Denis V. Lunev       |   554 patches
« 1 2 3 45 6 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[PULL,22/22] tests: extend test 131 to cover availability of the write-zeroes [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,21/22] parallels: naive implementation of parallels_co_pwrite_zeroes [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,20/22] tests: extend test 131 to cover availability of the discard operation [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,19/22] parallels: naive implementation of parallels_co_pdiscard [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,18/22] parallels: improve readability of allocate_clusters [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,17/22] parallels: naive implementation of allocate_clusters with used bitmap [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,16/22] parallels: update used bitmap in allocate_cluster [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,15/22] parallels: accept multiple clusters in mark_used() [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,14/22] tests: test self-cure of parallels image with duplicated clusters [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,13/22] tests: fix broken deduplication check in parallels format test [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,12/22] parallels: collect bitmap of used clusters at open [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,11/22] parallels: add test which will validate data_off fixes through repair [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,10/22] parallels: fix broken parallels_check_data_off() [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,09/22] tests: ensure that image validation will not cure the corruption [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,08/22] parallels: create mark_used() helper which sets bit in used bitmap [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,07/22] parallels: refactor path when we need to re-check image in parallels_open [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,06/22] parallels: return earlier from parallels_open() function on error [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,05/22] parallels: return earler in fail_format branch in parallels_open() [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,04/22] parallels: invent parallels_opts_prealloc() helper to parse prealloc opts [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,03/22] parallels: fix memory leak in parallels_open() [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,02/22] parallels: mark driver as supporting CBT [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,01/22] parallels: fix formatting in bdrv_parallels initialization [PULL,01/22] parallels: fix formatting in bdrv_parallels initialization - 1 - --- 2023-09-20 Denis V. Lunev New
[PULL,00/22] implement discard operation for Parallels images - - - --- 2023-09-20 Denis V. Lunev New
[22/22] tests: extend test 131 to cover availability of the write-zeroes implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[21/22] parallels: naive implementation of parallels_co_pwrite_zeroes implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[20/22] tests: extend test 131 to cover availability of the discard operation implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[19/22] parallels: naive implementation of parallels_co_pdiscard implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[18/22] parallels: improve readability of allocate_clusters implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[17/22] parallels: naive implementation of allocate_clusters with used bitmap implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[16/22] parallels: update used bitmap in allocate_cluster implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[15/22] parallels: accept multiple clusters in mark_used() implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[14/22] tests: test self-cure of parallels image with duplicated clusters implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[13/22] tests: fix broken deduplication check in parallels format test implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[12/22] parallels: collect bitmap of used clusters at open implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[11/22] parallels: add test which will validate data_off fixes through repair implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[10/22] parallels: fix broken parallels_check_data_off() implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[09/22] tests: ensure that image validation will not cure the corruption implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[08/22] parallels: create mark_used() helper which sets bit in used bitmap implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[07/22] parallels: refactor path when we need to re-check image in parallels_open implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[06/22] parallels: return earlier from parallels_open() function on error implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[05/22] parallels: return earler in fail_format branch in parallels_open() implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[04/22] parallels: invent parallels_opts_prealloc() helper to parse prealloc opts implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[3/3] tests: extend test 131 to cover availability of the write-zeroes Untitled series #785311 - 1 - --- 2023-09-18 Denis V. Lunev New
[03/22] parallels: fix memory leak in parallels_open() implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[02/22] parallels: mark driver as supporting CBT implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[01/22] parallels: fix formatting in bdrv_parallels initialization implement discard operation for Parallels images - 1 - --- 2023-09-18 Denis V. Lunev New
[21/21] tests: extend test 131 to cover availability of the write-zeroes implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[20/21] parallels: naive implementation of parallels_co_pwrite_zeroes implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[19/21] tests: extend test 131 to cover availability of the discard operation implement discard operation for Parallels images - - - --- 2023-09-15 Denis V. Lunev New
[18/21] parallels: naive implementation of parallels_co_pdiscard implement discard operation for Parallels images - - - --- 2023-09-15 Denis V. Lunev New
[17/21] parallels: improve readability of allocate_clusters implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[16/21] parallels: naive implementation of allocate_clusters with used bitmap implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[15/21] parallels: update used bitmap in allocate_cluster implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[14/21] parallels: accept multiple clusters in mark_used() implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[13/21] tests: test self-cure of parallels image with duplicated clusters implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[12/21] tests: fix broken deduplication check in parallels format test implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[11/21] parallels: collect bitmap of used clusters at open Untitled series #784707 - - - --- 2023-09-15 Denis V. Lunev New
[11/21] parallels: collect bitmap of used clusters at open implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[10/21] parallels: add test which will validate data_off fixes through repair implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[09/21] parallels: fix broken parallels_check_data_off() implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[08/21] tests: ensure that image validation will not cure the corruption implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[07/21] parallels: create mark_used() helper which sets bit in used bitmap implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[06/21] parallels: refactor path when we need to re-check image in parallels_open implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[05/21] parallels: return earlier from parallels_open() function on error implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[04/21] parallels: return earler in fail_format branch in parallels_open() implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[03/21] parallels: invent parallels_opts_prealloc() helper to parse prealloc opts implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[02/21] parallels: mark driver as supporting CBT Untitled series #784708 - - - --- 2023-09-15 Denis V. Lunev New
[02/21] parallels: mark driver as supporting CBT implement discard operation for Parallels images - 1 - --- 2023-09-15 Denis V. Lunev New
[01/21] parallels: fix formatting in bdrv_parallels initialization implement discard operation for Parallels images - 2 - --- 2023-09-15 Denis V. Lunev New
[1/1] block: improve alignment detection and fix 271 test [1/1] block: improve alignment detection and fix 271 test - - - --- 2023-09-07 Denis V. Lunev New
[PULL,18/18] iotests: Add test for data_off check Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,17/18] iotests: Fix test 131 after repair was added to parallels_open() Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,16/18] iotests: Fix cluster size in parallels images tests (131) Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,15/18] iotests: Refactor tests of parallels images checks (131) Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,14/18] iotests: Add test for BAT entries duplication check Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,13/18] iotests: Add leak check test for parallels format Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,12/18] iotests: Add out-of-image check test for parallels format Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,11/18] parallels: Add data_off repairing to parallels_open() Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,10/18] parallels: Add data_off check Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,09/18] parallels: Use bdrv_co_getlength() in parallels_check_outside_image() Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,08/18] parallels: Image repairing in parallels_open() Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,07/18] parallels: Add checking and repairing duplicate offsets in BAT Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,06/18] parallels: Add data_start field to BDRVParallelsState Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,05/18] parallels: Add "explicit" argument to parallels_check_leak() Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,04/18] parallels: Check if data_end greater than the file size Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,03/18] parallels: Incorrect data end calculation in parallels_open() Parallels format driver - 2 - --- 2023-09-06 Denis V. Lunev New
[PULL,02/18] parallels: Fix comments formatting inside parallels driver Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[PULL,01/18] MAINTAINERS: add tree to keep parallels format driver changes Parallels format driver - 1 - --- 2023-09-06 Denis V. Lunev New
[3/3] iotests: distinguish 'skipped' and 'not run' states separated wanted and unwanted skips in QEMU iotests - 1 - --- 2023-09-06 Denis V. Lunev New
[2/3] iotests: improve 'not run' message for nbd-multiconn test separated wanted and unwanted skips in QEMU iotests - 2 - --- 2023-09-06 Denis V. Lunev New
[1/3] iotests: use TEST_IMG_FILE instead of TEST_IMG in _require_large_file separated wanted and unwanted skips in QEMU iotests - 1 1 --- 2023-09-06 Denis V. Lunev New
[8/8] qemu-nbd: fix formatting in main() qemu-nbd: Restore "qemu-nbd -v --fork" output - - - --- 2023-09-06 Denis V. Lunev New
[7/8] qemu-nbd: document -v behavior in respect to --fork in man qemu-nbd: Restore "qemu-nbd -v --fork" output - 1 - --- 2023-09-06 Denis V. Lunev New
[6/8] qemu-nbd: Restore "qemu-nbd -v --fork" output qemu-nbd: Restore "qemu-nbd -v --fork" output - 1 1 --- 2023-09-06 Denis V. Lunev New
[5/8] qemu-nbd: invent nbd_client_release_pipe() helper qemu-nbd: Restore "qemu-nbd -v --fork" output - 1 - --- 2023-09-06 Denis V. Lunev New
[4/8] qemu-nbd: put saddr into into struct NbdClientOpts qemu-nbd: Restore "qemu-nbd -v --fork" output - 1 - --- 2023-09-06 Denis V. Lunev New
[3/8] qemu-nbd: move srcpath into struct NbdClientOpts qemu-nbd: Restore "qemu-nbd -v --fork" output - 1 - --- 2023-09-06 Denis V. Lunev New
[2/8] qemu-nbd: define struct NbdClientOpts when HAVE_NBD_DEVICE is not defined qemu-nbd: Restore "qemu-nbd -v --fork" output - 1 - --- 2023-09-06 Denis V. Lunev New
[1/8] qemu-nbd: improve error message for dup2 error qemu-nbd: Restore "qemu-nbd -v --fork" output - 1 - --- 2023-09-06 Denis V. Lunev New
[vOther2,1/1] qemu-nbd: Restore "qemu-nbd -v --fork" output [vOther2,1/1] qemu-nbd: Restore "qemu-nbd -v --fork" output - - - --- 2023-08-25 Denis V. Lunev New
« 1 2 3 45 6 »