]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'xfs-5.10-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Oct 2020 00:15:06 +0000 (17:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Oct 2020 00:15:06 +0000 (17:15 -0700)
commit55f8deb52405bed6014cced2cf5b160dd65606d7
tree5db972ca66315d963f0bd73e8e25aeebd8bc7721
parent5191970152c60c3603dc2ec9c40ff55fdf2291ba
parent7d16b140edcc6c4fe57f5a90e2bc82ab40eb950f
Merge tag 'xfs-5.10-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull xfs fixes from Darrick Wong:
 "Two bug fixes that trickled in during the merge window:

   - Make fallocate check the alignment of its arguments against the
     fundamental allocation unit of the volume the file lives on, so
     that we don't trigger the fs' alignment checks.

   - Cancel unprocessed log intents immediately when log recovery fails,
     to avoid a log deadlock"

* tag 'xfs-5.10-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs: cancel intents immediately if process_intents fails
  xfs: fix fallocate functions when rtextsize is larger than 1