]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Nov 2018 17:38:14 +0000 (11:38 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Nov 2018 17:38:14 +0000 (11:38 -0600)
commita9216ac1bf07893dcf40f7edb043e0b4a2b128e5
tree6c043311ed655b1bc1b029a1c0c3425ef831ae4f
parentcbe033b6fd8fbecc56e18eec7fb25d5173b3c9ec
parentce8e553580b7693de6d77c0bc48bc32220989798
Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2

Pull bfs2 fixes from Andreas Gruenbacher:
 "Fix two bugs leading to leaked buffer head references:

   - gfs2: Put bitmap buffers in put_super
   - gfs2: Fix iomap buffer head reference counting bug

  And one bug leading to significant slow-downs when deleting large
  files:

   - gfs2: Fix metadata read-ahead during truncate (2)"

* tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2:
  gfs2: Fix iomap buffer head reference counting bug
  gfs2: Fix metadata read-ahead during truncate (2)
  gfs2: Put bitmap buffers in put_super
fs/gfs2/bmap.c