linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Sterba <dsterba@suse.cz>
To: Naohiro Aota <naohiro.aota@wdc.com>
Cc: David Sterba <dsterba@suse.com>,
	Josef Bacik <josef@toxicpanda.com>,
	linux-btrfs@vger.kernel.org
Subject: Re: [PATCH v2 00/17] ZNS Support for Btrfs
Date: Fri, 27 Aug 2021 18:25:31 +0200	[thread overview]
Message-ID: <20210827162530.GY3379@twin.jikos.cz> (raw)
In-Reply-To: <cover.1629349224.git.naohiro.aota@wdc.com>

On Thu, Aug 19, 2021 at 09:19:07PM +0900, Naohiro Aota wrote:
> This series extends zoned support for Zoned Namespace (ZNS) SSDs [1].
> 
> [1] https://zonedstorage.io/introduction/zns/
> 
> This series is available on GitHub at
> v1    https://github.com/naota/linux/tree/btrfs-zns-v1
> HEAD  https://github.com/naota/linux/tree/btrfs-zns
> 
> The ZNS specification introduces extra functionalities listed below.
> 
>   - No conventional zones
>   - Zone Append write command
>   - Zone Capacity
>   - Active Zones
> 
> 
> Naohiro Aota (17):
>   btrfs: zoned: load zone capacity information from devices
>   btrfs: zoned: move btrfs_free_excluded_extents out from
>     btrfs_calc_zone_unusable
>   btrfs: zoned: calculate free space from zone capacity
>   btrfs: zoned: tweak reclaim threshold for zone capacity
>   btrfs: zoned: consider zone as full when no more SB can be written
>   btrfs: zoned: locate superblock position using zone capacity
>   btrfs: zoned: finish superblock zone once no space left for new SB
>   btrfs: zoned: load active zone information from devices
>   btrfs: zoned: introduce physical_map to btrfs_block_group
>   btrfs: zoned: implement active zone tracking
>   btrfs: zoned: load active zone info for block group
>   btrfs: zoned: activate block group on allocation
>   btrfs: zoned: activate new block group
>   btrfs: move ffe_ctl one level up
>   btrfs: zoned: avoid chunk allocation if active block group has enough
>     space
>   btrfs: zoned: finish fully written block group
>   btrfs: zoned: finish relocating block group

This is contained in the zoned mode and I don't see much reason to hold
it back, so it's in misc-next now. I've fixed some minor style issues.
In case there are small fixups worth folding please let me know,
otherwise please send separate patches. Thanks.

      parent reply	other threads:[~2021-08-27 16:28 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-19 12:19 [PATCH v2 00/17] ZNS Support for Btrfs Naohiro Aota
2021-08-19 12:19 ` [PATCH v2 01/17] btrfs: zoned: load zone capacity information from devices Naohiro Aota
2021-08-24  7:52   ` Johannes Thumshirn
2021-08-19 12:19 ` [PATCH v2 02/17] btrfs: zoned: move btrfs_free_excluded_extents out from btrfs_calc_zone_unusable Naohiro Aota
2021-08-24  7:55   ` Johannes Thumshirn
2021-08-19 12:19 ` [PATCH v2 03/17] btrfs: zoned: calculate free space from zone capacity Naohiro Aota
2021-08-24  7:59   ` Johannes Thumshirn
2021-08-24 15:27     ` David Sterba
2021-08-24 16:04       ` Johannes Thumshirn
2021-08-19 12:19 ` [PATCH v2 04/17] btrfs: zoned: tweak reclaim threshold for " Naohiro Aota
2021-08-24  8:09   ` Johannes Thumshirn
2021-08-19 12:19 ` [PATCH v2 05/17] btrfs: zoned: consider zone as full when no more SB can be written Naohiro Aota
2021-08-24  8:37   ` Johannes Thumshirn
2021-08-19 12:19 ` [PATCH v2 06/17] btrfs: zoned: locate superblock position using zone capacity Naohiro Aota
2021-08-25  8:32   ` Johannes Thumshirn
2021-08-19 12:19 ` [PATCH v2 07/17] btrfs: zoned: finish superblock zone once no space left for new SB Naohiro Aota
2021-08-19 12:19 ` [PATCH v2 08/17] btrfs: zoned: load active zone information from devices Naohiro Aota
2021-08-19 12:19 ` [PATCH v2 09/17] btrfs: zoned: introduce physical_map to btrfs_block_group Naohiro Aota
2021-08-19 12:19 ` [PATCH v2 10/17] btrfs: zoned: implement active zone tracking Naohiro Aota
2021-08-19 12:19 ` [PATCH v2 11/17] btrfs: zoned: load active zone info for block group Naohiro Aota
2021-08-19 12:19 ` [PATCH v2 12/17] btrfs: zoned: activate block group on allocation Naohiro Aota
2021-08-19 12:19 ` [PATCH v2 13/17] btrfs: zoned: activate new block group Naohiro Aota
2021-08-19 12:19 ` [PATCH v2 14/17] btrfs: move ffe_ctl one level up Naohiro Aota
2021-08-19 12:19 ` [PATCH v2 15/17] btrfs: zoned: avoid chunk allocation if active block group has enough space Naohiro Aota
2021-08-19 12:19 ` [PATCH v2 16/17] btrfs: zoned: finish fully written block group Naohiro Aota
2021-08-19 12:19 ` [PATCH v2 17/17] btrfs: zoned: finish relocating " Naohiro Aota
2021-08-27 16:25 ` David Sterba [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=20210827162530.GY3379@twin.jikos.cz \
    --to=dsterba@suse.cz \
    --cc=dsterba@suse.com \
    --cc=josef@toxicpanda.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=naohiro.aota@wdc.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).