summaryrefslogtreecommitdiffstats
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: sd: Fix TCG OPAL unlock on system resumeDamien Le Moal2024-03-252-0/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-222-0/+79
|\
| * scsi: scsi_proto: Add structures and constants related to I/O groups and streamsBart Van Assche2024-02-261-0/+78
| * scsi: core: Query the Block Limits Extension VPD pageBart Van Assche2024-02-261-0/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-162-3/+51
|\ \
| * \ Merge patch series "scsi: Allow scsi_execute users to request retries"Martin K. Petersen2024-01-291-0/+48
| |\ \
| | * | scsi: core: Allow passthrough to request midlayer retriesMike Christie2024-01-291-0/+48
| | |/
| * / scsi: core: Move autosuspend timer delay to Scsi_HostPeter Wang2024-01-231-3/+3
| |/
* | scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen2024-02-151-4/+0
* | scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen2024-02-141-0/+1
|/
* scsi: sd: Fix system start for ATA devicesDamien Le Moal2023-11-241-0/+6
* scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal2023-11-241-3/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-11-022-17/+3
|\
| * scsi: core: Add comment to target_destroy in scsi_host_templateWenchao Hao2023-10-241-0/+3
| * scsi: libsas: Declare sas_discover_end_dev() staticDamien Le Moal2023-09-131-2/+0
| * scsi: libsas: Declare sas_set_phy_speed() staticDamien Le Moal2023-09-131-1/+0
| * scsi: libsas: Move local functions declarations to sas_internal.hDamien Le Moal2023-09-131-14/+0
* | Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-11-011-1/+0
|\ \
| * | scsi: Remove scsi device no_start_on_resume flagDamien Le Moal2023-10-031-1/+0
* | | scsi: sd: Introduce manage_shutdown device flagDamien Le Moal2023-10-271-2/+18
|/ /
* | Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-292-2/+5
|\ \
| * | scsi: Do not attempt to rescan suspended devicesDamien Le Moal2023-09-281-1/+1
| * | scsi: sd: Differentiate system and runtime start/stop managementDamien Le Moal2023-09-281-1/+4
| |/
* / scsi: core: ata: Do no try to probe for CDL on old drivesDamien Le Moal2023-09-211-0/+3
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-09-091-1/+1
|\
| * scsi: core: Improve type safety of scsi_rescan_device()Bart Van Assche2023-08-241-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-09-023-32/+3
|\|
| * Merge patch series "libsas: Some tidy-up"Martin K. Petersen2023-08-241-28/+1
| |\
| | * scsi: libsas: Delete sas_ata_task.retry_countJohn Garry2023-08-211-2/+0
| | * scsi: libsas: Delete sas_ata_task.stp_affil_polJohn Garry2023-08-211-1/+0
| | * scsi: libsas: Delete sas_ata_task.set_affil_polJohn Garry2023-08-211-1/+0
| | * scsi: libsas: Delete sas_ssp_task.task_prioJohn Garry2023-08-211-1/+0
| | * scsi: libsas: Delete sas_ssp_task.enable_first_burstJohn Garry2023-08-211-1/+0
| | * scsi: libsas: Delete sas_ssp_task.retry_countJohn Garry2023-08-211-2/+0
| | * scsi: libsas: Delete struct scsi_coreJohn Garry2023-08-211-6/+1
| | * scsi: libsas: Delete enum sas_phy_typeJohn Garry2023-08-211-6/+0
| | * scsi: libsas: Delete enum sas_classJohn Garry2023-08-211-7/+0
| | * scsi: libsas: Delete sas_ha_struct.lldd_moduleJohn Garry2023-08-211-1/+0
| * | Merge patch series "Returning FIS on success for CDL"Martin K. Petersen2023-08-241-0/+1
| |\ \
| | * | scsi: libsas: Add return_fis_on_success to sas_ata_taskIgor Pylypiv2023-08-211-0/+1
| | |/
| * | scsi: core: Use 32-bit hostnum in scsi_host_lookup()Tony Battersby2023-08-211-1/+1
| * | scsi: libsas: Remove unused declarationsYue Haibing2023-08-211-2/+0
| * | scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface()YueHaibing2023-07-251-1/+0
| |/
* / ata,scsi: do not issue START STOP UNIT on resumeDamien Le Moal2023-08-021-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-305-7/+42
|\
| * Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen2023-06-161-1/+1
| |\
| | * scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck2023-06-161-1/+1
| * | Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen2023-05-311-0/+6
| |\ \
| | * | scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche2023-05-311-0/+6
| | |/
| * | Merge patch series "Add Command Duration Limits support"Martin K. Petersen2023-05-222-6/+17
| |\ \