https://github.com/torvalds/linux
Revision a607a1143a58dcd31396649812df5cd3bb0d4294 authored by Linus Torvalds on 23 March 2013, 23:51:55 UTC, committed by Linus Torvalds on 23 March 2013, 23:51:55 UTC
Pull SCSI target fixes from Nicholas Bellinger:
 "These are mostly minor fixes this time around.  The iscsi-target CHAP
  big-endian bugfix and bump FD_MAX_SECTORS=2048 default patch to allow
  1MB sized I/Os for FILEIO backends on >= v3.5 code are both CC'ed to
  stable.

  Also, there is a persistent reservations regression that has recently
  been reported for >= v3.8.x code, that is currently being tracked down
  for v3.9."

* git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending:
  target/pscsi: Reject cross page boundary case in pscsi_map_sg
  target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/Os
  tcm_vhost: Flush vhost_work in vhost_scsi_flush()
  tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint()
  target: fix possible memory leak in core_tpg_register()
  target/iscsi: Fix mutual CHAP auth on big-endian arches
  target_core_sbc: use noop for SYNCHRONIZE_CACHE
2 parent s 22c3f2f + 8f27d48
History
Tip revision: a607a1143a58dcd31396649812df5cd3bb0d4294 authored by Linus Torvalds on 23 March 2013, 23:51:55 UTC
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Tip revision: a607a11
File Mode Size
Kconfig -rw-r--r-- 686 bytes
Makefile -rw-r--r-- 580 bytes
af_rds.c -rw-r--r-- 14.1 KB
bind.c -rw-r--r-- 5.1 KB
cong.c -rw-r--r-- 11.9 KB
connection.c -rw-r--r-- 16.1 KB
ib.c -rw-r--r-- 12.2 KB
ib.h -rw-r--r-- 11.4 KB
ib_cm.c -rw-r--r-- 23.2 KB
ib_rdma.c -rw-r--r-- 19.7 KB
ib_recv.c -rw-r--r-- 30.0 KB
ib_ring.c -rw-r--r-- 4.8 KB
ib_send.c -rw-r--r-- 30.3 KB
ib_stats.c -rw-r--r-- 2.8 KB
ib_sysctl.c -rw-r--r-- 4.0 KB
info.c -rw-r--r-- 6.4 KB
info.h -rw-r--r-- 934 bytes
iw.c -rw-r--r-- 8.8 KB
iw.h -rw-r--r-- 12.0 KB
iw_cm.c -rw-r--r-- 20.8 KB
iw_rdma.c -rw-r--r-- 24.0 KB
iw_recv.c -rw-r--r-- 25.9 KB
iw_ring.c -rw-r--r-- 4.8 KB
iw_send.c -rw-r--r-- 29.2 KB
iw_stats.c -rw-r--r-- 2.8 KB
iw_sysctl.c -rw-r--r-- 4.1 KB
loop.c -rw-r--r-- 5.8 KB
loop.h -rw-r--r-- 137 bytes
message.c -rw-r--r-- 10.2 KB
page.c -rw-r--r-- 5.8 KB
rdma.c -rw-r--r-- 22.5 KB
rdma_transport.c -rw-r--r-- 6.6 KB
rdma_transport.h -rw-r--r-- 549 bytes
rds.h -rw-r--r-- 24.8 KB
recv.c -rw-r--r-- 15.3 KB
send.c -rw-r--r-- 30.0 KB
stats.c -rw-r--r-- 4.3 KB
sysctl.c -rw-r--r-- 3.5 KB
tcp.c -rw-r--r-- 8.8 KB
tcp.h -rw-r--r-- 2.6 KB
tcp_connect.c -rw-r--r-- 4.2 KB
tcp_listen.c -rw-r--r-- 5.1 KB
tcp_recv.c -rw-r--r-- 9.3 KB
tcp_send.c -rw-r--r-- 6.3 KB
tcp_stats.c -rw-r--r-- 2.3 KB
threads.c -rw-r--r-- 6.9 KB
transport.c -rw-r--r-- 3.6 KB

back to top