index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
libsas
/
sas_expander.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: libsas: Introduce struct smp_rps_resp
Damien Le Moal
2022-06-10
1
-2
/
+2
*
scsi: libsas: Introduce struct smp_rg_resp
Damien Le Moal
2022-06-10
1
-18
/
+13
*
scsi: libsas: Introduce struct smp_disc_resp
Damien Le Moal
2022-06-10
1
-18
/
+14
*
scsi: libsas: Move SMP task handlers to core
John Garry
2022-02-19
1
-22
/
+2
*
scsi: libsas: Resume host while sending SMP I/Os
Xiang Chen
2021-12-23
1
-0
/
+3
*
scsi: libsas: Allow libsas to include SCSI header files directly
Jason Yan
2021-07-21
1
-1
/
+1
*
scsi: libsas: Introduce more SAM status code aliases in enum exec_status
Bart Van Assche
2021-06-02
1
-1
/
+1
*
scsi: libsas: Clean up whitespace
Luo Jiaxing
2021-04-06
1
-6
/
+7
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
scsi: libsas: Remove redundant assignment to variable res
Colin Ian King
2020-07-25
1
-1
/
+1
*
scsi: libsas: Tidy SAS address print format
John Garry
2019-12-21
1
-2
/
+2
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-07-12
1
-56
/
+15
|
\
|
*
scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()
John Garry
2019-06-20
1
-19
/
+10
|
*
scsi: libsas: no need to join wide port again in sas_ex_discover_dev()
Jason Yan
2019-06-19
1
-22
/
+4
|
*
scsi: libsas: switch remaining files to SPDX tags
Christoph Hellwig
2019-05-21
1
-15
/
+1
*
|
scsi: libsas: delete sas port if expander discover failed
Jason Yan
2019-05-30
1
-0
/
+2
|
/
*
scsi: libsas: Print expander PHY indexes in decimal
John Garry
2019-04-16
1
-22
/
+22
*
scsi: libsas: Do discovery on empty PHY to update PHY info
John Garry
2019-04-16
1
-0
/
+5
*
scsi: libsas: Improve vague log in SAS rediscovery
John Garry
2019-04-16
1
-6
/
+14
*
scsi: libsas: Try to retain programmed min linkrate for SATA min pathway unma...
John Garry
2019-04-16
1
-1
/
+6
*
scsi: libsas: Stop hardcoding SAS address length
John Garry
2019-04-16
1
-7
/
+8
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-03-10
1
-5
/
+33
|
\
|
*
scsi: libsas: Remove scsi_to_u32()
Bart Van Assche
2019-01-29
1
-4
/
+5
|
*
scsi: libsas: Support SATA PHY connection rate unmatch fixing during discovery
John Garry
2019-01-12
1
-0
/
+20
|
*
scsi: libsas: Check SMP PHY control function result
John Garry
2019-01-12
1
-1
/
+8
*
|
scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attached
John Garry
2019-02-16
1
-0
/
+2
|
/
*
scsi: libsas: Drop SAS_DPRINTK() and revise logs levels
John Garry
2018-11-15
1
-114
/
+100
*
scsi: libsas: Drop sas_printk()
John Garry
2018-11-15
1
-12
/
+10
*
scsi: libsas: fix a race condition when smp task timeout
Jason Yan
2018-09-26
1
-5
/
+4
*
scsi: libsas: always unregister the old device if going to discover new
Jason Yan
2018-09-26
1
-8
/
+5
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-1
/
+1
*
scsi: libsas: Fix kernel-doc headers
Bart Van Assche
2018-02-28
1
-14
/
+15
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2018-01-31
1
-6
/
+6
|
\
|
*
scsi: libsas: direct call probe and destruct
Jason Yan
2018-01-11
1
-5
/
+3
|
*
scsi: libsas: initialize sas_phy status according to response of DISCOVER
chenxiang
2018-01-09
1
-0
/
+1
|
*
scsi: libsas: fix error when getting phy events
Jason Yan
2018-01-09
1
-1
/
+1
|
*
scsi: libsas: fix memory leak in sas_smp_get_phy_events()
Jason Yan
2018-01-09
1
-0
/
+1
*
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2017-12-15
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
scsi: libsas: fix length error in sas_smp_handler()
Jason Yan
2017-12-12
1
-5
/
+5
*
|
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
2017-11-22
1
-1
/
+1
|
/
*
scsi: sas: Convert timers to use timer_setup()
Kees Cook
2017-11-01
1
-4
/
+4
*
scsi: scsi_transport_sas: switch to bsg-lib for SMP passthrough
Christoph Hellwig
2017-08-30
1
-33
/
+37
*
block: split scsi_request out of struct request
Christoph Hellwig
2017-01-27
1
-4
/
+4
*
libsas: remove task_collector mode
Christoph Hellwig
2014-11-27
1
-1
/
+1
*
block: Kill bio_segments()/bi_vcnt usage
Kent Overstreet
2013-11-24
1
-4
/
+4
*
Merge branch 'misc' into for-linus
James Bottomley
2013-05-10
1
-55
/
+55
|
\
|
*
[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...
James Bottomley
2013-05-10
1
-55
/
+55
*
|
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-05-08
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
block: Remove some unnecessary bi_vcnt usage
Kent Overstreet
2013-03-23
1
-3
/
+3
*
|
[SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()
Lukasz Dorau
2013-04-06
1
-0
/
+12
[next]