| [RFC,V5,27/62] qcow2: Add check_dedup_l2 in order to check l2 of dedup table. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,28/62] qcow2: Do not overwrite existing entries with QCOW_OFLAG_COPIED. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,29/62] qcow2: Integrate SKEIN hash algorithm in deduplication. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,30/62] qcow2: Add lazy refcounts to deduplication to prevent qcow2_cache_set_dependency loops |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,31/62] qcow2: Use large L2 table for deduplication. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,32/62] qcow: Set large dedup hash block size. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,33/62] qemu-iotests: Filter dedup=on/off so existing tests don't break. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,34/62] qcow2: Add qcow2_dedup_init and qcow2_dedup_close. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,35/62] qcow2: Add qcow2_co_dedup_resume to restart deduplication. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,36/62] qcow2: Enable the deduplication feature. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,37/62] qcow2: Add deduplication metrics structures. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,38/62] qcow2: Initialize deduplication metrics. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,39/62] qcow2: Collect unaligned writes missing data reads metric. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,40/62] qcow2: Collect deduplicated cluster metric. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,41/62] qcow2: Collect undeduplicated cluster metric. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,42/62] qcow2: Count QCowHashNode creation metrics. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,43/62] qcow2: Count QCowHashNode removal from tree for metrics. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,44/62] qcow2: Count cluster deleted metric |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,45/62] qcow2: Count deduplication refcount overflow metric. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,46/62] qapi: Add support for deduplication infos in qapi-schema.json. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,47/62] block: Add deduplication metrics to BlockDriverInfo. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,48/62] qcow2: Add qcow2_dedup_update_metrics to compute dedup RAM usage. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,49/62] qcow2: returns deduplication metrics and status via bdrv_get_info() |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,50/62] qapi: Return virtual block device deduplication metrics in QMP |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,51/62] block: Add BlockDriver function prototype to pause and resume deduplication. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,52/62] qcow2: Add code to deduplicate cluster flagged with QCOW_OFLAG_TO_DEDUP. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,53/62] block: Add bdrv_has_dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,54/62] block: Add bdrv_is_dedup_running. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,55/62] block: Add bdrv_resume_dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,56/62] block: Add bdrv_pause_dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,57/62] qcow2: Add qcow2_pause_dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,58/62] qcow2: Add qcow2_resume_dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,59/62] qcow2: Make dedup status persists. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,60/62] qerror: Add QERR_DEVICE_NOT_DEDUPLICATED. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,61/62] qmp: Add block-pause-dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,62/62] qmp: Add block_resume_dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,01/36] qcow2: Add deduplication to the qcow2 specification. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,02/36] qcow2: Add deduplication structures and fields. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,03/36] qcow2: Add qcow2_dedup_read_missing_and_concatenate |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,04/36] qcow2: Make update_refcount public. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,05/36] qcow2: Create a way to link to l2 tables when deduplicating. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,06/36] qcow2: Add qcow2_dedup and related functions |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,07/36] qcow2: Add qcow2_dedup_store_new_hashes. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,08/36] qcow2: Implement qcow2_compute_cluster_hash. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,09/36] qcow2: Extract qcow2_dedup_grow_table |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,10/36] qcow2: Add qcow2_dedup_grow_table and use it. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,11/36] qcow2: Makes qcow2_alloc_cluster_link_l2 mark to deduplicate clusters. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,12/36] qcow2: make the deduplication forget a cluster hash when a cluster is to dedupe |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,13/36] qcow2: Create qcow2_is_cluster_to_dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,14/36] qcow2: Load and save deduplication table header extension. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,15/36] qcow2: Extract qcow2_do_table_init. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,16/36] qcow2-cache: Allow to choose table size at creation. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,17/36] qcow2: Extract qcow2_add_feature and qcow2_remove_feature. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,18/36] block: Add qemu-img dedup create option. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,19/36] qcow2: Add a deduplication boolean to update_refcount. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,20/36] qcow2: Drop hash for a given cluster when dedup makes refcount > 2^16/2. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,21/36] qcow2: Remove hash when cluster is deleted. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,22/36] qcow2: Add qcow2_dedup_is_running to probe if dedup is running. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,23/36] qcow2: Integrate deduplication in qcow2_co_writev loop. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,24/36] qcow2: Serialize write requests when deduplication is activated. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,25/36] qcow2: Add verification of dedup table. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,26/36] qcow2: Adapt checking of QCOW_OFLAG_COPIED for dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,27/36] qcow2: Add check_dedup_l2 in order to check l2 of dedup table. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,28/36] qcow2: Do not overwrite existing entries with QCOW_OFLAG_COPIED. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,29/36] qcow2: Integrate SKEIN hash algorithm in deduplication. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,30/36] qcow2: Add lazy refcounts to deduplication to prevent qcow2_cache_set_dependency loops |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,31/36] qcow2: Use large L2 table for deduplication. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,32/36] qcow: Set large dedup hash block size. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,33/36] qemu-iotests: Filter dedup=on/off so existing tests don't break. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,34/36] qcow2: Add qcow2_dedup_init and qcow2_dedup_close. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,01/14] qcow2: Add deduplication metrics structures. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,02/14] qcow2: Initialize deduplication metrics. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,35/36] qcow2: Add qcow2_co_dedup_resume to restart deduplication. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,03/14] qcow2: Collect unaligned writes missing data reads metric. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V5,36/36] qcow2: Enable the deduplication feature. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,04/14] qcow2: Collect deduplicated cluster metric. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,05/14] qcow2: Collect undeduplicated cluster metric. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,06/14] qcow2: Count QCowHashNode creation metrics. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,07/14] qcow2: Count QCowHashNode removal from tree for metrics. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,08/14] qcow2: Count cluster deleted metric |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,09/14] qcow2: Count deduplication refcount overflow metric. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,10/14] qapi: Add support for deduplication infos in qapi-schema.json. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,11/14] block: Add deduplication metrics to BlockDriverInfo. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,12/14] qcow2: Add qcow2_dedup_update_metrics to compute dedup RAM usage. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,01/12] block: Add BlockDriver function prototype to pause and resume deduplication. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,13/14] qcow2: returns deduplication metrics and status via bdrv_get_info() |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,14/14] qapi: Return virtual block device deduplication metrics in QMP |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,02/12] qcow2: Add code to deduplicate cluster flagged with QCOW_OFLAG_TO_DEDUP. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,03/12] block: Add bdrv_has_dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,04/12] block: Add bdrv_is_dedup_running. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,05/12] block: Add bdrv_resume_dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,06/12] block: Add bdrv_pause_dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,07/12] qcow2: Add qcow2_pause_dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,08/12] qcow2: Add qcow2_resume_dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,09/12] qcow2: Make dedup status persists. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,10/12] qerror: Add QERR_DEVICE_NOT_DEDUPLICATED. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,11/12] qmp: Add block-pause-dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [RFC,V1,12/12] qmp: Add block_resume_dedup. |
2013-01-16 |
Benoît Canet |
|
New |
| [PULL,0/2] alpha-linux-user patch queue |
2013-01-16 |
Richard Henderson |
|
New |
| [1/2] alpha-linux-user: Translate fcntl l_type |
2013-01-16 |
Richard Henderson |
|
New |