Spdk/lib/ftl/mngt
Kozlowski Mateusz 66fe5f75bb ftl: Unmap functionality
Adds ability to send trim commands to FTL - only 4MiB aligned requests (both
for offset and length of request) will be processed. During a trim
operation an L2P page (containing 1024 4B entries, 1 per user LBA; which
is where the 4MiB alignment comes from) will be marked as unmapped.
After this point any L2P access to that page will actually set the
entries themselves as FTL_ADDR_INVALID. This is done to make the trim as
fast as possible, since for large requests it's probable that most of
the L2P pages aren't actually in DRAM.

Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com>
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
Change-Id: I4a04ee9498a2a6939af31b06f2e45d2b7cccbf19
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13378
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-09 19:44:29 +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: metadata for unmap support 2022-09-09 19:44:29 +00:00
ftl_mngt_misc.c ftl: Unmap functionality 2022-09-09 19:44:29 +00:00
ftl_mngt_p2l.c ftl: p2l checkpointing 2022-09-07 00:08:34 +00:00
ftl_mngt_recovery.c Ftl: Open chunk recovery 2022-09-09 19:44:29 +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: Unmap functionality 2022-09-09 19:44:29 +00:00
ftl_mngt_steps.h ftl: Unmap functionality 2022-09-09 19:44:29 +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