summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_transport_iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07scsi: iscsi: Remove unused list 'connlist_err'Dr. David Alan Gilbert1-1/+0
2024-04-12scsi: core: Initialize scsi midlayer limits before allocating the queueChristoph Hellwig1-2/+3
2024-04-12scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig1-1/+2
2024-02-06scsi: iscsi: Make iscsi_flashnode_bus constRicardo B. Marliere1-2/+2
2023-07-26scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param()Lin Ma1-0/+8
2023-07-26scsi: iscsi: Add length check for nlattr payloadLin Ma1-29/+43
2023-06-16scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck1-1/+2
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-08Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen1-1/+6
2022-06-22scsi: iscsi: Add helper to remove a session from the kernelMike Christie1-0/+49
2022-06-22scsi: iscsi: Clean up bound endpoints during shutdownMike Christie1-10/+10
2022-06-22scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernelMike Christie1-10/+7
2022-06-22scsi: iscsi: Fix HW conn removal use after freeMike Christie1-2/+0
2022-06-17scsi: iscsi: Make iscsi_unregister_transport() return voidMax Gurtovoy1-3/+1
2022-06-14scsi: iscsi: Exclude zero from the endpoint ID rangeSergey Gorenko1-1/+6
2022-06-08scsi: core: iscsi: Directly use ida_alloc()/ida_free()keliu1-3/+3
2022-04-12scsi: iscsi: Fix unbound endpoint error handlingMike Christie1-29/+36
2022-04-12scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie1-0/+17
2022-04-12scsi: iscsi: Fix endpoint reuse regressionMike Christie1-1/+11
2022-04-12scsi: iscsi: Release endpoint ID when its freedMike Christie1-36/+35
2022-04-12scsi: iscsi: Fix offload conn cleanup when iscsid restartsMike Christie1-20/+28
2022-04-12scsi: 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-02scsi: iscsi: Use the session workqueue for recoveryMike Christie1-16/+4
2022-03-02scsi: iscsi: ql4xxx: Use per-session workqueue for unbindingMike Christie1-5/+14
2022-03-02scsi: iscsi: Remove iscsi_scan_finished()Mike Christie1-35/+4
2022-03-02scsi: iscsi: Speed up session unblocking and removalMike Christie1-4/+5
2022-03-02scsi: iscsi: Fix recovery and unblocking raceMike Christie1-5/+2
2021-11-17scsi: iscsi: Unblock session then wake up error handlerMike Christie1-3/+3
2021-10-12scsi: iscsi: Fix set_param() handlingMike Christie1-2/+0
2021-09-14scsi: iscsi: Adjust iface sysfs attr detectionBaokun Li1-4/+4
2021-07-19scsi: 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-18Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+15
2021-04-08scsi: 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-30scsi: iscsi: Fix race condition between login and sync threadGulam Mohamed1-1/+13
2021-03-05scsi: iscsi: Verify lengths on passthrough PDUsChris Leech1-0/+9