[PATCH v3 0/2] btrfs: Don't block suspend during fstrim

From: Luca Stefani
Date: Tue Sep 03 2024 - 03:17:33 EST


Changes since v2:
* Use blk_alloc_discard_bio directly
* Reset ret to ERESTARTSYS

Changes since v1:
* Use bio_discard_limit to calculate chunk size
* Makes use of the split chunks

v1: https://lore.kernel.org/lkml/20240902114303.922472-1-luca.stefani.ge1@xxxxxxxxx/
v2: https://lore.kernel.org/lkml/20240902205828.943155-1-luca.stefani.ge1@xxxxxxxxx/
Original discussion: https://lore.kernel.org/lkml/20240822164908.4957-1-luca.stefani.ge1@xxxxxxxxx/

Luca Stefani (3):
btrfs: Always update fstrim_range on failure
btrfs: Split remaining space to discard in chunks
btrfs: Don't block system suspend during fstrim

fs/btrfs/extent-tree.c | 52 +++++++++++++++++++++++++++++++++++-------
fs/btrfs/ioctl.c | 4 +---
2 files changed, 45 insertions(+), 11 deletions(-)

--
2.46.0