summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_transport_iscsi.c
AgeCommit message (Expand)Author
2023-09-19scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param()Lin Ma
2023-09-19scsi: iscsi: Add length check for nlattr payloadLin Ma
2023-09-19scsi: iscsi: Rename iscsi_set_param() to iscsi_if_set_param()Wenchao Hao
2023-02-01scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspaceWenchao Hao
2022-12-02scsi: iscsi: Fix possible memory leak when device_register() failedZhou Guanghui
2022-08-17scsi: iscsi: Add helper to remove a session from the kernelMike Christie
2022-08-17scsi: iscsi: Allow iscsi_if_stop_conn() to be called from kernelMike Christie
2022-06-29scsi: iscsi: Exclude zero from the endpoint ID rangeSergey Gorenko
2022-04-27scsi: iscsi: Release endpoint ID when its freedMike Christie
2022-04-20scsi: iscsi: Fix unbound endpoint error handlingMike Christie
2022-04-20scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie
2022-04-20scsi: iscsi: Fix endpoint reuse regressionMike Christie
2022-04-20scsi: iscsi: Fix offload conn cleanup when iscsid restartsMike Christie
2022-04-20scsi: iscsi: Move iscsi_ep_disconnect()Mike Christie
2021-12-08scsi: 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
2020-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-07-28scsi: iscsi: Do not put host in iscsi_set_flashnode_param()Jing Xiangfeng
2020-07-08scsi: iscsi: Register sysfs for workqueue iscsi_destroyBob Liu
2020-07-02scsi: iscsi: Remove sessdestroylistMike Christie
2020-07-02scsi: iscsi: Optimize work queue flush useMike Christie
2020-07-02scsi: iscsi: Delay freeing target_idMike Christie
2020-07-02scsi: iscsi: Change iSCSI workqueue max_active back to 1Bob Liu
2020-05-26scsi: iscsi: Fix deadlock on recovery path during GFP_IO reclaimGabriel Krisman Bertazi
2020-05-26scsi: iscsi: Register sysfs for iscsi workqueueBob Liu
2020-03-31scsi: iscsi: Report unbind session event when the target has been removedWu Bo
2020-03-26scsi: iscsi: Report connection state in sysfsGabriel Krisman Bertazi
2020-03-11scsi: iscsi: Add support for asynchronous iSCSI session destructionFrank Mayhar
2020-02-10scsi: iscsi: Perform connection failure entirely in kernel spaceBharath Ravi
2020-01-15scsi: iscsi: Fail session and connection on transport registration failureGabriel Krisman Bertazi
2020-01-15scsi: iscsi: Don't destroy session if there are outstanding connectionsNick Black
2019-12-09scsi: iscsi: Avoid potential deadlock in iscsi_if_rx funcBo Wu