Show patches with: Submitter = Alberto Garcia       |    State = Action Required       |    Archived = No       |   1482 patches
« 1 2 ... 3 4 514 15 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v4,29/30] qcow2: Add subcluster support to qcow2_measure() Add subcluster allocation to qcow2 - - 1 - --- 2020-03-17 Alberto Garcia New
[v4,28/30] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit Add subcluster allocation to qcow2 - - 1 - --- 2020-03-17 Alberto Garcia New
[v4,27/30] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters Add subcluster allocation to qcow2 - - - - --- 2020-03-17 Alberto Garcia New
[v4,26/30] qcow2: Restrict qcow2_co_pwrite_zeroes() to full clusters only Add subcluster allocation to qcow2 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,25/30] qcow2: Add subcluster support to handle_alloc_space() Add subcluster allocation to qcow2 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,24/30] qcow2: Clear the L2 bitmap when allocating a compressed cluster Add subcluster allocation to qcow2 - - 1 - --- 2020-03-17 Alberto Garcia New
[v4,23/30] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2() Add subcluster allocation to qcow2 - - 1 - --- 2020-03-17 Alberto Garcia New
[v4,22/30] qcow2: Fix offset calculation in handle_dependencies() Add subcluster allocation to qcow2 - - 1 - --- 2020-03-17 Alberto Garcia New
[v4,21/30] qcow2: Add subcluster support to check_refcounts_l2() Add subcluster allocation to qcow2 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,20/30] qcow2: Add subcluster support to discard_in_l2_slice() Add subcluster allocation to qcow2 - - 1 - --- 2020-03-17 Alberto Garcia New
[v4,19/30] qcow2: Add subcluster support to zero_in_l2_slice() Add subcluster allocation to qcow2 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,18/30] qcow2: Add subcluster support to qcow2_get_host_offset() Add subcluster allocation to qcow2 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,17/30] qcow2: Add subcluster support to calculate_l2_meta() Add subcluster allocation to qcow2 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,16/30] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC Add subcluster allocation to qcow2 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,14/30] qcow2: Add cluster type parameter to qcow2_get_host_offset() Add subcluster allocation to qcow2 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,13/30] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type() Add subcluster allocation to qcow2 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,12/30] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap() Add subcluster allocation to qcow2 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,11/30] qcow2: Add l2_entry_size() Add subcluster allocation to qcow2 - - 1 - --- 2020-03-17 Alberto Garcia New
[v4,10/30] qcow2: Add offset_to_sc_index() Add subcluster allocation to qcow2 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,09/30] qcow2: Add subcluster-related fields to BDRVQcow2State Add subcluster allocation to qcow2 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,08/30] qcow2: Add dummy has_subclusters() function Add subcluster allocation to qcow2 - - 3 - --- 2020-03-17 Alberto Garcia New
[v4,07/30] qcow2: Document the Extended L2 Entries feature Add subcluster allocation to qcow2 - - 1 - --- 2020-03-17 Alberto Garcia New
[v4,06/30] qcow2: Add get_l2_entry() and set_l2_entry() Add subcluster allocation to qcow2 - - 3 - --- 2020-03-17 Alberto Garcia New
[v4,05/30] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied() Add subcluster allocation to qcow2 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,03/30] qcow2: Add calculate_l2_meta() Add subcluster allocation to qcow2 - - 1 - --- 2020-03-17 Alberto Garcia New
[v4,02/30] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset() Untitled series #164925 - - 2 - --- 2020-03-17 Alberto Garcia New
[v4,01/30] qcow2: Make Qcow2AioTask store the full host offset Add subcluster allocation to qcow2 - - 3 - --- 2020-03-17 Alberto Garcia New
[2/2] qcow2: Convert qcow2_get_cluster_offset() into qcow2_get_host_offset() Convert qcow2_get_cluster_offset() into qcow2_get_host_offset() - - - - --- 2020-02-27 Alberto Garcia New
[1/2] qcow2: Make Qcow2AioTask store the full host offset Convert qcow2_get_cluster_offset() into qcow2_get_host_offset() - - - - --- 2020-02-27 Alberto Garcia New
qcow2: Fix alignment checks in encrypted images qcow2: Fix alignment checks in encrypted images - - 1 - --- 2020-02-13 Alberto Garcia New
[v3,5/5] qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded value Misc BDRV_SECTOR_SIZE updates - - 1 - --- 2020-01-18 Alberto Garcia New
[v3,4/5] qcow2: Don't require aligned offsets in qcow2_co_copy_range_from() Misc BDRV_SECTOR_SIZE updates - - 1 - --- 2020-01-18 Alberto Garcia New
[v3,3/5] qcow2: Use bs->bl.request_alignment when updating an L1 entry Misc BDRV_SECTOR_SIZE updates - - 1 - --- 2020-01-18 Alberto Garcia New
[v3,2/5] qcow2: Tighten cluster_offset alignment assertions Misc BDRV_SECTOR_SIZE updates - - 1 - --- 2020-01-18 Alberto Garcia New
[v3,1/5] qcow2: Don't round the L1 table allocation up to the sector size Misc BDRV_SECTOR_SIZE updates - - 1 - --- 2020-01-18 Alberto Garcia New
[v2] qcow2: Use a GString in report_unsupported_feature() [v2] qcow2: Use a GString in report_unsupported_feature() - - 3 - --- 2020-01-15 Alberto Garcia New
qcow2: Use a GString in report_unsupported_feature() qcow2: Use a GString in report_unsupported_feature() - - 1 - --- 2020-01-14 Alberto Garcia New
[v2] qcow2: Assert that host cluster offsets fit in L2 table entries [v2] qcow2: Assert that host cluster offsets fit in L2 table entries - - 1 - --- 2020-01-13 Alberto Garcia New
block: Use a GString in bdrv_perm_names() block: Use a GString in bdrv_perm_names() - - 1 - --- 2020-01-10 Alberto Garcia New
[v2,4/4] qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded value qcow2: Misc BDRV_SECTOR_SIZE updates - - - - --- 2020-01-09 Alberto Garcia New
[v2,3/4] qcow2: Tighten cluster_offset alignment assertions qcow2: Misc BDRV_SECTOR_SIZE updates - - 1 - --- 2020-01-09 Alberto Garcia New
[v2,2/4] qcow2: Don't round the L1 table allocation up to the sector size qcow2: Misc BDRV_SECTOR_SIZE updates - - 1 - --- 2020-01-09 Alberto Garcia New
[v2,1/4] qcow2: Require that the virtual size is a multiple of the sector size [v2,1/4] qcow2: Require that the virtual size is a multiple of the sector size - - - - --- 2020-01-09 Alberto Garcia New
[3/3] qcow2: Use BDRV_SECTOR_SIZE instead of the hardcoded value qcow2: Misc BDRV_SECTOR_SIZE updates - - - - --- 2020-01-08 Alberto Garcia New
[2/3] qcow2: Don't round the L1 table allocation up to the sector size qcow2: Misc BDRV_SECTOR_SIZE updates - - - - --- 2020-01-08 Alberto Garcia New
[1/3] qcow2: Require that the virtual size is a multiple of the sector size qcow2: Misc BDRV_SECTOR_SIZE updates - - - - --- 2020-01-08 Alberto Garcia New
[RFC,v3,27/27] iotests: Add tests for qcow2 images with extended L2 entries Add subcluster allocation to qcow2 - - - - --- 2019-12-22 Alberto Garcia New
[RFC,v3,26/27] qcow2: Add subcluster support to qcow2_measure() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,25/27] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,24/27] qcow2: Restrict qcow2_co_pwrite_zeroes() to full clusters only Untitled series #150033 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,23/27] qcow2: Add subcluster support to handle_alloc_space() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,22/27] qcow2: Clear the L2 bitmap when allocating a compressed cluster Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,21/27] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,20/27] qcow2: Fix offset calculation in handle_dependencies() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,19/27] qcow2: Add subcluster support to expand_zero_clusters_in_l1() Add subcluster allocation to qcow2 - - - - --- 2019-12-22 Alberto Garcia New
[RFC,v3,18/27] qcow2: Add subcluster support to check_refcounts_l2() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,17/27] qcow2: Add subcluster support to discard_in_l2_slice() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,16/27] qcow2: Add subcluster support to zero_in_l2_slice() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,15/27] qcow2: Add subcluster support to qcow2_get_cluster_offset() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,14/27] qcow2: Add subcluster support to calculate_l2_meta() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,13/27] qcow2: Handle QCOW2_SUBCLUSTER_UNALLOCATED_ALLOC Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,12/27] qcow2: Replace QCOW2_CLUSTER_* with QCOW2_SUBCLUSTER_* Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,11/27] qcow2: Add QCow2SubclusterType and qcow2_get_subcluster_type() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,10/27] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,09/27] qcow2: Add l2_entry_size() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,08/27] qcow2: Add offset_to_sc_index() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,07/27] qcow2: Add subcluster-related fields to BDRVQcow2State Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,06/27] qcow2: Add dummy has_subclusters() function Add subcluster allocation to qcow2 - - 2 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,05/27] qcow2: Document the Extended L2 Entries feature Add subcluster allocation to qcow2 - - - - --- 2019-12-22 Alberto Garcia New
[RFC,v3,04/27] qcow2: Add get_l2_entry() and set_l2_entry() Add subcluster allocation to qcow2 - - 2 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,03/27] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied() Add subcluster allocation to qcow2 - - 2 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,02/27] qcow2: Split cluster_needs_cow() out of count_cow_clusters() Add subcluster allocation to qcow2 - - 2 - --- 2019-12-22 Alberto Garcia New
[RFC,v3,01/27] qcow2: Add calculate_l2_meta() Add subcluster allocation to qcow2 - - 1 - --- 2019-12-22 Alberto Garcia New
qcow2: Use offset_into_cluster() qcow2: Use offset_into_cluster() - - 1 - --- 2019-12-12 Alberto Garcia New
[RFC,v2,26/26] iotests: Add tests for qcow2 images with extended L2 entries Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,25/26] qcow2: Allow preallocation and backing files if extended_l2 is set Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,24/26] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,23/26] qcow2: Restrict qcow2_co_pwrite_zeroes() to full clusters only Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,22/26] qcow2: Add subcluster support to handle_alloc_space() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,21/26] qcow2: Clear the L2 bitmap when allocating a compressed cluster Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,20/26] qcow2: Update L2 bitmap in qcow2_alloc_cluster_link_l2() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,19/26] qcow2: Fix offset calculation in handle_dependencies() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,18/26] qcow2: Add subcluster support to expand_zero_clusters_in_l1() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,17/26] qcow2: Add subcluster support to check_refcounts_l2() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,16/26] qcow2: Add subcluster support to discard_in_l2_slice() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,15/26] qcow2: Add subcluster support to zero_in_l2_slice() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,14/26] qcow2: Add subcluster support to qcow2_get_cluster_offset() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,13/26] qcow2: Add subcluster support to calculate_l2_meta() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,12/26] qcow2: Handle QCOW2_CLUSTER_UNALLOCATED_SUBCLUSTER Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,11/26] qcow2: Add qcow2_get_subcluster_type() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,10/26] qcow2: Update get/set_l2_entry() and add get/set_l2_bitmap() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,09/26] qcow2: Add l2_entry_size() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,08/26] qcow2: Add offset_to_sc_index() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,07/26] qcow2: Add subcluster-related fields to BDRVQcow2State Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,06/26] qcow2: Add dummy has_subclusters() function Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,05/26] qcow2: Document the Extended L2 Entries feature Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,04/26] qcow2: Add get_l2_entry() and set_l2_entry() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,03/26] qcow2: Process QCOW2_CLUSTER_ZERO_ALLOC clusters in handle_copied() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
[RFC,v2,02/26] qcow2: Split cluster_needs_cow() out of count_cow_clusters() Add subcluster allocation to qcow2 - - 1 - --- 2019-10-26 Alberto Garcia New
[RFC,v2,01/26] qcow2: Add calculate_l2_meta() Add subcluster allocation to qcow2 - - - - --- 2019-10-26 Alberto Garcia New
« 1 2 ... 3 4 514 15 »