summaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
6 daysscsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal1-0/+2
2024-03-25scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2-0/+2
2024-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-0/+79
2024-03-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+51
2024-02-27scsi: scsi_proto: Add structures and constants related to I/O groups and streamsBart Van Assche1-0/+78
2024-02-27scsi: core: Query the Block Limits Extension VPD pageBart Van Assche1-0/+1
2024-02-15scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen1-4/+0
2024-02-14scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen1-0/+1
2024-01-30Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen1-0/+48
2024-01-30scsi: core: Allow passthrough to request midlayer retriesMike Christie1-0/+48
2024-01-24scsi: core: Move autosuspend timer delay to Scsi_HostPeter Wang1-3/+3
2023-11-25scsi: sd: Fix system start for ATA devicesDamien Le Moal1-0/+6
2023-11-25scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal1-3/+3
2023-11-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-17/+3
2023-11-02Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-1/+0
2023-10-27scsi: sd: Introduce manage_shutdown device flagDamien Le Moal1-2/+18
2023-10-25scsi: core: Add comment to target_destroy in scsi_host_templateWenchao Hao1-0/+3
2023-10-03scsi: Remove scsi device no_start_on_resume flagDamien Le Moal1-1/+0
2023-09-29Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2-2/+5
2023-09-28scsi: Do not attempt to rescan suspended devicesDamien Le Moal1-1/+1
2023-09-28scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal1-1/+4
2023-09-22scsi: core: ata: Do no try to probe for CDL on old drivesDamien Le Moal1-0/+3
2023-09-14scsi: libsas: Declare sas_discover_end_dev() staticDamien Le Moal1-2/+0
2023-09-14scsi: libsas: Declare sas_set_phy_speed() staticDamien Le Moal1-1/+0
2023-09-14scsi: libsas: Move local functions declarations to sas_internal.hDamien Le Moal1-14/+0
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2023-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-32/+3
2023-08-25scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche1-1/+1
2023-08-25Merge patch series "libsas: Some tidy-up"Martin K. Petersen1-28/+1
2023-08-25Merge patch series "Returning FIS on success for CDL"Martin K. Petersen1-0/+1
2023-08-22scsi: libsas: Delete sas_ata_task.retry_countJohn Garry1-2/+0
2023-08-22scsi: libsas: Delete sas_ata_task.stp_affil_polJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ata_task.set_affil_polJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry1-1/+0
2023-08-22scsi: libsas: Delete sas_ssp_task.retry_countJohn Garry1-2/+0
2023-08-22scsi: libsas: Delete struct scsi_coreJohn Garry1-6/+1
2023-08-22scsi: libsas: Delete enum sas_phy_typeJohn Garry1-6/+0
2023-08-22scsi: libsas: Delete enum sas_classJohn Garry1-7/+0
2023-08-22scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry1-1/+0
2023-08-22scsi: libsas: Add return_fis_on_success to sas_ata_taskIgor Pylypiv1-0/+1
2023-08-21scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby1-1/+1
2023-08-21scsi: libsas: Remove unused declarationsYue Haibing1-2/+0
2023-08-02ata,scsi: do not issue START STOP UNIT on resumeDamien Le Moal1-0/+1
2023-07-26scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface()YueHaibing1-1/+0
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-7/+42
2023-06-16Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen1-1/+1
2023-06-16scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck1-1/+1
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig1-1/+1
2023-06-12scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple boolChristoph Hellwig1-1/+1