summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas (follow)
Commit message (Expand)AuthorAgeFilesLines
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-09-191-2/+2
|\
| * scsi: Expand all create*_workqueue() invocationsBart Van Assche2024-08-231-2/+2
* | ata: libata: Remove ata_noop_qc_prep()Damien Le Moal2024-08-021-1/+0
|/
* Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2024-07-172-13/+11
|\
| * ata,scsi: Remove wrapper ata_sas_port_alloc()Niklas Cassel2024-07-041-11/+9
| * ata,scsi: Remove wrappers ata_sas_tport_{add,delete}()Niklas Cassel2024-07-042-2/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-07-021-0/+14
|\ \ | |/ |/|
| * scsi: libsas: Fix exp-attached device scan after probe failure scanned in aga...Xingui Yang2024-06-271-0/+14
* | ata,scsi: libata-core: Do not leak memory for ata_port struct membersNiklas Cassel2024-06-302-4/+4
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-154-26/+118
|\
| * Merge patch series "scsi: libsas: Fix the failure of adding phy with zero-add...Martin K. Petersen2024-04-202-23/+30
| |\
| | * scsi: libsas: Fix the failure of adding phy with zero-address to portXingui Yang2024-04-201-2/+1
| | * scsi: libsas: Set port when ex_phy is added or deletedXingui Yang2024-04-201-2/+5
| | * scsi: libsas: Move sas_add_parent_port() to sas_expander.cXingui Yang2024-04-202-17/+17
| | * scsi: libsas: Add helper for port add ex_phyXingui Yang2024-04-201-3/+8
| * | scsi: libata: Switch to using ->device_configureChristoph Hellwig2024-04-121-3/+4
| * | scsi: libsas: Fix declaration of ncq priority attributesDamien Le Moal2024-03-281-5/+7
| * | Merge patch series "NCQ Priority sysfs sttributes for libsas"Martin K. Petersen2024-03-251-0/+82
| |\ \
| | * | scsi: libsas: Define NCQ Priority sysfs attributes for SATA devicesIgor Pylypiv2024-03-251-0/+82
| | |/
* | / scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGNYihang Li2024-04-021-1/+1
|/ /
* | scsi: libsas: Fix disk not being scanned in after being removedXingui Yang2024-03-101-10/+22
* | scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()Xingui Yang2024-03-101-7/+12
|/
* scsi: libsas: Declare sas_discover_end_dev() staticDamien Le Moal2023-09-141-1/+1
* scsi: libsas: Declare sas_set_phy_speed() staticDamien Le Moal2023-09-141-2/+2
* scsi: libsas: Move local functions declarations to sas_internal.hDamien Le Moal2023-09-141-0/+12
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-09-091-38/+3
|\
| * scsi: libsas: Simplify sas_queue_reset() and remove unused codeWenchao Hao2023-08-311-38/+3
* | Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-09-052-8/+3
|\ \ | |/ |/|
| * ata,scsi: remove ata_sas_port_init()Niklas Cassel2023-08-021-3/+0
| * ata,scsi: cleanup __ata_port_probe()Hannes Reinecke2023-08-021-1/+1
| * ata,scsi: remove ata_sas_port_destroy()Hannes Reinecke2023-08-022-2/+2
| * ata,scsi: remove ata_sas_port_{start,stop} callbacksHannes Reinecke2023-08-021-2/+0
* | Merge patch series "libsas: Some tidy-up"Martin K. Petersen2023-08-258-37/+33
|\ \
| * | scsi: libsas: Delete sas_ssp_task.retry_countJohn Garry2023-08-212-2/+0
| * | scsi: libsas: Delete struct scsi_coreJohn Garry2023-08-218-33/+33
| * | scsi: libsas: Delete enum sas_classJohn Garry2023-08-212-3/+0
| |/
* | Merge patch series "Returning FIS on success for CDL"Martin K. Petersen2023-08-251-0/+3
|\ \
| * | scsi: libsas: Add return_fis_on_success to sas_ata_taskIgor Pylypiv2023-08-211-0/+3
| |/
* / scsi: libsas: Remove unused declarationsYue Haibing2023-08-211-7/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-53/+71
|\
| * scsi: libsas: factor out sas_check_fanout_expander_topo()Jason Yan2023-05-081-10/+18
| * scsi: libsas: Remove an empty branch in sas_check_parent_topology()Jason Yan2023-05-081-23/+33
| * scsi: libsas: Simplify sas_check_eeds()Jason Yan2023-05-081-20/+20
* | ata: libata-sata: Simplify ata_change_queue_depth()Damien Le Moal2023-06-051-2/+1
|/
* scsi: libsas: Abort all in-flight requests when device is goneJason Yan2023-04-031-0/+29
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-02-223-105/+114
|\
| * scsi: libsas: Fix an error code in sas_ata_add_dev()Dan Carpenter2023-01-121-1/+1
| * Merge patch series "scsi: libsas: Some coding style fixes and cleanups"Martin K. Petersen2022-12-303-105/+114
| |\
| | * scsi: libsas: Factor out sas_ex_add_dev()Jason Yan2022-12-301-29/+39