summaryrefslogtreecommitdiff
path: root/drivers/md/dm-vdo/slab-depot.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04dm vdo logger: change from uds_ to vdo_ namespaceMike Snitzer1-27/+27
2024-03-04dm vdo permassert: audit all of ASSERT to test for VDO_SUCCESSMike Snitzer1-58/+58
2024-03-04dm vdo: check for VDO_SUCCESS return value from memory-alloc functionsMike Snitzer1-1/+1
2024-03-04dm vdo memory-alloc: change from uds_ to vdo_ namespaceMike Snitzer1-40/+40
2024-03-04dm vdo: fix various function names referenced in comment blocksJiapeng Chong1-3/+3
2024-03-04dm vdo slab-depot: delete unnecessary check in allocate_componentsDan Carpenter1-3/+0
2024-03-04dm vdo: remove internal ticket referencesSusan LeGendre-McGhee1-5/+11
2024-02-20dm vdo slab-depot: fix various small nitsMike Snitzer1-10/+9
2024-02-20dm vdo: fix how dm_kcopyd_client_create() failure is checkedMike Snitzer1-2/+5
2024-02-20dm vdo wait-queue: add proper namespace to interfaceMike Snitzer1-49/+50
2024-02-20dm vdo io-submitter: rename to vdo_submit_flush_vioMike Snitzer1-1/+1
2024-02-20dm vdo io-submitter: rename to vdo_submit_metadata_vioMike Snitzer1-20/+20
2024-02-20dm vdo: add the slab depotMatthew Sakai1-0/+940
2024-02-20dm vdo: add the block allocators and physical zonesMatthew Sakai1-0/+1431
2024-02-20dm vdo: add the slab summaryMatthew Sakai1-0/+320
2024-02-20dm vdo: add slab structure, slab journal and reference countersMatthew Sakai1-0/+2404