mbox series

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

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

Message

Ming-Hung Tsai March 6, 2025, 8:41 a.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 v3 patchset fixes the bitwise casting warning reported by sparse.

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(-)