summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_iscsi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-141-1/+6
* | scsi: iscsi: Add helper to remove a session from the kernelMike Christie2022-06-221-0/+49
* | scsi: iscsi: Clean up bound endpoints during shutdownMike Christie2022-06-221-10/+10
* | scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernelMike Christie2022-06-221-10/+7
* | scsi: iscsi: Fix HW conn removal use after freeMike Christie2022-06-221-2/+0
* | scsi: iscsi: Make iscsi_unregister_transport() return voidMax Gurtovoy2022-06-171-3/+1
* | scsi: core: iscsi: Directly use ida_alloc()/ida_free()keliu2022-06-081-3/+3
|/
* scsi: iscsi: Fix unbound endpoint error handlingMike Christie2022-04-121-29/+36
* scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie2022-04-121-0/+17
* scsi: iscsi: Fix endpoint reuse regressionMike Christie2022-04-121-1/+11
* scsi: iscsi: Release endpoint ID when its freedMike Christie2022-04-121-36/+35
* scsi: iscsi: Fix offload conn cleanup when iscsid restartsMike Christie2022-04-121-20/+28
* scsi: iscsi: Move iscsi_ep_disconnect()Mike Christie2022-04-121-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-021-16/+4
* scsi: iscsi: ql4xxx: Use per-session workqueue for unbindingMike Christie2022-03-021-5/+14
* scsi: iscsi: Remove iscsi_scan_finished()Mike Christie2022-03-021-35/+4
* scsi: iscsi: Speed up session unblocking and removalMike Christie2022-03-021-4/+5
* scsi: iscsi: Fix recovery and unblocking raceMike Christie2022-03-021-5/+2
* scsi: iscsi: Unblock session then wake up error handlerMike Christie2021-11-171-3/+3
* scsi: iscsi: Fix set_param() handlingMike Christie2021-10-121-2/+0
* scsi: iscsi: Adjust iface sysfs attr detectionBaokun Li2021-09-141-4/+4
* scsi: iscsi: Fix iface sysfs attr detectionMike Christie2021-07-191-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-181-3/+15
|\
| * scsi: iscsi: Fix iSCSI cls conn stateMike Christie2021-04-081-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-301-1/+13
* | scsi: iscsi: Verify lengths on passthrough PDUsChris Leech2021-03-051-0/+9
* | scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZEChris Leech2021-03-051-9/+16
* | scsi: iscsi: Restrict sessions and handles to admin capabilitiesLee Duncan2021-03-051-0/+6
|/
* scsi: iscsi: Drop session lock in iscsi_session_chkready()Mike Christie2021-02-091-3/+0
* scsi: iscsi: Fix inappropriate use of put_device()Qinglang Miao2020-12-071-1/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-071-15/+16
|\
| * scsi: iscsi: Do not put host in iscsi_set_flashnode_param()Jing Xiangfeng2020-07-291-1/+1
| * scsi: iscsi: Register sysfs for workqueue iscsi_destroyBob Liu2020-07-081-1/+3
| * scsi: iscsi: Remove sessdestroylistMike Christie2020-07-031-3/+3
| * scsi: iscsi: Optimize work queue flush useMike Christie2020-07-031-8/+7
| * scsi: iscsi: Delay freeing target_idMike Christie2020-07-031-2/+2
* | scsi: iscsi: Change iSCSI workqueue max_active back to 1Bob Liu2020-07-031-1/+1
|/
* scsi: iscsi: Fix deadlock on recovery path during GFP_IO reclaimGabriel Krisman Bertazi2020-05-271-17/+47