All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Naohiro Aota <naohiro.aota@wdc.com>
Cc: linux-btrfs@vger.kernel.org, stable@vger.kernel.org
Subject: Re: [PATCH STABLE 5.15 0/5] btrfs: zoned: backport max_extent_size fix
Date: Thu, 25 Aug 2022 14:09:47 +0200	[thread overview]
Message-ID: <Ywdmi+yvfn0PRt8P@kroah.com> (raw)
In-Reply-To: <20220822060704.1278361-1-naohiro.aota@wdc.com>

On Mon, Aug 22, 2022 at 03:06:59PM +0900, Naohiro Aota wrote:
> 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
> 

All now queued up, thanks.

greg k-h

      parent reply	other threads:[~2022-08-25 12:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Greg KH [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Ywdmi+yvfn0PRt8P@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=naohiro.aota@wdc.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.