* [GIT PULL] Btrfs fixes for 7.1-rc2
@ 2026-04-27 15:04 David Sterba
2026-04-27 23:53 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2026-04-27 15:04 UTC (permalink / raw)
To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel
Hi,
please pull the following batch of fixes that arrived shortly before or
during the merge window.
Thanks.
- space reservation fixes
- correctly undo 'may_use' accounting for remap tree
- avoid double decrement of 'may_use' when submitting async io
- actually enable the shutdown ioctl callback (not just the superblock ops)
- raid stripe tree fixes when deleting extents
- add missing error handling
- fix various incorrect values set
- fix transaction state when removing a directory, possibly leading to
EIO during log replay
- additional b-tree node key checks during metadata readahead
- error handling and transaction abort updates
----------------------------------------------------------------
The following changes since commit fc3d53288158d68444eed059adb734709b855bbf:
btrfs: btrfs_log_dev_io_error() on all bio errors (2026-04-07 20:00:29 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-7.1-rc1-tag
for you to fetch changes up to 82323b1a7088b7a5c3e528a5d634bff447fa286f:
btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent() (2026-04-21 04:03:08 +0200)
----------------------------------------------------------------
David Sterba (1):
btrfs: handle unexpected free-space-tree key types
Filipe Manana (1):
btrfs: fix missing last_unlink_trans update when removing a directory
Mark Harmstone (5):
btrfs: fix bytes_may_use leak in move_existing_remap()
btrfs: fix bytes_may_use leak in do_remap_reloc_trans()
btrfs: abort transaction in do_remap_reloc_trans() on failure
btrfs: don't clobber errors in add_remap_tree_entries()
btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()
Qu Wenruo (2):
btrfs: apply first key check for readahead when possible
btrfs: enable shutdown ioctl for non-experimental builds
robbieko (6):
btrfs: copy devid in btrfs_partially_delete_raid_extent()
btrfs: fix raid stripe search missing entries at leaf boundaries
btrfs: fix wrong min_objectid in btrfs_previous_item() call
btrfs: replace ASSERT with proper error handling in stripe lookup fallback
btrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointer
btrfs: check return value of btrfs_partially_delete_raid_extent()
fs/btrfs/extent_io.c | 14 +++++++++--
fs/btrfs/extent_io.h | 3 ++-
fs/btrfs/free-space-tree.c | 18 +++++++++++---
fs/btrfs/inode.c | 4 +++-
fs/btrfs/ioctl.c | 7 +++---
fs/btrfs/raid-stripe-tree.c | 57 +++++++++++++++++++++++++++++++++++----------
fs/btrfs/relocation.c | 30 +++++++++++++++++++-----
7 files changed, 104 insertions(+), 29 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-27 23:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-27 15:04 [GIT PULL] Btrfs fixes for 7.1-rc2 David Sterba
2026-04-27 23:53 ` 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