aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_iscsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/scsiLinus 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/scsiLinus 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
2020-07-02scsi: iscsi: Remove sessdestroylistMike Christie1-3/+3
2020-07-02scsi: iscsi: Optimize work queue flush useMike Christie1-8/+7
2020-07-02scsi: iscsi: Delay freeing target_idMike Christie1-2/+2
2020-07-02scsi: iscsi: Change iSCSI workqueue max_active back to 1Bob Liu1-1/+1
2020-05-26scsi: iscsi: Fix deadlock on recovery path during GFP_IO reclaimGabriel Krisman Bertazi1-17/+47
2020-05-26scsi: iscsi: Register sysfs for iscsi workqueueBob Liu1-1/+3
2020-03-31scsi: iscsi: Report unbind session event when the target has been removedWu Bo1-1/+3
2020-03-26scsi: iscsi: Report connection state in sysfsGabriel Krisman Bertazi1-1/+28
2020-03-11scsi: iscsi: Add support for asynchronous iSCSI session destructionFrank Mayhar1-0/+38
2020-02-10scsi: iscsi: Perform connection failure entirely in kernel spaceBharath Ravi1-0/+68
2020-01-15scsi: iscsi: Fail session and connection on transport registration failureGabriel Krisman Bertazi1-2/+16
2020-01-15scsi: iscsi: Don't destroy session if there are outstanding connectionsNick Black1-3/+23
2019-12-09scsi: iscsi: Avoid potential deadlock in iscsi_if_rx funcBo Wu1-0/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-03-18scsi: iscsi: flush running unbind operations when removing a sessionMaurizio Lombardi1-0/+2
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+33
2018-12-20scsi: iscsi: Capture iscsi debug messages using tracepointsFred Herard1-1/+33
2018-11-07bsg: provide bsg_remove_queue() helperJens Axboe1-4/+1
2018-11-07bsg: pass in desired timeout handlerJens Axboe1-1/+1
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig1-1/+1
2018-04-18scsi: iscsi: respond to netlink with unicast when appropriateChris Leech1-11/+18
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2017-10-31scsi: scsi_transport_iscsi: fix spelling mistake: 'Cound' -> 'Could'Arvind Yadav1-1/+1
2017-10-02scsi: libiscsi: Remove iscsi_destroy_sessionKhazhismel Kumykov1-16/+0
2017-09-25scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse nlmsg properlyXin Long1-1/+1
2017-08-29scsi: bsg-lib: pass the release callback through bsg_setup_queueChristoph Hellwig1-1/+1
2017-08-25scsi: make device_type constBhumika Goyal1-2/+2
2017-03-27scsi: scsi_transport_iscsi: Use flush_work in iscsi_remove_sessionJitendra Bhivare1-2/+1
2017-01-27block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig1-11/+4