]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Jun 2017 05:15:00 +0000 (22:15 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 22 Jun 2017 05:15:00 +0000 (22:15 -0700)
commit8d829b9bb878904f3419af8003176a12910b94e8
treea038a1914059c4caf7849caeb967ddb4df818e4a
parent48b6bbef9a1789f0365c1a385879a1fea4460016
parent8e8320c9315c47a6a090188720ccff32a6a6ba18
Merge branch 'for-linus' of git://git.kernel.dk/linux-block

Pull block fixes from Jens Axboe:
 "This contains a set of fixes for xen-blkback by way of Konrad, and a
  performance regression fix for blk-mq for shared tags.

  The latter could account for as much as a 50x reduction in
  performance, with the test case from the user with 500 name spaces. A
  more realistic setup on my end with 32 drives showed a 3.5x drop. The
  fix has been thoroughly tested before being committed"

* 'for-linus' of git://git.kernel.dk/linux-block:
  blk-mq: fix performance regression with shared tags
  xen-blkback: don't leak stack data via response ring
  xen/blkback: don't use xen_blkif_get() in xen-blkback kthread
  xen/blkback: don't free be structure too early
  xen/blkback: fix disconnect while I/Os in flight