public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 6.3-rc2
@ 2023-03-09 23:04 David Sterba
  2023-03-10 16:58 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2023-03-09 23:04 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

Hi,

first batch of fixes. Among them there are two updates to sysfs and
ioctl which are not strictly fixes but are used for testing so there's
no reason to delay them.

Please pull, thanks.

* fix block group item corruption after inserting new block group

* fix extent map logging bit not cleared for split maps after dropping
  range

* fix calculation of unusable block group space reporting bogus values
  due to 32/64b division

* fix unnecessary increment of read error stat on write error

* improve error handling in inode update

* export per-device fsid in DEV_INFO ioctl to distinguish seeding
  devices, needed for testing

* allocator size classes
  * fix potential dead lock in size class loading logic
  * print sysfs stats for the allocation classes

----------------------------------------------------------------
The following changes since commit 964a54e5e1a0d70cd80bd5a0885a1938463625b1:

  btrfs: make kobj_type structures constant (2023-02-15 19:38:55 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.3-rc1-tag

for you to fetch changes up to 675dfe1223a69e270b3d52cb0211c8a501455cec:

  btrfs: fix block group item corruption after inserting new block group (2023-03-08 01:14:01 +0100)

----------------------------------------------------------------
Boris Burkov (2):
      btrfs: sysfs: add size class stats
      btrfs: fix potential dead lock in size class loading logic

Filipe Manana (2):
      btrfs: fix extent map logging bit not cleared for split maps after dropping range
      btrfs: fix block group item corruption after inserting new block group

Johannes Thumshirn (1):
      btrfs: fix percent calculation for bg reclaim message

Naohiro Aota (1):
      btrfs: fix unnecessary increment of read error stat on write error

Qu Wenruo (1):
      btrfs: ioctl: return device fsid from DEV_INFO ioctl

void0red (1):
      btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inode

 fs/btrfs/bio.c             |  2 +-
 fs/btrfs/block-group.c     | 58 ++++++++++++++++++++++++----------------------
 fs/btrfs/delayed-inode.c   |  2 +-
 fs/btrfs/extent_map.c      |  7 +++++-
 fs/btrfs/ioctl.c           |  1 +
 fs/btrfs/sysfs.c           | 42 +++++++++++++++++++++++++++++++++
 include/uapi/linux/btrfs.h | 12 +++++++++-
 7 files changed, 92 insertions(+), 32 deletions(-)

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

end of thread, other threads:[~2023-03-10 17:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-09 23:04 [GIT PULL] Btrfs fixes for 6.3-rc2 David Sterba
2023-03-10 16:58 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox