]> 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, 15 Aug 2015 20:54:53 +0000 (13:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 15 Aug 2015 20:54:53 +0000 (13:54 -0700)
commit5c11d6e0abca5012d48c4faf76beb84a0588a070
tree123bff297218a3f83b731006c36e1a7c4955a894
parentc1d8abd9256a77aecff0a6472ce5ac683c934616
parent190596045089b819888f23d1b17eece11d971827
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi

Pull SCSI fixes from James Bottomley:
 "This has two libfc fixes for bugs causing rare crashes, one iscsi fix
  for a potential hang on shutdown, and a fix for an I/O blocksize issue
  which caused a regression"

* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
  sd: Fix maximum I/O size for BLOCK_PC requests
  libfc: Fix fc_fcp_cleanup_each_cmd()
  libfc: Fix fc_exch_recv_req() error path
  libiscsi: Fix host busy blocking during connection teardown