]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-20180825' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Aug 2018 20:30:23 +0000 (13:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Aug 2018 20:30:23 +0000 (13:30 -0700)
commit73b5f2b002bc16ea36d918c7630e87539ae17da6
treee08659de431a585acd3804464535334161e5a8cc
parent0d7f74cb5ef14e4c360f2994ae3ac6000274bdb2
parent58f06e854af555f816adcd179bdf18e690bbbf63
Merge tag 'for-linus-20180825' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "A few small fixes for this merge window:

   - Locking imbalance fix for bcache (Shan Hai)

   - A few small fixes for wbt. One is a cleanup/prep, one is a fix for
     an existing issue, and the last two are fixes for changes that went
     into this merge window (me)"

* tag 'for-linus-20180825' of git://git.kernel.dk/linux-block:
  blk-wbt: don't maintain inflight counts if disabled
  blk-wbt: fix has-sleeper queueing check
  blk-wbt: use wq_has_sleeper() for wq active check
  blk-wbt: move disable check into get_limit()
  bcache: release dc->writeback_lock properly in bch_writeback_thread()