Linux Btrfs filesystem development
 help / color / mirror / Atom feed
From: David Sterba <dsterba@suse.com>
To: linux-btrfs@vger.kernel.org
Subject: Btrfs progs release 6.1
Date: Thu, 22 Dec 2022 21:57:16 +0100	[thread overview]
Message-ID: <20221222205716.4916-1-dsterba@suse.com> (raw)

Hi,

btrfs-progs version 6.1 have been released.

There are new commands that are in the experimental mode until the interface
stabilizes, which means that it's a good time to give feedback or point out
deficiencies. There's no ETA set to remove the experimental status, I think and
hope that the feedback loop could work better if there's something tangible and
ready to test. The code is not the hard part unlike the interfaces and
formatting, this starts at the use case and user input is the important part.

The json output is also kind of experimental but there are tools that want it
now and can give feedback before there's some common format for all commands.

Relevant issues

* reflink group and commands: https://github.com/kdave/btrfs-progs/issues/396
* inspect list-chunks: https://github.com/kdave/btrfs-progs/issues/559
* all current experimental features: https://github.com/kdave/btrfs-progs/issues?q=is%3Aissue+is%3Aopen+label%3Aexperimental

Changelog:

   * filesystem df: add json output
   * qgroup show: add json output
   * new command: 'inspect-internal map-swapfile' to check swapfile and its
     swapfile_offset value used for hibernation
   * corrupt-block: fix parsing of option --root argument
   * experimental (interfaces not finalized):
      * new command 'inspect-internal list-chunks'
      * new group reflink, command clone
   * other:
      * synchronize some files with kernel versions
      * docs updates
      * build: use gnu11

Tarballs: https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/
Git: git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git

Shortlog:

David Sterba (21):
      btrfs-progs: inspect: new subcommand to list chunks
      btrfs-progs: string-table: cleanup and enhance formatting capabilities
      btrfs-progs: string-table: check bounds before writing to a cell
      btrfs-progs: string-table: add ranged API for printing and clearing
      btrfs-progs: tests: add string-table test framework
      btrfs-progs: inspect: new command map-swapfile
      btrfs-progs: fi df: implement json output
      btrfs-progs: docs: swapfile and hibernation
      btrfs-progs: fi mkswapfile: update help text
      btrfs-progs: add new group reflink and command
      btrfs-progs: docs: fix typos
      btrfs-progs: docs: add 6.1 development statistics
      btrfs-progs: docs: updates, clarifications
      btrfs-progs: qgroup show: add json output
      btrfs-progs: add json formatter for escaped string
      btrfs-progs: use escaped json format for paths
      btrfs-progs: device stats: fix json formatter type for devid
      btrfs-progs: docs: typo fixups and formatting updates
      btrfs-progs: docs: add some kernel 6.1 release notes
      btrfs-progs: update CHANGES for 6.1
      Btrfs progs v6.1

Josef Bacik (21):
      btrfs-progs: build: turn on more compiler warnings and use -Wall
      btrfs-progs: fix make clean to clean convert properly
      btrfs-progs: build: use -std=gnu11
      btrfs-progs: ioctl: move btrfs_err_str into common/utils.h
      btrfs-progs: rename qgroup items to match the kernel naming scheme
      btrfs-progs: make btrfs_qgroup_level helper match the kernel
      btrfs-progs: ioctl: move dev-replace NO_RESULT definition into replace.c
      btrfs-progs: image: rename BLOCK_* to IMAGE_BLOCK_* for metadump
      btrfs-progs: rename btrfs_item_end to btrfs_item_data_end
      btrfs-progs: copy ioctl.h into libbtrfs
      btrfs-progs: stop using btrfs_root_item_v0
      btrfs-progs: make the find extent buffer helpers take fs_info
      btrfs-progs: move dirty eb tracking to it's own io_tree
      btrfs-progs: do not pass io_tree into verify_parent_transid
      btrfs-progs: move extent cache code directly into btrfs_fs_info
      btrfs-progs: delete state_private code
      btrfs-progs: rename extent buffer flags to EXTENT_BUFFER_*
      btrfs-progs: sync compression.h from the kernel
      btrfs-progs: replace btrfs_leaf_data with btrfs_item_nr_offset
      btrfs-progs: don't use btrfs_header_csum helper
      btrfs-progs: make write_extent_buffer take a const eb

Qu Wenruo (1):
      btrfs-progs: corrupt-block: fix the mismatch in --root and -r options


             reply	other threads:[~2022-12-22 21:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-22 20:57 David Sterba [this message]
2022-12-24 10:20 ` Btrfs progs release 6.1 waxhead
2023-01-09 22:35   ` David Sterba

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=20221222205716.4916-1-dsterba@suse.com \
    --to=dsterba@suse.com \
    --cc=linux-btrfs@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox