在 7/1/2025 10:46 PM, Jonathan Cameron 写道:
On Tue, 24 Jun 2025 07:33:51 +
Dongsheng Yang wrote:
Introduce segment.{c,h}, an internal abstraction that encapsulates
everything related to a single pcache *segment* (the fixed-size
allocation unit stored on the cache-device).
* On-disk metada
On Tue, 24 Jun 2025 07:33:51 +
Dongsheng Yang wrote:
> Introduce segment.{c,h}, an internal abstraction that encapsulates
> everything related to a single pcache *segment* (the fixed-size
> allocation unit stored on the cache-device).
>
> * On-disk metadata (`struct pcache_segment_info`)
>
Introduce segment.{c,h}, an internal abstraction that encapsulates
everything related to a single pcache *segment* (the fixed-size
allocation unit stored on the cache-device).
* On-disk metadata (`struct pcache_segment_info`)
- Embedded `struct pcache_meta_header` for CRC/sequence handling.
-