All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH-v3.14.y 0/8] target: stable backports
@ 2016-03-06  2:55 Nicholas A. Bellinger
  2016-03-06  2:55 ` [PATCH-v3.14.y 1/8] target: Fix Task Aborted Status (TAS) handling Nicholas A. Bellinger
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Nicholas A. Bellinger @ 2016-03-06  2:55 UTC (permalink / raw)
  To: target-devel; +Cc: stable, Greg-KH, Nicholas Bellinger

From: Nicholas Bellinger <nab@linux-iscsi.org>

Hi Greg-KH,

The following series contains v3.14.y stable backports for a number
of recent target patches from upstream code, that did not apply
cleanly to your stable tree this week.

Included are two prerequsite patches originally merged in v3.15
back in early 2014, that are required in order to backport the
recent TMR LUN_RESET bug-fixes to current v3.14.y.

Also included is Mike's recent WRITE_SAME/DISCARD conversion
bug-fix for IBLOCK/FILEIO backends, following Kamal's earlier
fix-up for 4.4.y.

Please apply at your earliest convience.

Thank you,

--nab

Alex Leung (1):
  target: Fix Task Aborted Status (TAS) handling

Mike Christie (1):
  target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors

Nicholas Bellinger (6):
  target: Add TFO->abort_task for aborted task resources release
  target: Fix LUN_RESET active TMR descriptor handling
  target: Fix LUN_RESET active I/O handling for ACK_KREF
  target: Fix TAS handling for multi-session se_node_acls
  target: Fix remote-port TMR ABORT + se_cmd fabric stop
  target: Fix race with SCF_SEND_DELAYED_TAS handling

 drivers/infiniband/ulp/isert/ib_isert.c      |  19 ++
 drivers/infiniband/ulp/srpt/ib_srpt.c        |   9 +
 drivers/scsi/qla2xxx/tcm_qla2xxx.c           |  16 ++
 drivers/target/iscsi/iscsi_target.c          |  13 ++
 drivers/target/iscsi/iscsi_target_configfs.c |   8 +
 drivers/target/iscsi/iscsi_target_util.c     |   4 +-
 drivers/target/iscsi/iscsi_target_util.h     |   1 +
 drivers/target/loopback/tcm_loop.c           |   6 +
 drivers/target/sbp/sbp_target.c              |   6 +
 drivers/target/target_core_configfs.c        |   4 +
 drivers/target/target_core_device.c          |  43 ++++
 drivers/target/target_core_file.c            |  29 +--
 drivers/target/target_core_iblock.c          |  56 ++----
 drivers/target/target_core_tmr.c             | 150 ++++++++++----
 drivers/target/target_core_transport.c       | 289 +++++++++++++++++++--------
 drivers/target/tcm_fc/tcm_fc.h               |   1 +
 drivers/target/tcm_fc/tfc_cmd.c              |   5 +
 drivers/target/tcm_fc/tfc_conf.c             |   1 +
 drivers/usb/gadget/tcm_usb_gadget.c          |   6 +
 drivers/vhost/scsi.c                         |   6 +
 include/target/iscsi/iscsi_transport.h       |   1 +
 include/target/target_core_backend.h         |   4 +
 include/target/target_core_base.h            |   4 +-
 include/target/target_core_fabric.h          |   1 +
 24 files changed, 495 insertions(+), 187 deletions(-)

-- 
1.8.5.3


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-03-14 11:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-06  2:55 [PATCH-v3.14.y 0/8] target: stable backports Nicholas A. Bellinger
2016-03-06  2:55 ` [PATCH-v3.14.y 1/8] target: Fix Task Aborted Status (TAS) handling Nicholas A. Bellinger
2016-03-06  2:55 ` [PATCH-v3.14.y 2/8] target: Add TFO->abort_task for aborted task resources release Nicholas A. Bellinger
2016-03-06  2:55 ` [PATCH-v3.14.y 3/8] target: Fix LUN_RESET active TMR descriptor handling Nicholas A. Bellinger
2016-03-06  2:55 ` [PATCH-v3.14.y 4/8] target: Fix LUN_RESET active I/O handling for ACK_KREF Nicholas A. Bellinger
2016-03-08 15:08   ` Jiri Slaby
2016-03-10  5:59     ` Nicholas A. Bellinger
2016-03-14 11:59       ` Jiri Slaby
2016-03-06  2:55 ` [PATCH-v3.14.y 5/8] target: Fix TAS handling for multi-session se_node_acls Nicholas A. Bellinger
2016-03-06  2:55 ` [PATCH-v3.14.y 6/8] target: Fix remote-port TMR ABORT + se_cmd fabric stop Nicholas A. Bellinger
2016-03-06  2:55 ` [PATCH-v3.14.y 7/8] target: Fix race with SCF_SEND_DELAYED_TAS handling Nicholas A. Bellinger
2016-03-06  2:55 ` [PATCH-v3.14.y 8/8] target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors Nicholas A. Bellinger
2016-03-07 23:39 ` [PATCH-v3.14.y 0/8] target: stable backports Greg-KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.