]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Feb 2022 17:14:05 +0000 (09:14 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Feb 2022 17:14:05 +0000 (09:14 -0800)
commit54686681cf5d8c66ec87f3c597acb50d435db52d
treef0114120bc86f017c02760bcc2cbbae42fe44827
parent2fa44333f3b7e0a8fa513eb03844dcaa56fc5e70
parent3466dac347962d36d31f7d99738d6da23e7b1728
Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - 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'

* tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: send: in case of IO error log it
  btrfs: get rid of warning on transaction commit when using flushoncommit
  btrfs: defrag: don't try to defrag extents which are under writeback
  btrfs: don't hold CPU for too long when defragging a file
fs/btrfs/ioctl.c