aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-16scsi: core: Remove two host template members that are no longer usedBart Van Assche2-12/+0
2021-10-16scsi: core: Register sysfs attributes earlierBart Van Assche2-0/+19
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-1/+1
2021-10-16scsi: core: Call scsi_done directlyBart Van Assche2-5/+1
2021-10-16scsi: core: Rename scsi_mq_done() into scsi_done() and export itBart Van Assche1-0/+2
2021-10-16scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche1-0/+7
2021-10-12scsi: libsas: Export sas_phy_enable()Luo Jiaxing1-0/+1
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen1-1/+0
2021-09-28scsi: core: Delete scsi_{get,free}_host_dev()John Garry1-10/+0
2021-09-22scsi: core: Remove 'current_tag'Hannes Reinecke1-1/+0
2021-09-21scsi: core: Remove include <scsi/scsi_host.h> from scsi_cmnd.hBart Van Assche1-1/+0
2021-08-17scsi: core: Remove scsi_cmnd.tagJohn Garry1-1/+0
2021-08-11scsi: core: Add helper to return number of logical blocks in a requestMartin K. Petersen1-0/+7
2021-08-11scsi: core: Remove the request member from struct scsi_cmndBart Van Assche1-3/+0
2021-08-11scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2-10/+14
2021-08-11scsi: core: Introduce the scsi_cmd_to_rq() functionBart Van Assche1-0/+6
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig1-0/+3
2021-07-30scsi: bsg: Simplify device registrationChristoph Hellwig1-0/+2
2021-07-28scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig1-2/+0
2021-07-28scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig1-0/+6
2021-07-28scsi: scsi_ioctl: Remove scsi_req_init()Christoph Hellwig1-2/+0
2021-07-28scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig1-1/+3
2021-07-28scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig1-1/+0
2021-07-21scsi: core: Add new flag BLIST_IGN_MEDIA_CHANGEMartin Kepplinger2-3/+4
2021-07-20scsi: core: Make scsi_get_lba() return the LBAMartin K. Petersen1-5/+7
2021-07-20scsi: core: Introduce scsi_get_sector()Bart Van Assche1-0/+5
2021-07-20scsi: core: Add scsi_prot_ref_tag() helperMartin K. Petersen1-0/+7
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