Show patches with: Submitter = Alberto Garcia       |    State = Action Required       |    Archived = No       |   1482 patches
« 1 2 3 414 15 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v10,21/34] qcow2: Add subcluster support to qcow2_get_host_offset() Add subcluster allocation to qcow2 - - 1 - --- 2020-07-03 Alberto Garcia New
[v10,20/34] qcow2: Add subcluster support to calculate_l2_meta() Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,19/34] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,18/34] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_* Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,17/34] qcow2: Add cluster type parameter to qcow2_get_host_offset() Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,16/34] qcow2: Add qcow2_cluster_is_allocated() Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,15/34] qcow2: Add qcow2_get_subcluster_range_type() Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,14/34] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type() Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,13/34] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap() Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,12/34] qcow2: Add l2_entry_size() Add subcluster allocation to qcow2 - - 1 - --- 2020-07-03 Alberto Garcia New
[v10,11/34] qcow2: Add offset_into_subcluster() and size_to_subclusters() Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,10/34] qcow2: Add offset_to_sc_index() Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,09/34] qcow2: Add subcluster-related fields to BDRVQcow2State Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,08/34] qcow2: Add dummy has_subclusters() function Add subcluster allocation to qcow2 - - 3 - --- 2020-07-03 Alberto Garcia New
[v10,07/34] qcow2: Document the Extended L2 Entries feature Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,06/34] qcow2: Add get_l2_entry() and set_l2_entry() Add subcluster allocation to qcow2 - - 3 - --- 2020-07-03 Alberto Garcia New
[v10,05/34] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied() Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,04/34] qcow2: Split cluster_needs_cow() out of count_cow_clusters() Add subcluster allocation to qcow2 - - 2 - --- 2020-07-03 Alberto Garcia New
[v10,03/34] qcow2: Add calculate_l2_meta() Add subcluster allocation to qcow2 - - 1 - --- 2020-07-03 Alberto Garcia New
[v10,02/34] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset() Add subcluster allocation to qcow2 - - 1 - --- 2020-07-03 Alberto Garcia New
[v10,01/34] qcow2: Make Qcow2AioTask store the full host offset Add subcluster allocation to qcow2 - - 3 - --- 2020-07-03 Alberto Garcia New
[v9,34/34] iotests: Add tests for qcow2 images with extended L2 entries Add subcluster allocation to qcow2 - - - - --- 2020-06-28 Alberto Garcia New
[v9,33/34] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,32/34] qcow2: Allow preallocation and backing files if extended_l2 is set Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,31/34] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,30/34] qcow2: Add prealloc field to QCowL2Meta Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,29/34] qcow2: Add subcluster support to qcow2_measure() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-28 Alberto Garcia New
[v9,28/34] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-28 Alberto Garcia New
[v9,27/34] qcow2: Add subcluster support to handle_alloc_space() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,26/34] qcow2: Clear the L2 bitmap when allocating a compressed cluster Add subcluster allocation to qcow2 - - 1 - --- 2020-06-28 Alberto Garcia New
[v9,25/34] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,24/34] qcow2: Add subcluster support to check_refcounts_l2() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-28 Alberto Garcia New
[v9,23/34] qcow2: Add subcluster support to discard_in_l2_slice() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,22/34] qcow2: Add subcluster support to zero_in_l2_slice() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,21/34] qcow2: Add subcluster support to qcow2_get_host_offset() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-28 Alberto Garcia New
[v9,20/34] qcow2: Add subcluster support to calculate_l2_meta() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,19/34] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,18/34] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_* Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,17/34] qcow2: Add cluster type parameter to qcow2_get_host_offset() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,16/34] qcow2: Add qcow2_cluster_is_allocated() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,15/34] qcow2: Add qcow2_get_subcluster_range_type() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,14/34] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,13/34] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,12/34] qcow2: Add l2_entry_size() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-28 Alberto Garcia New
[v9,11/34] qcow2: Add offset_into_subcluster() and size_to_subclusters() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,10/34] qcow2: Add offset_to_sc_index() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,09/34] qcow2: Add subcluster-related fields to BDRVQcow2State Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,08/34] qcow2: Add dummy has_subclusters() function Add subcluster allocation to qcow2 - - 3 - --- 2020-06-28 Alberto Garcia New
[v9,07/34] qcow2: Document the Extended L2 Entries feature Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,06/34] qcow2: Add get_l2_entry() and set_l2_entry() Add subcluster allocation to qcow2 - - 3 - --- 2020-06-28 Alberto Garcia New
[v9,05/34] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,04/34] qcow2: Split cluster_needs_cow() out of count_cow_clusters() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-28 Alberto Garcia New
[v9,03/34] qcow2: Add calculate_l2_meta() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-28 Alberto Garcia New
[v9,02/34] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-28 Alberto Garcia New
[v9,01/34] qcow2: Make Qcow2AioTask store the full host offset Add subcluster allocation to qcow2 - - 3 - --- 2020-06-28 Alberto Garcia New
[v2] qcow2: Fix preallocation on images with unaligned sizes [v2] qcow2: Fix preallocation on images with unaligned sizes - - 1 - --- 2020-06-17 Alberto Garcia New
[v8,34/34] iotests: Add tests for qcow2 images with extended L2 entries Add subcluster allocation to qcow2 - - 1 1 --- 2020-06-10 Alberto Garcia New
[v8,33/34] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,32/34] qcow2: Allow preallocation and backing files if extended_l2 is set Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,31/34] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,30/34] qcow2: Add prealloc field to QCowL2Meta Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,29/34] qcow2: Add subcluster support to qcow2_measure() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,28/34] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,27/34] qcow2: Add subcluster support to handle_alloc_space() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-10 Alberto Garcia New
[v8,26/34] qcow2: Clear the L2 bitmap when allocating a compressed cluster Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,25/34] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,24/34] qcow2: Add subcluster support to check_refcounts_l2() Add subcluster allocation to qcow2 - - 3 - --- 2020-06-10 Alberto Garcia New
[v8,23/34] qcow2: Add subcluster support to discard_in_l2_slice() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,22/34] qcow2: Add subcluster support to zero_in_l2_slice() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,21/34] qcow2: Add subcluster support to qcow2_get_host_offset() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,20/34] qcow2: Add subcluster support to calculate_l2_meta() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,19/34] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC Add subcluster allocation to qcow2 - - 2 - --- 2020-06-10 Alberto Garcia New
[v8,18/34] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_* Add subcluster allocation to qcow2 - - 2 - --- 2020-06-10 Alberto Garcia New
[v8,17/34] qcow2: Add cluster type parameter to qcow2_get_host_offset() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-10 Alberto Garcia New
[v8,16/34] qcow2: Add qcow2_cluster_is_allocated() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,15/34] qcow2: Add qcow2_get_subcluster_range_type() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,14/34] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,13/34] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,12/34] qcow2: Add l2_entry_size() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,11/34] qcow2: Add offset_into_subcluster() and size_to_subclusters() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,10/34] qcow2: Add offset_to_sc_index() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-10 Alberto Garcia New
[v8,09/34] qcow2: Add subcluster-related fields to BDRVQcow2State Add subcluster allocation to qcow2 - - 2 - --- 2020-06-10 Alberto Garcia New
[v8,08/34] qcow2: Add dummy has_subclusters() function Add subcluster allocation to qcow2 - - 3 - --- 2020-06-10 Alberto Garcia New
[v8,07/34] qcow2: Document the Extended L2 Entries feature Add subcluster allocation to qcow2 - - 2 - --- 2020-06-10 Alberto Garcia New
[v8,06/34] qcow2: Add get_l2_entry() and set_l2_entry() Add subcluster allocation to qcow2 - - 3 - --- 2020-06-10 Alberto Garcia New
[v8,05/34] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,04/34] qcow2: Split cluster_needs_cow() out of count_cow_clusters() Add subcluster allocation to qcow2 - - 2 - --- 2020-06-10 Alberto Garcia New
[v8,03/34] qcow2: Add calculate_l2_meta() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,02/34] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset() Add subcluster allocation to qcow2 - - 1 - --- 2020-06-10 Alberto Garcia New
[v8,01/34] qcow2: Make Qcow2AioTask store the full host offset Add subcluster allocation to qcow2 - - 3 - --- 2020-06-10 Alberto Garcia New
qcow2: Fix preallocation on images with unaligned sizes qcow2: Fix preallocation on images with unaligned sizes - - 1 - --- 2020-06-10 Alberto Garcia New
[v7,32/32] iotests: Add tests for qcow2 images with extended L2 entries Add subcluster allocation to qcow2 - - - - --- 2020-05-25 Alberto Garcia New
[v7,31/32] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters Add subcluster allocation to qcow2 - - 1 - --- 2020-05-25 Alberto Garcia New
[v7,30/32] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit Add subcluster allocation to qcow2 - - 1 - --- 2020-05-25 Alberto Garcia New
[v7,29/32] qcow2: Add subcluster support to qcow2_measure() Add subcluster allocation to qcow2 - - 1 - --- 2020-05-25 Alberto Garcia New
[v7,28/32] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes() Add subcluster allocation to qcow2 - - 1 - --- 2020-05-25 Alberto Garcia New
[v7,27/32] qcow2: Add subcluster support to handle_alloc_space() Add subcluster allocation to qcow2 - - 2 - --- 2020-05-25 Alberto Garcia New
[v7,26/32] qcow2: Clear the L2 bitmap when allocating a compressed cluster Add subcluster allocation to qcow2 - - 1 - --- 2020-05-25 Alberto Garcia New
[v7,25/32] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2() Add subcluster allocation to qcow2 - - 1 - --- 2020-05-25 Alberto Garcia New
[v7,24/32] qcow2: Add subcluster support to check_refcounts_l2() Add subcluster allocation to qcow2 - - 3 - --- 2020-05-25 Alberto Garcia New
« 1 2 3 414 15 »