mbox series

[v2,0/2] dm cache: support shrinking the origin device

Message ID 20250303155332.45339-1-mtsai@redhat.com (mailing list archive)
Headers show
Series dm cache: support shrinking the origin device | expand

Message

Ming-Hung Tsai March 3, 2025, 3:53 p.m. UTC
This patch series introduces formal support for shrinking the cache
origin and ensures that failed resume attempts, such as those caused
by shrinking failures, do not trigger BUG_ON.

The only change in v2 patchset is the updated dm-cache's version number.

Ming-Hung Tsai (2):
  dm cache: prevent BUG_ON by blocking retries on failed device resumes
  dm cache: support shrinking the origin device

 drivers/md/dm-cache-target.c | 96 ++++++++++++++++++++++++++++++++++--
 1 file changed, 93 insertions(+), 3 deletions(-)

Comments

Mikulas Patocka March 3, 2025, 4:10 p.m. UTC | #1
On Mon, 3 Mar 2025, Ming-Hung Tsai wrote:

> This patch series introduces formal support for shrinking the cache
> origin and ensures that failed resume attempts, such as those caused
> by shrinking failures, do not trigger BUG_ON.
> 
> The only change in v2 patchset is the updated dm-cache's version number.
> 
> Ming-Hung Tsai (2):
>   dm cache: prevent BUG_ON by blocking retries on failed device resumes
>   dm cache: support shrinking the origin device
> 
>  drivers/md/dm-cache-target.c | 96 ++++++++++++++++++++++++++++++++++--
>  1 file changed, 93 insertions(+), 3 deletions(-)
> 
> -- 
> 2.47.0

Ok, I increased the version number.

Mikulas