summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_transport_iscsi.c
AgeCommit message (Expand)Author
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
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
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-03-18scsi: iscsi: flush running unbind operations when removing a sessionMaurizio Lombardi
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-20scsi: iscsi: Capture iscsi debug messages using tracepointsFred Herard
2018-11-07bsg: provide bsg_remove_queue() helperJens Axboe
2018-11-07bsg: pass in desired timeout handlerJens Axboe
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig
2018-04-18scsi: iscsi: respond to netlink with unicast when appropriateChris Leech
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-10-31scsi: scsi_transport_iscsi: fix spelling mistake: 'Cound' -> 'Could'Arvind Yadav
2017-10-02scsi: libiscsi: Remove iscsi_destroy_sessionKhazhismel Kumykov
2017-09-25scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse nlms...Xin Long
2017-08-29scsi: bsg-lib: pass the release callback through bsg_setup_queueChristoph Hellwig
2017-08-25scsi: make device_type constBhumika Goyal