Re: [RFC PATCH 00/11] pcache: Persistent Memory Cache for Block Devices

2025-04-15 Thread Dongsheng Yang
On 2025/4/16 9:04, Jens Axboe wrote: On 4/15/25 12:00 PM, Dan Williams wrote: Thanks for making the comparison chart. The immediate question this raises is why not add "multi-tree per backend", "log structured writeback", "readcache", and "CRC" support to dm-writecache? device-mapper is everyw

Re: [RFC PATCH 00/11] pcache: Persistent Memory Cache for Block Devices

2025-04-15 Thread Jens Axboe
On 4/15/25 12:00 PM, Dan Williams wrote: > Thanks for making the comparison chart. The immediate question this > raises is why not add "multi-tree per backend", "log structured > writeback", "readcache", and "CRC" support to dm-writecache? > device-mapper is everywhere, has a long track record, and

Re: [RFC PATCH 00/11] pcache: Persistent Memory Cache for Block Devices

2025-04-15 Thread Dan Williams
Dongsheng Yang wrote: > Hi All, > > This patchset introduces a new Linux block layer module called > **pcache**, which uses persistent memory (pmem) as a cache for block > devices. > > Originally, this functionality was implemented as `cbd_cache` within the > CBD (CXL Block Device). However,

Re: [PATCH] block: add SPDX header line to blk-throttle.h

2025-04-15 Thread Christoph Hellwig
Looks good: Reviewed-by: Christoph Hellwig