summaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-08-29scsi: core: Fix the return value of scsi_logical_block_count()Chaotian Jing1-1/+1
2024-06-21scsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal1-0/+2
2024-04-13scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen1-0/+1
2024-04-13Revert "scsi: core: Add struct for args to execution functions"Greg Kroah-Hartman1-37/+14
2024-04-13Revert "scsi: sd: usb_storage: uas: Access media prior to querying device pro...Greg Kroah-Hartman1-1/+0
2024-04-03scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2-0/+2
2024-03-06scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen1-0/+1
2024-03-06scsi: core: Add struct for args to execution functionsMike Christie1-14/+37
2024-03-01scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen1-4/+0
2023-12-08scsi: sd: Fix system start for ATA devicesDamien Le Moal1-0/+6
2023-12-08scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal1-3/+3
2023-11-02scsi: sd: Introduce manage_shutdown device flagDamien Le Moal1-2/+18
2023-10-10scsi: Do not attempt to rescan suspended devicesDamien Le Moal1-1/+1
2023-10-10scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche1-1/+1
2023-10-10scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal1-1/+4
2023-10-10ata,scsi: do not issue START STOP UNIT on resumeDamien Le Moal1-0/+1
2023-09-13scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby1-1/+1
2023-05-11scsi: libsas: Add sas_ata_device_link_abort()John Garry1-0/+6
2023-03-22scsi: core: Add BLIST_NO_VPD_SIZE for some VDASDLee Duncan2-3/+5
2023-02-25scsi: libsas: Add smp_ata_check_ready_type()Jie Zhan1-0/+6
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-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-7/+8
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2022-09-25scsi: stex: Properly zero out the passthrough command structureLinus Torvalds1-1/+1
2022-09-25scsi: core: Add I/O timeout count for SCSI deviceWu Bo1-0/+1
2022-09-07scsi: core: Remove useless host error codesMike Christie1-6/+6
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche1-0/+2
2022-09-01scsi: core: Revert "Make sure that targets outlive devices"Bart Van Assche1-2/+0
2022-09-01scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche1-3/+0
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-1/+1
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-0/+5
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-0/+1
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-29/+31
2022-08-02scsi: core: Make sure that hosts outlive targetsMing Lei1-0/+3
2022-08-02scsi: core: Make sure that targets outlive devicesBart Van Assche1-0/+2
2022-07-19scsi: sd: allow max_sectors be capped at DMA optimal size limitJohn Garry1-0/+1
2022-07-14scsi/core: Use the new blk_opf_t typeBart Van Assche1-1/+1
2022-07-14scsi/core: Improve static type checkingBart Van Assche1-2/+2
2022-07-06blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry1-1/+1
2022-06-22scsi: libiscsi: Improve conn_send_pdu APIMike Christie1-3/+0
2022-06-22scsi: iscsi: Remove iscsi_get_task back_lock requirementMike Christie1-1/+1
2022-06-22scsi: iscsi: Add recv workqueue helpersMike Christie1-0/+4
2022-06-22scsi: iscsi: Rename iscsi_conn_queue_work()Mike Christie1-1/+1
2022-06-22scsi: iscsi: Fix session removal on shutdownMike Christie1-1/+1
2022-06-22scsi: iscsi: Add helper to remove a session from the kernelMike Christie1-0/+1
2022-06-17scsi: iscsi: Make iscsi_unregister_transport() return voidMax Gurtovoy1-1/+1
2022-06-10scsi: libsas: Introduce struct smp_rps_respDamien Le Moal2-7/+3
2022-06-10scsi: libsas: Introduce struct smp_rg_respDamien Le Moal1-0/+8
2022-06-10scsi: libsas: Introduce struct smp_disc_respDamien Le Moal1-16/+12