summaryrefslogtreecommitdiff
path: root/drivers/scsi/libiscsi.c
AgeCommit message (Expand)Author
2021-12-22scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown()Lixiaokeng
2021-10-16scsi: libiscsi: Call scsi_done() directlyBart Van Assche
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen
2021-10-04scsi: iscsi: Fix iscsi_task use after freeMike Christie
2021-09-14scsi: libiscsi: Move ehwait initialization to iscsi_session_setup()Ding Hui
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen
2021-06-02scsi: iscsi: Move pool freeingMike Christie
2021-06-02scsi: iscsi: Hold task ref during TMF timeout handlingMike Christie
2021-06-02scsi: iscsi: Fix completion check during abort racesMike Christie
2021-06-02scsi: iscsi: Fix conn use after free during resetsMike Christie
2021-06-02scsi: iscsi: Get ref to conn during reset handlingMike Christie
2021-06-02scsi: iscsi: Have abort handler get ref to connMike Christie
2021-06-02scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie
2021-05-31scsi: core: Introduce scsi_build_sense()Hannes Reinecke
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-03-04scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZEChris Leech
2021-02-08scsi: libiscsi: Reset max/exp cmdsn during recoveryMike Christie
2021-02-08scsi: libiscsi: Add helper to calculate max SCSI cmds per sessionMike Christie
2021-02-08scsi: libiscsi: Fix iSCSI host workq destructionMike Christie
2021-02-08scsi: libiscsi: Fix iscsi_task use after free()Mike Christie
2021-02-08scsi: libiscsi: Drop taskqueuelockMike Christie
2021-02-08scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handlingMike Christie
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-11-16scsi: libiscsi: Fix NOP race conditionLee Duncan
2020-10-26scsi: doc: Fix some kernel-doc markupsMauro Carvalho Chehab
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-02scsi: iscsi: Change iSCSI workqueue max_active back to 1Bob Liu
2020-05-26scsi: iscsi: Register sysfs for iscsi workqueueBob Liu
2020-03-26scsi: libiscsi: Fix error count for active sessionWu Bo
2020-03-26scsi: iscsi: Report connection state in sysfsGabriel Krisman Bertazi
2019-12-09scsi: iscsi: Fix a potential deadlock in the timeout handlerBart Van Assche
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-07scsi: libiscsi: Hold back_lock when calling iscsi_complete_taskLee Duncan
2019-02-15scsi: libiscsi: Fix race between iscsi_xmit_task and iscsi_complete_taskAnoob Soman
2019-02-12scsi: libiscsi: Use scsi_[gs]et_resid() where appropriateBart Van Assche
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig
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-28scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_resetFred Herard
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-07-30scsi: libiscsi: Annotate fall-throughBart Van Assche
2018-07-30scsi: libiscsi: Annotate locking assumptionsBart Van Assche
2018-07-12scsi: libiscsi: fix possible NULL pointer dereference in case of TMFVarun Prakash
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-05-29libiscsi: don't try to bypass SCSI EHChristoph Hellwig
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig