summaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorLines
2024-02-20dm vdo index: fix various small nitsMike Snitzer-13/+15
2024-02-20dm vdo dedupe: fix various small nitsMike Snitzer-5/+4
2024-02-20dm vdo slab-depot: fix various small nitsMike Snitzer-10/+9
2024-02-20dm vdo data-vio: rename is_trim flag to is_discardMike Snitzer-12/+12
2024-02-20dm vdo: rename vdo_map_to_system_error to vdo_status_to_errnoMike Snitzer-9/+9
2024-02-20dm vdo: rename uds_map_to_system_error to uds_status_to_errnoMike Snitzer-14/+14
2024-02-20dm vdo: slight cleanup of UDS error codesMike Snitzer-21/+18
2024-02-20dm vdo block-map: rename struct cursors member to 'completion'Mike Snitzer-12/+10
2024-02-20dm vdo block-map: avoid extra dereferences to access vdo objectMike Snitzer-3/+3
2024-02-20dm vdo block-map: remove extra vdo arg from initialize_block_map_zoneMike Snitzer-3/+2
2024-02-20dm vdo block-map: use uds_log_ratelimit() rather than open code itMike Snitzer-7/+3
2024-02-20dm vdo block-map: fix a few small nitsMike Snitzer-7/+8
2024-02-20dm vdo: use a proper Makefile for dm-vdoMike Snitzer-44/+107
2024-02-20dm vdo: fix how dm_kcopyd_client_create() failure is checkedMike Snitzer-4/+11
2024-02-20dm vdo int-map: remove unused parameter from vdo_int_map_createBruce Johnston-20/+10
2024-02-20dm vdo int-map: rename functions to use a common vdo_int_map preambleBruce Johnston-31/+35
2024-02-20dm vdo dedupe: switch to using int-map instead of pointer-mapBruce Johnston-804/+23
2024-02-20dm vdo wait-queue: rename to vdo_waitq_dequeue_waiterMike Snitzer-21/+20
2024-02-20dm vdo block-map: optimize enter_zone_read_only_modeMike Snitzer-5/+3
2024-02-20dm vdo wait-queue: optimize vdo_waitq_dequeue_matching_waitersMike Snitzer-6/+2
2024-02-20dm vdo wait-queue: remove unused debug function vdo_waitq_get_next_waiterMike Snitzer-21/+0
2024-02-20dm vdo wait-queue: add proper namespace to interfaceMike Snitzer-389/+413
2024-02-20dm vdo io-submitter: rename to vdo_submit_vio and submit_data_vioMike Snitzer-10/+10
2024-02-20dm vdo io-submitter: rename to vdo_submit_data_vioMike Snitzer-6/+6
2024-02-20dm vdo io-submitter: rename to vdo_submit_flush_vioMike Snitzer-5/+5
2024-02-20dm vdo io-submitter: rename to vdo_submit_metadata_vioMike Snitzer-69/+68
2024-02-20dm vdo io-submitter: remove get_bio_sectorMike Snitzer-18/+15
2024-02-20dm vdo: enable configuration and building of dm-vdoMatthew Sakai-0/+18
2024-02-20dm vdo: add the top-level DM targetMatthew Sakai-0/+2952
2024-02-20dm vdo: add debugging supportMatthew Sakai-0/+295
2024-02-20dm vdo: add sysfs support for setting parameters and fetching statsMatthew Sakai-0/+2362
2024-02-20dm vdo: add statistics reportingMatthew Sakai-0/+1506
2024-02-20dm vdo: add the on-disk formats and marshalling of vdo structuresMatthew Sakai-0/+2780
2024-02-20dm vdo: add the primary vdo structureMatthew Sakai-0/+2160
2024-02-20dm vdo: add repair of damaged vdo volumesMatthew Sakai-0/+1771
2024-02-20dm vdo: add the recovery journalMatthew Sakai-0/+2073
2024-02-20dm vdo: implement the block map page cacheMatthew Sakai-0/+1389
2024-02-20dm vdo: add the block mapMatthew Sakai-0/+2313
2024-02-20dm vdo: add the slab depotMatthew Sakai-0/+1062
2024-02-20dm vdo: add the block allocators and physical zonesMatthew Sakai-0/+2339
2024-02-20dm vdo: add the slab summaryMatthew Sakai-0/+394
2024-02-20dm vdo: add slab structure, slab journal and reference countersMatthew Sakai-0/+2656
2024-02-20dm vdo: add the compressed block bin packerMatthew Sakai-0/+906
2024-02-20dm vdo: add use of deduplication index in hash zonesMatthew Sakai-0/+651
2024-02-20dm vdo: add hash locks and hash zonesMatthew Sakai-0/+2537
2024-02-20dm vdo: add the vdo io_submitterMatthew Sakai-0/+527
2024-02-20dm vdo: add flush supportMatthew Sakai-0/+1066
2024-02-20dm vdo: add data_vio, the request object which services incoming biosMatthew Sakai-0/+2726
2024-02-20dm vdo: add vio, the request object for vdo metadataMatthew Sakai-0/+700
2024-02-20dm vdo: add administrative state and action managerMatthew Sakai-0/+1182