[GIT PULL] Btrfs fixes for 6.9-rc6

From: David Sterba
Date: Wed Apr 24 2024 - 06:09:56 EST


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(-)