summaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-09-04scsi: core: Fix the return value of scsi_logical_block_count()Chaotian Jing1-1/+1
2024-07-27scsi: core: Fix a use-after-freeBart Van Assche1-0/+2
2024-07-05scsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal1-0/+2
2023-10-20scsi: core: Rename scsi_mq_done() into scsi_done() and export itBart Van Assche1-0/+2
2023-10-20scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche1-0/+7
2023-09-19scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby1-1/+1
2023-02-09scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressMike Christie1-0/+2
2023-02-01scsi: iscsi: Fix multiple iSCSI session unbind events sent to userspaceWenchao Hao1-0/+9
2022-10-26scsi: iscsi: Add recv workqueue helpersMike Christie1-0/+4
2022-10-26scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie1-1/+1
2022-10-15scsi: stex: Properly zero out the passthrough command structureLinus Torvalds1-1/+1
2022-08-17scsi: iscsi: Fix session removal on shutdownMike Christie1-1/+1
2022-08-17scsi: iscsi: Add helper to remove a session from the kernelMike Christie1-0/+1
2022-06-09scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gustavo A. R. Silva1-1/+2
2022-06-09scsi: iscsi: Fix harmless double shift bugDan Carpenter1-3/+3
2022-04-27scsi: iscsi: Fix NOP handling during conn recoveryMike Christie1-1/+1
2022-04-27scsi: iscsi: Merge suspend fieldsMike Christie1-4/+5
2022-04-27scsi: iscsi: Release endpoint ID when its freedMike Christie1-1/+1
2022-04-20scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie1-0/+2
2022-04-08scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter1-0/+1
2021-11-18scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne2-1/+2
2021-09-22scsi: core: Remove 'current_tag'Hannes Reinecke1-1/+0
2021-08-18scsi: core: Remove scsi_cmnd.tagJohn Garry1-1/+0
2021-08-12scsi: core: Add helper to return number of logical blocks in a requestMartin K. Petersen1-0/+7
2021-08-12scsi: core: Remove the request member from struct scsi_cmndBart Van Assche1-3/+0
2021-08-12scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2-10/+14
2021-08-12scsi: core: Introduce the scsi_cmd_to_rq() functionBart Van Assche1-0/+6
2021-07-31scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig1-0/+3
2021-07-31scsi: bsg: Simplify device registrationChristoph Hellwig1-0/+2
2021-07-29scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig1-2/+0
2021-07-29scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig1-0/+6
2021-07-29scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig1-2/+0
2021-07-29scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig1-1/+3
2021-07-29scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig1-1/+0
2021-07-22scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger2-3/+4
2021-07-21scsi: core: Make scsi_get_lba() return the LBAMartin K. Petersen1-5/+7
2021-07-21scsi: core: Introduce scsi_get_sector()Bart Van Assche1-0/+5
2021-07-21scsi: core: Add scsi_prot_ref_tag() helperMartin K. Petersen1-0/+7
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds14-173/+333
2021-06-10scsi: fc: FDMI enhancementJaved Hasan1-7/+48
2021-06-10scsi: libfc: Add FDMI-2 attributesJaved Hasan1-1/+24
2021-06-10scsi: fc: Correct RHBA attributes lengthJaved Hasan1-2/+2
2021-06-03scsi: core: Change the type of the second argument of scsi_host_complete_all_...Bart Van Assche1-1/+1
2021-06-03scsi: core: Introduce enums for the SAM and host status codesBart Van Assche3-76/+89
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche1-3/+9
2021-06-02Merge branch '5.14/scsi-result' into 5.14/scsi-stagingMartin K. Petersen4-46/+89
2021-06-02scsi: iscsi: Hold task ref during TMF timeout handlingMike Christie1-0/+1
2021-06-02scsi: iscsi: Fix conn use after free during resetsMike Christie1-6/+5
2021-06-02scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie1-0/+2
2021-06-02scsi: iscsi: Fix in-kernel conn failure handlingMike Christie1-1/+9