[GIT PULL] Btrfs fixes for 5.17-rc5
From: David Sterba
Date: Tue Feb 15 2022 - 09:51:47 EST
Hi,
a few more fixups. Please pull, thanks.
* yield CPU more often when defragmenting a large file
* skip defragmenting extents already under writeback
* improve error message when send fails to write file data
* get rid of warning when mounted with flushoncommit
----------------------------------------------------------------
The following changes since commit 40cdc509877bacb438213b83c7541c5e24a1d9ec:
btrfs: skip reserved bytes warning on unmount after log cleanup failure (2022-01-31 16:06:50 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.17-rc4-tag
for you to fetch changes up to 2e7be9db125a0bf940c5d65eb5c40d8700f738b5:
btrfs: send: in case of IO error log it (2022-02-09 18:53:26 +0100)
----------------------------------------------------------------
Dāvis Mosāns (1):
btrfs: send: in case of IO error log it
Filipe Manana (1):
btrfs: get rid of warning on transaction commit when using flushoncommit
Qu Wenruo (2):
btrfs: don't hold CPU for too long when defragging a file
btrfs: defrag: don't try to defrag extents which are under writeback
fs/btrfs/ioctl.c | 5 +++++
fs/btrfs/send.c | 4 ++++
fs/btrfs/transaction.c | 12 ++++++++++--
3 files changed, 19 insertions(+), 2 deletions(-)