summaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas/sas_scsi_host.c
AgeCommit message (Expand)Author
2024-04-11scsi: libata: Switch to using ->device_configureChristoph Hellwig
2023-08-30scsi: libsas: Simplify sas_queue_reset() and remove unused codeWenchao Hao
2023-08-21scsi: libsas: Delete sas_ssp_task.retry_countJohn Garry
2023-08-21scsi: libsas: Delete struct scsi_coreJohn Garry
2023-06-05ata: libata-sata: Simplify ata_change_queue_depth()Damien Le Moal
2022-09-28ata: libata-sata: Fix device queue depth controlDamien Le Moal
2022-03-14scsi: hisi_sas: Use libsas internal abort supportJohn Garry
2022-03-14scsi: libsas: Add sas_execute_internal_abort_dev()John Garry
2022-03-14scsi: libsas: Add sas_execute_internal_abort_single()John Garry
2022-02-22scsi: libsas: Add sas_execute_ata_cmd()John Garry
2022-02-19scsi: libsas: Add sas_abort_task()John Garry
2022-02-19scsi: libsas: Add sas_query_task()John Garry
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry
2022-02-19scsi: libsas: Add TMF handler exec complete callbackJohn Garry
2022-02-19scsi: libsas: Add sas_execute_ssp_tmf()John Garry
2022-02-19scsi: libsas: Add sas_execute_tmf()John Garry
2022-02-19scsi: libsas: Move SMP task handlers to coreJohn Garry
2022-02-19scsi: libsas: Delete SAS_SG_ERRJohn Garry
2022-02-19scsi: libsas: Handle non-TMF codes in sas_scsi_find_task()John Garry
2022-02-11scsi: libsas: Remove unused parameter for function sas_ata_eh()Xiang Chen
2021-12-16scsi: libsas: Decode SAM status and host byte codesJohn Garry
2021-10-16scsi: libsas: Call scsi_done() directlyBart Van Assche
2021-09-13scsi: libsas: Co-locate exports with symbolsJohn Garry
2021-08-11scsi: libsas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-07-20scsi: libsas: Allow libsas to include SCSI header files directlyJason Yan
2021-06-22scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-21scsi: libsas: Tidy SAS address print formatJohn Garry
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-07-11scsi: libsas: remove the exporting of sas_wait_ehDenis Efremov
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59Thomas Gleixner
2019-05-21scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig
2019-02-08scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-11-15scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei
2018-03-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-03-12scsi: libsas: defer ata device eh commands to libataJason Yan
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-01-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-01-10scsi: libsas: Disable asynchronous aborts for SATA devicesHannes Reinecke
2018-01-03scsi: libsas: remove private hex2bin() implementationAndy Shevchenko
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook
2017-08-25scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke