aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Merge 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-09scsi: fc: Correct RHBA attributes lengthJaved Hasan1-2/+2
2021-06-02scsi: core: Change the type of the second argument of scsi_host_complete_all_commands()Bart Van Assche1-1/+1
2021-06-02scsi: 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
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie1-0/+1
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie2-0/+2
2021-06-02scsi: iscsi: Add task completion helperMike Christie1-0/+7
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke3-22/+21
2021-05-31scsi: core: Drop message byte helperHannes Reinecke2-7/+1
2021-05-31scsi: core: Add scsi_msg_to_host_byte()Hannes Reinecke1-0/+26
2021-05-31scsi: core: Add get_{status,host}_byte() accessor functionsHannes Reinecke1-0/+10
2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke3-20/+2
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-0/+11
2021-05-31scsi: core: Introduce scsi_status_is_check_condition()Hannes Reinecke1-0/+15
2021-05-31scsi: core: Introduce scsi_build_sense()Hannes Reinecke1-0/+3
2021-05-31scsi: core: Stop using DRIVER_ERRORHannes Reinecke1-2/+5
2021-05-28RDMA/srp: Apply the __packed attribute to members instead of structuresBart Van Assche1-17/+9
2021-05-21scsi: Fix spelling mistakes in header filesZhen Lei4-6/+6
2021-05-15scsi: target: core: Add the VERSION DESCRIPTOR fields to the INQUIRY dataKonstantin Shelekhin1-0/+12
2021-05-10scsi: core: Treat device offline as a failureJason Yan1-26/+28
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-49/+76
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2-10/+3
2021-04-27Fix misc new gcc warningsLinus Torvalds1-1/+1
2021-04-15scsi: core: Introduce enum scsi_dispositionBart Van Assche3-12/+14
2021-04-15scsi: core: Remove an incorrect commentBart Van Assche1-1/+1
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig2-10/+3
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-0/+1
2021-04-01scsi: fcoe: Fix mismatched fcoe_wwn_from_mac declarationArnd Bergmann1-1/+1
2021-03-29scsi: core: scsi_host_cmd_pool is declared twiceWan Jiabing1-1/+0
2021-03-29scsi: iscsi: Fix race condition between login and sync threadGulam Mohamed1-0/+1
2021-03-24scsi: scsi_dh: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-04scsi: core: Add mq_poll support to SCSI layerKashyap Desai2-0/+12
2021-03-04scsi: core: Replace sdev->device_busy with sbitmapMing Lei1-2/+3
2021-03-04scsi: core: Add scsi_device_busy() wrapperMing Lei1-0/+5
2021-03-04scsi: core: Put hot fields of scsi_host_template in one cachelineMing Lei1-33/+39
2021-03-04scsi: blk-mq: Add callbacks for storing & retrieving budget tokenMing Lei1-0/+2
2021-02-08scsi: libiscsi: Add helper to calculate max SCSI cmds per sessionMike Christie1-0/+2
2021-02-08scsi: libiscsi: Drop taskqueuelockMike Christie1-2/+2
2021-01-22scsi: libsas: Remove temporarily-added _gfp() API variantsAhmed S. Darwish1-4/+0
2021-01-22scsi: libsas: Add gfp_t flags parameter to event notificationsAhmed S. Darwish1-2/+4
2021-01-22scsi: libsas: Introduce a _gfp() variant of event notifiersAhmed S. Darwish1-0/+4
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry1-4/+3