Revision 3243f50b0c564a1b492defebe7218d26a2b811c9 authored by Linus Torvalds on 20 August 2015, 18:39:11 UTC, committed by Linus Torvalds on 20 August 2015, 18:39:11 UTC
Pull SCSI target fixes from Nicholas Bellinger:
 "This contains a v4.2-rc specific RCU module unload regression bug-fix,
  a long-standing iscsi-target bug-fix for duplicate target_xfer_tags
  during NOP processing from Alexei, and two more small REPORT_LUNs
  emulation related patches to make Solaris FC host LUN scanning happy
  from Roland.

  There is also one patch not included that allows target-core to limit
  the number of fabric driver SGLs per I/O request using residuals, that
  is currently required as a work-around for FC hosts which don't honor
  EVPD block-limits settings.  At this point, it will most likely become
  for-next material"

* git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending:
  target: Fix handling of small allocation lengths in REPORT LUNS
  target: REPORT LUNS should return LUN 0 even for dynamic ACLs
  target/iscsi: Fix double free of a TUR followed by a solicited NOPOUT
  target: Perform RCU callback barrier before backend/fabric unload
2 parent s 3bd8f7d + 0f69a38
History
File Mode Size
include
.gitignore -rw-r--r-- 62 bytes
Kconfig -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 2.6 KB
apparmorfs.c -rw-r--r-- 23.1 KB
audit.c -rw-r--r-- 4.4 KB
capability.c -rw-r--r-- 3.7 KB
context.c -rw-r--r-- 5.4 KB
crypto.c -rw-r--r-- 2.1 KB
domain.c -rw-r--r-- 21.9 KB
file.c -rw-r--r-- 12.8 KB
ipc.c -rw-r--r-- 3.0 KB
lib.c -rw-r--r-- 2.7 KB
lsm.c -rw-r--r-- 24.2 KB
match.c -rw-r--r-- 10.7 KB
path.c -rw-r--r-- 6.3 KB
policy.c -rw-r--r-- 34.6 KB
policy_unpack.c -rw-r--r-- 19.0 KB
procattr.c -rw-r--r-- 4.6 KB
resource.c -rw-r--r-- 4.2 KB
sid.c -rw-r--r-- 1.2 KB

back to top