All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 6.11-rc2
@ 2024-07-31  2:14 David Sterba
  2024-07-31  2:43 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2024-07-31  2:14 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

Hi,

please pull the following fixes, thanks.

- fix regression in extent map rework when handling insertion of
  overlapping compressed extent

- fix unexpected file length when appending to a file using direct io
  and buffer not faulted in

- in zoned mode, fix accounting of unusable space when flipping
  read-only block group back to read-write

- fix page locking when COWing an inline range, assertion failure found
  by syzbot

- fix calculation of space info in debugging print

- tree-checker, add validation of data reference item

- fix a few -Wmaybe-uninitialized build warnings

----------------------------------------------------------------
The following changes since commit c3ece6b7ffb4a7c00e8d53cbf4026a32b6127914:

  btrfs: change BTRFS_MOUNT_* flags to 64bit type (2024-07-19 17:20:23 +0200)

are available in the Git repository at:

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

for you to fetch changes up to b8e947e9f64cac9df85a07672b658df5b2bcff07:

  btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry() (2024-07-30 15:33:06 +0200)

----------------------------------------------------------------
Boris Burkov (1):
      btrfs: make cow_file_range_inline() honor locked_page on error

David Sterba (1):
      btrfs: initialize location to fix -Wmaybe-uninitialized in btrfs_lookup_dentry()

Filipe Manana (2):
      btrfs: fix corrupt read due to bad offset of a compressed extent map
      btrfs: fix corruption after buffer fault in during direct IO append write

Naohiro Aota (2):
      btrfs: do not subtract delalloc from avail bytes
      btrfs: zoned: fix zone_unusable accounting on making block group read-write again

Qu Wenruo (1):
      btrfs: tree-checker: validate dref root and objectid

 fs/btrfs/block-group.c            | 13 +++--
 fs/btrfs/ctree.h                  |  1 +
 fs/btrfs/direct-io.c              | 38 +++++++++++----
 fs/btrfs/extent-tree.c            |  3 +-
 fs/btrfs/extent_map.c             |  2 +-
 fs/btrfs/file.c                   | 17 +++++--
 fs/btrfs/free-space-cache.c       |  4 +-
 fs/btrfs/inode.c                  | 18 ++++---
 fs/btrfs/space-info.c             |  5 +-
 fs/btrfs/space-info.h             |  1 +
 fs/btrfs/tests/extent-map-tests.c | 99 +++++++++++++++++++++++++++++++++++++++
 fs/btrfs/tree-checker.c           | 47 +++++++++++++++++++
 include/trace/events/btrfs.h      |  8 ++++
 13 files changed, 225 insertions(+), 31 deletions(-)

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

* Re: [GIT PULL] Btrfs fixes for 6.11-rc2
  2024-07-31  2:14 [GIT PULL] Btrfs fixes for 6.11-rc2 David Sterba
@ 2024-07-31  2:43 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-07-31  2:43 UTC (permalink / raw)
  To: David Sterba; +Cc: torvalds, David Sterba, linux-btrfs, linux-kernel

The pull request you sent on Wed, 31 Jul 2024 04:14:09 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.11-rc1-tag

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e4fc196f5ba36eb7b9758cf2c73df49a44199895

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2024-07-31  2:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31  2:14 [GIT PULL] Btrfs fixes for 6.11-rc2 David Sterba
2024-07-31  2:43 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.