Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Pull SCSI target fixes from Nicholas Bellinger: "These are mostly minor fixes, with the exception of the following that address fall-out from recent v4.1-rc1 changes: - regression fix related to the big fabric API registration changes and configfs_depend_item() usage, that required cherry-picking one of HCH's patches from for-next to address the issue for v4.1 code. - remaining TCM-USER -v2 related changes to enforce full CDB passthrough from Andy + Ilias. Also included is a target_core_pscsi driver fix from Andy that addresses a long standing issue with a Scsi_Host reference being leaked on PSCSI device shutdown" * git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending: iser-target: Fix error path in isert_create_pi_ctx() target: Use a PASSTHROUGH flag instead of transport_types target: Move passthrough CDB parsing into a common function target/user: Only support full command pass-through target/user: Update example code for new ABI requirements target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem target: Drop signal_pending checks after interruptible lock acquire target: Add missing parentheses target: Fix bidi command handling target/user: Disallow full passthrough (pass_level=0) ISCSI: fix minor memory leak
No related branches found
No related tags found
Showing
- Documentation/target/tcmu-design.txt 7 additions, 26 deletionsDocumentation/target/tcmu-design.txt
- drivers/infiniband/ulp/isert/ib_isert.c 3 additions, 3 deletionsdrivers/infiniband/ulp/isert/ib_isert.c
- drivers/scsi/qla2xxx/tcm_qla2xxx.c 2 additions, 4 deletionsdrivers/scsi/qla2xxx/tcm_qla2xxx.c
- drivers/target/iscsi/iscsi_target.c 1 addition, 1 deletiondrivers/target/iscsi/iscsi_target.c
- drivers/target/iscsi/iscsi_target_login.c 1 addition, 0 deletionsdrivers/target/iscsi/iscsi_target_login.c
- drivers/target/iscsi/iscsi_target_tpg.c 1 addition, 4 deletionsdrivers/target/iscsi/iscsi_target_tpg.c
- drivers/target/target_core_alua.c 2 additions, 2 deletionsdrivers/target/target_core_alua.c
- drivers/target/target_core_configfs.c 19 additions, 21 deletionsdrivers/target/target_core_configfs.c
- drivers/target/target_core_device.c 76 additions, 2 deletionsdrivers/target/target_core_device.c
- drivers/target/target_core_file.c 0 additions, 1 deletiondrivers/target/target_core_file.c
- drivers/target/target_core_iblock.c 0 additions, 1 deletiondrivers/target/target_core_iblock.c
- drivers/target/target_core_internal.h 0 additions, 3 deletionsdrivers/target/target_core_internal.h
- drivers/target/target_core_pr.c 8 additions, 26 deletionsdrivers/target/target_core_pr.c
- drivers/target/target_core_pscsi.c 5 additions, 53 deletionsdrivers/target/target_core_pscsi.c
- drivers/target/target_core_pscsi.h 1 addition, 0 deletionsdrivers/target/target_core_pscsi.h
- drivers/target/target_core_rd.c 0 additions, 1 deletiondrivers/target/target_core_rd.c
- drivers/target/target_core_sbc.c 1 addition, 1 deletiondrivers/target/target_core_sbc.c
- drivers/target/target_core_transport.c 6 additions, 7 deletionsdrivers/target/target_core_transport.c
- drivers/target/target_core_user.c 32 additions, 111 deletionsdrivers/target/target_core_user.c
- drivers/target/target_core_xcopy.c 6 additions, 9 deletionsdrivers/target/target_core_xcopy.c
Loading
Please register or sign in to comment