]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Dec 2018 23:03:00 +0000 (15:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Dec 2018 23:03:00 +0000 (15:03 -0800)
commit3d438ce94f4345184e08edacdb8cb97c98922941
treee03f13e8483d7a51e46bf7d307ed96f864188b5b
parentce9739fa0292ec12999250aebee8f0b5a499c3c9
parent40ddeb749bfe8cbf39b9cf90517c1c1e65a1dd30
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "This is two simple target fixes and one discard related I/O starvation
  problem in sd.

  The discard problem occurs because the discard page doesn't have a
  mempool backing so if the allocation fails due to memory pressure, we
  then lose the forward progress we require if the writeout is on the
  same device. The fix is to back it with a mempool"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  scsi: sd: use mempool for discard special page
  scsi: target: iscsi: cxgbit: add missing spin_lock_init()
  scsi: target: iscsi: cxgbit: fix csk leak