mbox series

[STABLE,5.15,0/2] btrfs: backport zoned mode fixes

Message ID 20220808043818.1183760-1-naohiro.aota@wdc.com (mailing list archive)
Headers show
Series btrfs: backport zoned mode fixes | expand

Message

Naohiro Aota Aug. 8, 2022, 4:38 a.m. UTC
This series backport zoned mode related fixes to the 5.15 branch.

The patches are common among backport for 5.18.

https://lore.kernel.org/linux-btrfs/20220808020201.712924-1-naohiro.aota@wdc.com/T/

Naohiro Aota (2):
  btrfs: zoned: prevent allocation from previous data relocation BG
  btrfs: zoned: fix critical section of relocation inode writeback

 fs/btrfs/block-group.h |  1 +
 fs/btrfs/extent-tree.c | 20 ++++++++++++++++++--
 fs/btrfs/extent_io.c   |  3 ++-
 fs/btrfs/inode.c       |  2 ++
 fs/btrfs/zoned.c       | 27 +++++++++++++++++++++++++++
 fs/btrfs/zoned.h       |  5 +++++
 6 files changed, 55 insertions(+), 3 deletions(-)

Comments

Greg KH Aug. 8, 2022, 1:42 p.m. UTC | #1
On Mon, Aug 08, 2022 at 01:38:16PM +0900, Naohiro Aota wrote:
> This series backport zoned mode related fixes to the 5.15 branch.
> 
> The patches are common among backport for 5.18.
> 
> https://lore.kernel.org/linux-btrfs/20220808020201.712924-1-naohiro.aota@wdc.com/T/
> 
> Naohiro Aota (2):
>   btrfs: zoned: prevent allocation from previous data relocation BG
>   btrfs: zoned: fix critical section of relocation inode writeback
> 
>  fs/btrfs/block-group.h |  1 +
>  fs/btrfs/extent-tree.c | 20 ++++++++++++++++++--
>  fs/btrfs/extent_io.c   |  3 ++-
>  fs/btrfs/inode.c       |  2 ++
>  fs/btrfs/zoned.c       | 27 +++++++++++++++++++++++++++
>  fs/btrfs/zoned.h       |  5 +++++
>  6 files changed, 55 insertions(+), 3 deletions(-)
> 
> -- 
> 2.35.1
> 

Now queued up, thanks.

greg k-h