index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
libsas
/
sas_expander.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-05-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-8
/
+30
2024-04-20
Merge patch series "scsi: libsas: Fix the failure of adding phy with zero-add...
Martin K. Petersen
1
-8
/
+30
2024-04-20
scsi: libsas: Fix the failure of adding phy with zero-address to port
Xingui Yang
1
-2
/
+1
2024-04-20
scsi: libsas: Set port when ex_phy is added or deleted
Xingui Yang
1
-2
/
+5
2024-04-20
scsi: libsas: Move sas_add_parent_port() to sas_expander.c
Xingui Yang
1
-2
/
+17
2024-04-20
scsi: libsas: Add helper for port add ex_phy
Xingui Yang
1
-3
/
+8
2024-04-01
scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGN
Yihang Li
1
-1
/
+1
2024-03-10
scsi: libsas: Fix disk not being scanned in after being removed
Xingui Yang
1
-10
/
+22
2024-03-10
scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type()
Xingui Yang
1
-7
/
+12
2023-08-21
scsi: libsas: Delete struct scsi_core
John Garry
1
-1
/
+1
2023-05-08
scsi: libsas: factor out sas_check_fanout_expander_topo()
Jason Yan
1
-10
/
+18
2023-05-08
scsi: libsas: Remove an empty branch in sas_check_parent_topology()
Jason Yan
1
-23
/
+33
2023-05-08
scsi: libsas: Simplify sas_check_eeds()
Jason Yan
1
-20
/
+20
2022-12-30
scsi: libsas: Factor out sas_ex_add_dev()
Jason Yan
1
-29
/
+39
2022-12-30
scsi: libsas: Factor out sas_ata_add_dev()
Jason Yan
1
-52
/
+2
2022-12-30
scsi: libsas: Remove useless dev_list delete in sas_ex_discover_end_dev()
Jason Yan
1
-3
/
+0
2022-11-26
scsi: libsas: Add smp_ata_check_ready_type()
Jie Zhan
1
-2
/
+2
2022-10-18
scsi: libsas: Use sas_phy_match_port_addr() instead of open coding it
Jason Yan
1
-2
/
+1
2022-10-18
scsi: libsas: Use sas_phy_addr_match() instead of open coding it
Jason Yan
1
-2
/
+1
2022-10-18
scsi: libsas: Use sas_phy_match_dev_addr() instead of open coding it
Jason Yan
1
-12
/
+6
2022-10-18
scsi: libsas: Introduce sas_find_attached_phy_id() helper
Jason Yan
1
-0
/
+16
2022-09-25
scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()
Duoming Zhou
1
-1
/
+1
2022-06-10
scsi: libsas: Introduce struct smp_rps_resp
Damien Le Moal
1
-2
/
+2
2022-06-10
scsi: libsas: Introduce struct smp_rg_resp
Damien Le Moal
1
-18
/
+13
2022-06-10
scsi: libsas: Introduce struct smp_disc_resp
Damien Le Moal
1
-18
/
+14
2022-02-19
scsi: libsas: Move SMP task handlers to core
John Garry
1
-22
/
+2
2021-12-22
scsi: libsas: Resume host while sending SMP I/Os
Xiang Chen
1
-0
/
+3
2021-07-20
scsi: libsas: Allow libsas to include SCSI header files directly
Jason Yan
1
-1
/
+1
2021-06-02
scsi: libsas: Introduce more SAM status code aliases in enum exec_status
Bart Van Assche
1
-1
/
+1
2021-04-06
scsi: libsas: Clean up whitespace
Luo Jiaxing
1
-6
/
+7
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-24
scsi: libsas: Remove redundant assignment to variable res
Colin Ian King
1
-1
/
+1
2019-12-21
scsi: libsas: Tidy SAS address print format
John Garry
1
-2
/
+2
2019-07-11
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-56
/
+15
2019-06-20
scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()
John Garry
1
-19
/
+10
2019-06-18
scsi: libsas: no need to join wide port again in sas_ex_discover_dev()
Jason Yan
1
-22
/
+4
2019-05-29
scsi: libsas: delete sas port if expander discover failed
Jason Yan
1
-0
/
+2
2019-05-21
scsi: libsas: switch remaining files to SPDX tags
Christoph Hellwig
1
-15
/
+1
2019-04-15
scsi: libsas: Print expander PHY indexes in decimal
John Garry
1
-22
/
+22
2019-04-15
scsi: libsas: Do discovery on empty PHY to update PHY info
John Garry
1
-0
/
+5
2019-04-15
scsi: libsas: Improve vague log in SAS rediscovery
John Garry
1
-6
/
+14
2019-04-15
scsi: libsas: Try to retain programmed min linkrate for SATA min pathway unma...
John Garry
1
-1
/
+6
2019-04-15
scsi: libsas: Stop hardcoding SAS address length
John Garry
1
-7
/
+8
2019-03-09
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-5
/
+33
2019-02-15
scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attached
John Garry
1
-0
/
+2
2019-01-29
scsi: libsas: Remove scsi_to_u32()
Bart Van Assche
1
-4
/
+5
2019-01-11
scsi: libsas: Support SATA PHY connection rate unmatch fixing during discovery
John Garry
1
-0
/
+20
2019-01-11
scsi: libsas: Check SMP PHY control function result
John Garry
1
-1
/
+8
2018-11-15
scsi: libsas: Drop SAS_DPRINTK() and revise logs levels
John Garry
1
-114
/
+100
[next]