Age | Commit message (Expand) | Author |
2023-09-13 | scsi: libsas: Move local functions declarations to sas_internal.h | Damien Le Moal |
2023-08-21 | scsi: libsas: Remove unused declarations | Yue Haibing |
2022-11-26 | scsi: libsas: Add smp_ata_check_ready_type() | Jie Zhan |
2022-10-18 | scsi: libsas: Introduce SAS address comparison helpers | Jason Yan |
2022-10-18 | scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() private | John Garry |
2022-06-10 | scsi: libsas: Introduce struct smp_rps_resp | Damien Le Moal |
2022-02-27 | scsi: libsas: Use bool for queue_work() return code | John Garry |
2022-02-27 | scsi: libsas: Make sas_notify_{phy,port}_event() return void | John Garry |
2022-02-19 | scsi: libsas: Add sas_execute_tmf() | John Garry |
2022-02-19 | scsi: libsas: Move SMP task handlers to core | John Garry |
2021-12-22 | scsi: libsas: Refactor sas_queue_deferred_work() | Xiang Chen |
2021-12-22 | scsi: libsas: Resume host while sending SMP I/Os | Xiang Chen |
2021-01-22 | scsi: libsas: Remove temporarily-added _gfp() API variants | Ahmed S. Darwish |
2021-01-22 | scsi: libsas: Add gfp_t flags parameter to event notifications | Ahmed S. Darwish |
2021-01-22 | scsi: libsas: Introduce a _gfp() variant of event notifiers | Ahmed S. Darwish |
2021-01-22 | scsi: libsas: Remove notifier indirection | John Garry |
2019-12-21 | scsi: libsas: Tidy SAS address print format | John Garry |
2019-07-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59 | Thomas Gleixner |
2019-05-21 | scsi: libsas: switch remaining files to SPDX tags | Christoph Hellwig |
2018-11-15 | scsi: libsas: Drop SAS_DPRINTK() and revise logs levels | John Garry |
2018-11-15 | scsi: libsas: Drop sas_printk() | John Garry |
2018-11-15 | scsi: libsas: Use pr_fmt(fmt) | John Garry |
2018-01-10 | scsi: libsas: direct call probe and destruct | Jason Yan |
2018-01-08 | scsi: libsas: Use dynamic alloced work to avoid sas event lost | Jason Yan |
2017-08-29 | scsi: scsi_transport_sas: switch to bsg-lib for SMP passthrough | Christoph Hellwig |
2017-06-27 | scsi: sas: scsi_queue_work can fail, so make callers aware | Johannes Thumshirn |
2017-02-06 | scsi: libsas: remove sas_scsi_timed_out | Christoph Hellwig |
2014-11-27 | libsas: remove task_collector mode | Christoph Hellwig |
2013-05-10 | [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device... | James Bottomley |
2012-08-24 | [SCSI] libsas: suspend / resume support | Dan Williams |
2012-04-23 | [SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_work | Dan Williams |
2012-02-29 | [SCSI] libsas: set attached device type and target protocols for local phys | Dan Williams |
2012-02-29 | [SCSI] libsas: async ata scanning | Dan Williams |
2012-02-29 | [SCSI] libsas: let libata recover links that fail to transmit initial sig-fis | Dan Williams |
2012-02-29 | [SCSI] libsas: fix sas_unregister_ports vs sas_drain_work | Dan Williams |
2012-02-29 | [SCSI] libsas: route local link resets through ata-eh | Dan Williams |
2012-02-29 | [SCSI] libsas: fix sas_find_local_phy(), take phy references | Dan Williams |
2012-02-29 | [SCSI] libsas: poll for ata device readiness after reset | Dan Williams |
2012-02-19 | [SCSI] libsas: sas_phy_enable via transport_sas_phy_reset | Dan Williams |
2012-02-19 | [SCSI] libsas: execute transport link resets with libata-eh via host workqueue | Dan Williams |
2012-02-19 | [SCSI] libsas: perform sas-transport resets in shost->workq context | Dan Williams |
2012-02-19 | [SCSI] libsas: fix timeout vs completion race | Dan Williams |
2012-02-19 | [SCSI] libsas: prevent domain rediscovery competing with ata error handling | Dan Williams |
2012-02-19 | [SCSI] libsas: introduce sas_drain_work() | Dan Williams |
2012-02-19 | [SCSI] libsas: convert ha->state to flags | Dan Williams |
2012-02-19 | [SCSI] libsas: replace event locks with atomic bitops | Dan Williams |
2012-02-19 | [SCSI] libsas: fix domain_device leak | Dan Williams |
2011-05-26 | [SCSI] libsas: fix/amend device gone notification in sas_deform_port() | Dan Williams |
2011-01-24 | [SCSI] libsas: convert to standard kernel debugging | James Bottomley |