aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_iscsi.c
AgeCommit message (Expand)Author
2023-09-13scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param()Lin Ma
2023-09-13scsi: iscsi: Add length check for nlattr payloadLin Ma
2023-06-16scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-12-14scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspaceWenchao Hao
2022-11-24scsi: iscsi: Rename iscsi_set_param() to iscsi_if_set_param()Wenchao Hao
2022-11-17scsi: iscsi: Fix possible memory leak when device_register() failedZhou Guanghui
2022-07-07Merge branch '5.19/scsi-fixes' into 5.20/scsi-stagingMartin K. Petersen
2022-06-21scsi: iscsi: Add helper to remove a session from the kernelMike Christie
2022-06-21scsi: iscsi: Clean up bound endpoints during shutdownMike Christie
2022-06-21scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernelMike Christie
2022-06-21scsi: iscsi: Fix HW conn removal use after freeMike Christie
2022-06-16scsi: iscsi: Make iscsi_unregister_transport() return voidMax Gurtovoy
2022-06-13scsi: iscsi: Exclude zero from the endpoint ID rangeSergey Gorenko
2022-06-07scsi: core: iscsi: Directly use ida_alloc()/ida_free()keliu
2022-04-11scsi: iscsi: Fix unbound endpoint error handlingMike Christie
2022-04-11scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie
2022-04-11scsi: iscsi: Fix endpoint reuse regressionMike Christie
2022-04-11scsi: iscsi: Release endpoint ID when its freedMike Christie
2022-04-11scsi: iscsi: Fix offload conn cleanup when iscsid restartsMike Christie
2022-04-11scsi: iscsi: Move iscsi_ep_disconnect()Mike Christie
2022-03-15scsi: libiscsi: Teardown iscsi_cls_conn gracefullyWenchao Hao
2022-03-15scsi: libiscsi: Add iscsi_cls_conn to sysfs after initializationWenchao Hao
2022-03-15scsi: iscsi: Add helper functions to manage iscsi_cls_connWenchao Hao
2022-03-01scsi: iscsi: Use the session workqueue for recoveryMike Christie
2022-03-01scsi: iscsi: ql4xxx: Use per-session workqueue for unbindingMike Christie
2022-03-01scsi: iscsi: Remove iscsi_scan_finished()Mike Christie
2022-03-01scsi: iscsi: Speed up session unblocking and removalMike Christie
2022-03-01scsi: iscsi: Fix recovery and unblocking raceMike Christie
2021-11-16scsi: iscsi: Unblock session then wake up error handlerMike Christie
2021-10-12scsi: iscsi: Fix set_param() handlingMike Christie
2021-09-13scsi: iscsi: Adjust iface sysfs attr detectionBaokun Li
2021-07-18scsi: iscsi: Fix iface sysfs attr detectionMike Christie
2021-06-02scsi: iscsi: Flush block work before unblockMike Christie
2021-06-02scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie
2021-06-02scsi: iscsi: Fix in-kernel conn failure handlingMike Christie
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie
2021-06-02scsi: iscsi: Use system_unbound_wq for destroy_workMike Christie
2021-06-02scsi: iscsi: Force immediate failure during shutdownMike Christie
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie
2021-04-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-04-07scsi: iscsi: Fix iSCSI cls conn stateMike Christie
2021-04-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-03-29scsi: iscsi: Fix race condition between login and sync threadGulam Mohamed
2021-03-04scsi: iscsi: Verify lengths on passthrough PDUsChris Leech
2021-03-04scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZEChris Leech
2021-03-04scsi: iscsi: Restrict sessions and handles to admin capabilitiesLee Duncan
2021-02-08scsi: iscsi: Drop session lock in iscsi_session_chkready()Mike Christie
2020-12-07scsi: iscsi: Fix inappropriate use of put_device()Qinglang Miao