summaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)Author
2023-10-19scsi: core: Rename scsi_mq_done() into scsi_done() and export itBart Van Assche
2023-10-19scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche
2023-09-19scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby
2023-02-09scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressMike Christie
2023-02-01scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspaceWenchao Hao
2022-10-26scsi: iscsi: Add recv workqueue helpersMike Christie
2022-10-26scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie
2022-10-15scsi: stex: Properly zero out the passthrough command structureLinus Torvalds
2022-08-17scsi: iscsi: Fix session removal on shutdownMike Christie
2022-08-17scsi: iscsi: Add helper to remove a session from the kernelMike Christie
2022-06-09scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gustavo A. R. Silva
2022-06-09scsi: iscsi: Fix harmless double shift bugDan Carpenter
2022-04-27scsi: iscsi: Fix NOP handling during conn recoveryMike Christie
2022-04-27scsi: iscsi: Merge suspend fieldsMike Christie
2022-04-27scsi: iscsi: Release endpoint ID when its freedMike Christie
2022-04-20scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie
2022-04-08scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter
2021-11-18scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne
2021-09-22scsi: core: Remove 'current_tag'Hannes Reinecke
2021-08-17scsi: core: Remove scsi_cmnd.tagJohn Garry
2021-08-11scsi: core: Add helper to return number of logical blocks in a requestMartin K. Petersen
2021-08-11scsi: core: Remove the request member from struct scsi_cmndBart Van Assche
2021-08-11scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-08-11scsi: core: Introduce the scsi_cmd_to_rq() functionBart Van Assche
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig
2021-07-28scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig
2021-07-28scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig
2021-07-28scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig
2021-07-21scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger
2021-07-20scsi: core: Make scsi_get_lba() return the LBAMartin K. Petersen
2021-07-20scsi: core: Introduce scsi_get_sector()Bart Van Assche
2021-07-20scsi: core: Add scsi_prot_ref_tag() helperMartin K. Petersen
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-06-10scsi: fc: FDMI enhancementJaved Hasan
2021-06-10scsi: libfc: Add FDMI-2 attributesJaved Hasan
2021-06-09scsi: fc: Correct RHBA attributes lengthJaved Hasan
2021-06-02scsi: core: Change the type of the second argument of scsi_host_complete_all_...Bart Van Assche
2021-06-02scsi: core: Introduce enums for the SAM and host status codesBart Van Assche
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen
2021-06-02scsi: iscsi: Hold task ref during TMF timeout handlingMike Christie
2021-06-02scsi: iscsi: Fix conn use after free during resetsMike 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: Stop queueing during ep_disconnectMike Christie
2021-06-02scsi: iscsi: Add task completion helperMike Christie