All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH STABLE 5.15 0/5] btrfs: zoned: backport max_extent_size fix
@ 2022-08-22  6:06 Naohiro Aota
  2022-08-22  6:07 ` [PATCH STABLE 5.15 1/5] block: add a bdev_max_zone_append_sectors helper Naohiro Aota
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Naohiro Aota @ 2022-08-22  6:06 UTC (permalink / raw)
  To: linux-btrfs, stable; +Cc: Naohiro Aota

These patches are backport for the 5.15 branch.

This series backports fixes for expecting the number of on-going write
extents on zoned mode.

It picks up patches 1 to 3 for the dependencies of patches 4 and 5.

Christoph Hellwig (1):
  block: add a bdev_max_zone_append_sectors helper

Naohiro Aota (4):
  block: add bdev_max_segments() helper
  btrfs: zoned: revive max_zone_append_bytes
  btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
  btrfs: convert count_max_extents() to use fs_info->max_extent_size

 drivers/nvme/target/zns.c |  3 +--
 fs/btrfs/ctree.h          | 29 +++++++++++++++++++++--------
 fs/btrfs/delalloc-space.c |  6 +++---
 fs/btrfs/disk-io.c        |  2 ++
 fs/btrfs/extent_io.c      |  4 +++-
 fs/btrfs/inode.c          | 22 ++++++++++++----------
 fs/btrfs/zoned.c          | 20 ++++++++++++++++++++
 fs/btrfs/zoned.h          |  1 +
 fs/zonefs/super.c         |  3 +--
 include/linux/blkdev.h    | 11 +++++++++++
 10 files changed, 75 insertions(+), 26 deletions(-)

-- 
2.37.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-25 12:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-22  6:06 [PATCH STABLE 5.15 0/5] btrfs: zoned: backport max_extent_size fix Naohiro Aota
2022-08-22  6:07 ` [PATCH STABLE 5.15 1/5] block: add a bdev_max_zone_append_sectors helper Naohiro Aota
2022-08-22  6:07 ` [PATCH STABLE 5.15 2/5] block: add bdev_max_segments() helper Naohiro Aota
2022-08-22  6:07 ` [PATCH STABLE 5.15 3/5] btrfs: zoned: revive max_zone_append_bytes Naohiro Aota
2022-08-22  6:07 ` [PATCH STABLE 5.15 4/5] btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size Naohiro Aota
2022-08-22  6:07 ` [PATCH STABLE 5.15 5/5] btrfs: convert count_max_extents() to use fs_info->max_extent_size Naohiro Aota
2022-08-25 12:09 ` [PATCH STABLE 5.15 0/5] btrfs: zoned: backport max_extent_size fix Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.