summaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-31Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen1-0/+6
2023-05-31scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche1-0/+6
2023-05-23Merge patch series "Add Command Duration Limits support"Martin K. Petersen2-6/+17
2023-05-23scsi: core: Allow enabling and disabling command duration limitsDamien Le Moal1-0/+2
2023-05-23scsi: core: Detect support for command duration limitsDamien Le Moal1-0/+3
2023-05-23scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal1-2/+3
2023-05-23scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal1-4/+4
2023-05-23scsi: core: Allow libata to complete successful commands via EHNiklas Cassel1-0/+5
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen2-0/+18
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2023-04-12scsi: Add support for block PR read keys/reservationMike Christie2-0/+6
2023-04-12scsi: Move sd_pr_type to scsi_commonMike Christie1-0/+12
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2-3/+5
2023-04-01Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2-3/+5
2023-03-25scsi: iscsi: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-25scsi: core: Declare SCSI host template pointer members constBart Van Assche2-3/+3
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-4/+2
2023-03-10scsi: core: Add BLIST_NO_VPD_SIZE for some VDASDLee Duncan2-3/+5
2023-03-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-1/+4
2023-02-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-24/+35
2023-02-22scsi: core: Extend struct scsi_exec_argsBart Van Assche1-0/+1
2023-02-22scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra1-1/+3
2023-01-19scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddressMike Christie1-0/+2
2023-01-19Merge patch series "scsi: Add struct for args to execution functions"Martin K. Petersen1-23/+15
2023-01-19scsi: core: Remove scsi_execute_req()/scsi_execute() functionsMike Christie1-31/+0
2023-01-14scsi: core: Add struct for args to execution functionsMike Christie1-14/+37
2022-12-30Merge patch series "scsi: libsas: Some coding style fixes and cleanups"Martin K. Petersen2-1/+20
2022-12-30scsi: libsas: Factor out sas_ata_add_dev()Jason Yan1-0/+9
2022-12-30scsi: libsas: Change the coding style of sas_discover_sata()Jason Yan2-1/+11
2022-12-30Merge branch '6.2/scsi-queue' into 6.2/scsi-fixesMartin K. Petersen1-0/+9