Re: [PATCH v1 02/11] dm-pcache: add backing device management

2025-07-06 Thread Dongsheng Yang
在 7/1/2025 9:56 PM, Jonathan Cameron 写道: On Tue, 24 Jun 2025 07:33:49 + Dongsheng Yang wrote: This patch introduces *backing_dev.{c,h}*, a self-contained layer that handles all interaction with the *backing block device* where cache write-back and cache-miss reads are serviced. Isolatin

Re: [PATCH v1 02/11] dm-pcache: add backing device management

2025-07-01 Thread Jonathan Cameron
On Tue, 24 Jun 2025 07:33:49 + Dongsheng Yang wrote: > This patch introduces *backing_dev.{c,h}*, a self-contained layer that > handles all interaction with the *backing block device* where cache > write-back and cache-miss reads are serviced. Isolating this logic > keeps the core dm-pcache

[PATCH v1 02/11] dm-pcache: add backing device management

2025-06-24 Thread Dongsheng Yang
This patch introduces *backing_dev.{c,h}*, a self-contained layer that handles all interaction with the *backing block device* where cache write-back and cache-miss reads are serviced. Isolating this logic keeps the core dm-pcache code free of low-level bio plumbing. * Device setup / teardown -