]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Jul 2020 17:58:35 +0000 (10:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Jul 2020 17:58:35 +0000 (10:58 -0700)
commit1643bd74060fb257b6ddeafe6ef5ee8530e975b5
treea07f92b2607e6f36a504d4fd4438409dc1232461
parentf8f0a79194e0df728e858252e193b6b44e76dc5d
parentc6548afd4681ad953ef272851b317d334b9597d8
Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:
 "Two refcounting fixes and one prepartory patch for upcoming splice
  cleanup:

   - fix double put of block group with nodatacow

   - fix missing block group put when remounting with discard=async

   - explicitly set splice callback (no functional change), to ease
     integrating splice cleanup patches"

* tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: wire up iter_file_splice_write
  btrfs: fix double put of block group with nocow
  btrfs: discard: add missing put when grabbing block group from unused list
fs/btrfs/inode.c