]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 Dec 2019 01:05:33 +0000 (17:05 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 8 Dec 2019 01:05:33 +0000 (17:05 -0800)
commit3723017ddffc3d7102c48d0a7d79fd247f3a194b
treeb743297b41079c59474c4689add0c0ca7bb56a2e
parent0b22b021300588f00f5ce5d91b76329b01158706
parent21e67a7767faffc477dfa8d136ef4e79c631914e
Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull xfs fixes from Darrick Wong:
 "Fix a couple of resource management errors and a hang:

   - fix a crash in the log setup code when log mounting fails

   - fix a hang when allocating space on the realtime device

   - fix a block leak when freeing space on the realtime device"

* tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs: fix mount failure crash on invalid iclog memory access
  xfs: don't check for AG deadlock for realtime files in bunmapi
  xfs: fix realtime file data space leak