summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen1-5/+45
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2022-12-14scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspaceWenchao Hao1-5/+45
2022-11-24scsi: iscsi: Rename iscsi_set_param() to iscsi_if_set_param()Wenchao Hao1-2/+2
2022-11-17scsi: iscsi: Fix possible memory leak when device_register() failedZhou Guanghui1-15/+16
2022-07-07Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen1-1/+6
2022-06-21scsi: iscsi: Add helper to remove a session from the kernelMike Christie1-0/+49
2022-06-21scsi: iscsi: Clean up bound endpoints during shutdownMike Christie1-10/+10
2022-06-21scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernelMike Christie1-10/+7
2022-06-21scsi: iscsi: Fix HW conn removal use after freeMike Christie1-2/+0
2022-06-16scsi: iscsi: Make iscsi_unregister_transport() return voidMax Gurtovoy1-3/+1
2022-06-13scsi: iscsi: Exclude zero from the endpoint ID rangeSergey Gorenko1-1/+6
2022-06-07scsi: core: iscsi: Directly use ida_alloc()/ida_free()keliu1-3/+3
2022-04-11scsi: iscsi: Fix unbound endpoint error handlingMike Christie1-29/+36
2022-04-11scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie1-0/+17
2022-04-11scsi: iscsi: Fix endpoint reuse regressionMike Christie1-1/+11
2022-04-11scsi: iscsi: Release endpoint ID when its freedMike Christie1-36/+35
2022-04-11scsi: iscsi: Fix offload conn cleanup when iscsid restartsMike Christie1-20/+28
2022-04-11scsi: iscsi: Move iscsi_ep_disconnect()Mike Christie1-19/+19
2022-03-15scsi: libiscsi: Teardown iscsi_cls_conn gracefullyWenchao Hao1-22/+5
2022-03-15scsi: libiscsi: Add iscsi_cls_conn to sysfs after initializationWenchao Hao1-76/+0
2022-03-15scsi: iscsi: Add helper functions to manage iscsi_cls_connWenchao Hao1-0/+97
2022-03-01scsi: iscsi: Use the session workqueue for recoveryMike Christie1-16/+4
2022-03-01scsi: iscsi: ql4xxx: Use per-session workqueue for unbindingMike Christie1-5/+14
2022-03-01scsi: iscsi: Remove iscsi_scan_finished()Mike Christie1-35/+4
2022-03-01scsi: iscsi: Speed up session unblocking and removalMike Christie1-4/+5
2022-03-01scsi: iscsi: Fix recovery and unblocking raceMike Christie1-5/+2
2021-11-16scsi: iscsi: Unblock session then wake up error handlerMike Christie1-3/+3
2021-10-12scsi: iscsi: Fix set_param() handlingMike Christie1-2/+0
2021-09-13scsi: iscsi: Adjust iface sysfs attr detectionBaokun Li1-4/+4
2021-07-18scsi: iscsi: Fix iface sysfs attr detectionMike Christie1-56/+34
2021-06-02scsi: iscsi: Flush block work before unblockMike Christie1-0/+2
2021-06-02scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie1-0/+12
2021-06-02scsi: iscsi: Fix in-kernel conn failure handlingMike Christie1-197/+274
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie1-8/+17
2021-06-02scsi: iscsi: Use system_unbound_wq for destroy_workMike Christie1-14/+1
2021-06-02scsi: iscsi: Force immediate failure during shutdownMike Christie1-4/+10
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie1-3/+7
2021-04-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+15
2021-04-07scsi: iscsi: Fix iSCSI cls conn stateMike Christie1-3/+15
2021-04-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+13
2021-03-29scsi: iscsi: Fix race condition between login and sync threadGulam Mohamed1-1/+13
2021-03-04scsi: iscsi: Verify lengths on passthrough PDUsChris Leech1-0/+9
2021-03-04scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZEChris Leech1-9/+16
2021-03-04scsi: iscsi: Restrict sessions and handles to admin capabilitiesLee Duncan1-0/+6
2021-02-08scsi: iscsi: Drop session lock in iscsi_session_chkready()Mike Christie1-3/+0
2020-12-07scsi: iscsi: Fix inappropriate use of put_device()Qinglang Miao1-1/+3
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+16
2020-07-28scsi: iscsi: Do not put host in iscsi_set_flashnode_param()Jing Xiangfeng1-1/+1
2020-07-08scsi: iscsi: Register sysfs for workqueue iscsi_destroyBob Liu1-1/+3