Spdk/lib/ftl/mngt
Kozlowski Mateusz bcdedd1a2b FTL: Add recovery iterations
In order to fit inside the maximum memory usage limit, recovery needs
to be split into multiple parts. During each iteration, part of L2P needs
to be read, modified as necessary and saved back to the cache.
This patch introduces the load/save steps, initialization of seq_id array
and valid map recovery. The actual L2P recovery is done in the followup patch.

Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com>
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
Change-Id: I8ceadc5ef280542a173d83b932a983d5d86604a1
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13371
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
2022-09-07 00:08:34 +00:00
..
ftl_mngt_band.c ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_mngt_bdev.c ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_mngt_ioch.c FTL: Add band structure and helper functions 2022-08-18 19:09:50 +00:00
ftl_mngt_l2p.c FTL: Add L2P restore path 2022-09-02 17:40:09 +00:00
ftl_mngt_md.c ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_mngt_misc.c ftl: sequence id tracking 2022-09-07 00:08:34 +00:00
ftl_mngt_p2l.c ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_mngt_recovery.c FTL: Add recovery iterations 2022-09-07 00:08:34 +00:00
ftl_mngt_self_test.c FTL: Add metadata self test 2022-09-02 17:40:09 +00:00
ftl_mngt_shutdown.c ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_mngt_startup.c Ftl: Add band state recovery after dirty shutdown 2022-09-07 00:08:34 +00:00
ftl_mngt_steps.h Ftl: Add band state recovery after dirty shutdown 2022-09-07 00:08:34 +00:00
ftl_mngt.c ftl: device startup and shutdown 2022-07-21 10:53:01 +00:00
ftl_mngt.h ftl: device startup and shutdown 2022-07-21 10:53:01 +00:00