mbox series

[GIT,PULL] Btrfs fixes for 6.9-rc6

Message ID cover.1713884233.git.dsterba@suse.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Btrfs fixes for 6.9-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.9-rc5-tag

Message

David Sterba April 24, 2024, 10:01 a.m. UTC
Hi,

please pull a few more fixes, thanks.

- fix information leak by the buffer returned from LOGICAL_INO ioctl

- fix flipped condition in scrub when tracking sectors in zoned mode

- fix calculation when dropping extent range

- reinstate fallback to write uncompressed data in case of fragmented
  space that could not store the entire compressed chunk

- minor fix to message formatting style to make it conforming to the
  commonly used style

----------------------------------------------------------------
The following changes since commit 1db7959aacd905e6487d0478ac01d89f86eb1e51:

  btrfs: do not wait for short bulk allocation (2024-04-09 23:20:32 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.9-rc5-tag

for you to fetch changes up to fe1c6c7acce10baf9521d6dccc17268d91ee2305:

  btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (2024-04-18 18:18:50 +0200)

----------------------------------------------------------------
David Sterba (1):
      btrfs: remove colon from messages with state

Johannes Thumshirn (1):
      btrfs: fix information leak in btrfs_ioctl_logical_to_ino()

Naohiro Aota (1):
      btrfs: scrub: run relocation repair when/only needed

Qu Wenruo (1):
      btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()

Sweet Tea Dorminy (1):
      btrfs: fallback if compressed IO fails for ENOSPC

 fs/btrfs/backref.c                | 12 +++---------
 fs/btrfs/extent_map.c             |  2 +-
 fs/btrfs/inode.c                  | 13 ++++++-------
 fs/btrfs/messages.c               |  2 +-
 fs/btrfs/scrub.c                  | 18 +++++++++---------
 fs/btrfs/tests/extent-map-tests.c |  5 +++++
 6 files changed, 25 insertions(+), 27 deletions(-)

Comments

pr-tracker-bot@kernel.org April 24, 2024, 4:30 p.m. UTC | #1
The pull request you sent on Wed, 24 Apr 2024 12:01:52 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.9-rc5-tag

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

Thank you!