summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param()Lin Ma2023-07-251-0/+8
* scsi: iscsi: Add length check for nlattr payloadLin Ma2023-07-251-29/+43
* scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck2023-06-161-1/+2
* Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen2022-12-301-5/+45
|\
| * scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspaceWenchao Hao2022-12-141-5/+45
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-141-2/+2
|\|
| * scsi: iscsi: Rename iscsi_set_param() to iscsi_if_set_param()Wenchao Hao2022-11-241-2/+2
* | scsi: iscsi: Fix possible memory leak when device_register() failedZhou Guanghui2022-11-171-15/+16
|/
* Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen2022-07-071-1/+6
|\
| * scsi: iscsi: Exclude zero from the endpoint ID rangeSergey Gorenko2022-06-131-1/+6
* | scsi: iscsi: Add helper to remove a session from the kernelMike Christie2022-06-211-0/+49
* | scsi: iscsi: Clean up bound endpoints during shutdownMike Christie2022-06-211-10/+10
* | scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernelMike Christie2022-06-211-10/+7
* | scsi: iscsi: Fix HW conn removal use after freeMike Christie2022-06-211-2/+0
* | scsi: iscsi: Make iscsi_unregister_transport() return voidMax Gurtovoy2022-06-161-3/+1
* | scsi: core: iscsi: Directly use ida_alloc()/ida_free()keliu2022-06-071-3/+3
|/
* scsi: iscsi: Fix unbound endpoint error handlingMike Christie2022-04-111-29/+36
* scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie2022-04-111-0/+17
* scsi: iscsi: Fix endpoint reuse regressionMike Christie2022-04-111-1/+11
* scsi: iscsi: Release endpoint ID when its freedMike Christie2022-04-111-36/+35
* scsi: iscsi: Fix offload conn cleanup when iscsid restartsMike Christie2022-04-111-20/+28
* scsi: iscsi: Move iscsi_ep_disconnect()Mike Christie2022-04-111-19/+19
* scsi: libiscsi: Teardown iscsi_cls_conn gracefullyWenchao Hao2022-03-151-22/+5
* scsi: libiscsi: Add iscsi_cls_conn to sysfs after initializationWenchao Hao2022-03-151-76/+0
* scsi: iscsi: Add helper functions to manage iscsi_cls_connWenchao Hao2022-03-151-0/+97
* scsi: iscsi: Use the session workqueue for recoveryMike Christie2022-03-011-16/+4
* scsi: iscsi: ql4xxx: Use per-session workqueue for unbindingMike Christie2022-03-011-5/+14
* scsi: iscsi: Remove iscsi_scan_finished()Mike Christie2022-03-011-35/+4
* scsi: iscsi: Speed up session unblocking and removalMike Christie2022-03-011-4/+5
* scsi: iscsi: Fix recovery and unblocking raceMike Christie2022-03-011-5/+2
* scsi: iscsi: Unblock session then wake up error handlerMike Christie2021-11-161-3/+3
* scsi: iscsi: Fix set_param() handlingMike Christie2021-10-121-2/+0
* scsi: iscsi: Adjust iface sysfs attr detectionBaokun Li2021-09-131-4/+4
* scsi: iscsi: Fix iface sysfs attr detectionMike Christie2021-07-181-56/+34
* scsi: iscsi: Flush block work before unblockMike Christie2021-06-021-0/+2
* scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie2021-06-021-0/+12
* scsi: iscsi: Fix in-kernel conn failure handlingMike Christie2021-06-021-197/+274
* scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie2021-06-021-8/+17
* scsi: iscsi: Use system_unbound_wq for destroy_workMike Christie2021-06-021-14/+1
* scsi: iscsi: Force immediate failure during shutdownMike Christie2021-06-021-4/+10
* scsi: iscsi: Stop queueing during ep_disconnectMike Christie2021-06-021-3/+7
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-04-171-3/+15
|\
| * scsi: iscsi: Fix iSCSI cls conn stateMike Christie2021-04-071-3/+15
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-04-031-1/+13
|\|
| * scsi: iscsi: Fix race condition between login and sync threadGulam Mohamed2021-03-291-1/+13
* | scsi: iscsi: Verify lengths on passthrough PDUsChris Leech2021-03-041-0/+9
* | scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZEChris Leech2021-03-041-9/+16
* | scsi: iscsi: Restrict sessions and handles to admin capabilitiesLee Duncan2021-03-041-0/+6
|/
* scsi: iscsi: Drop session lock in iscsi_session_chkready()Mike Christie2021-02-081-3/+0
* scsi: iscsi: Fix inappropriate use of put_device()Qinglang Miao2020-12-071-1/+3