Age | Commit message (Expand) | Author | Files | Lines |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
2019-04-16 | scsi: libsas: Print expander PHY indexes in decimal | John Garry | 4 | -28/+27 |
2019-04-16 | scsi: libsas: Do discovery on empty PHY to update PHY info | John Garry | 1 | -0/+5 |
2019-04-16 | scsi: libsas: Inject revalidate event for root port event | John Garry | 1 | -3/+21 |
2019-04-16 | scsi: libsas: Improve vague log in SAS rediscovery | John Garry | 1 | -6/+14 |
2019-04-16 | scsi: libsas: Try to retain programmed min linkrate for SATA min pathway unma... | John Garry | 1 | -1/+6 |
2019-04-16 | scsi: libsas: Stop hardcoding SAS address length | John Garry | 2 | -26/+29 |
2019-03-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2 | -6/+34 |
2019-02-16 | scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attached | John Garry | 1 | -0/+2 |
2019-02-09 | scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template | Nathan Chancellor | 1 | -1/+1 |
2019-01-29 | scsi: libsas: Remove scsi_to_u32() | Bart Van Assche | 1 | -4/+5 |
2019-01-12 | scsi: libsas: Support SATA PHY connection rate unmatch fixing during discovery | John Garry | 1 | -0/+20 |
2019-01-12 | scsi: libsas: Check SMP PHY control function result | John Garry | 1 | -1/+8 |
2018-12-29 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 13 | -348/+233 |
2018-11-15 | scsi: libsas: Remove pcidev reference | John Garry | 1 | -1/+1 |
2018-11-15 | scsi: libsas: Drop SAS_DPRINTK() and revise logs levels | John Garry | 9 | -236/+207 |
2018-11-15 | scsi: libsas: Drop sas_printk() | John Garry | 4 | -20/+16 |
2018-11-15 | scsi: libsas: Use pr_fmt(fmt) | John Garry | 3 | -3/+15 |
2018-11-15 | scsi: libsas: Delete sas_dump.{c, h} | John Garry | 4 | -94/+0 |
2018-11-15 | block: don't hold the queue_lock over blk_abort_request | Christoph Hellwig | 2 | -13/+2 |
2018-09-26 | scsi: libsas: fix a race condition when smp task timeout | Jason Yan | 1 | -5/+4 |
2018-09-26 | scsi: libsas: check the ata device status by ata_dev_enabled() | Jason Yan | 1 | -1/+1 |
2018-09-26 | scsi: libsas: always unregister the old device if going to discover new | Jason Yan | 1 | -8/+5 |
2018-09-26 | scsi: libsas: make the lldd_port_deformed method optional | Jason Yan | 1 | -1/+1 |
2018-06-26 | scsi: read host_busy via scsi_host_busy() | Ming Lei | 1 | -2/+2 |
2018-06-20 | scsi: libsas: dynamically allocate and free ata host | Jason Yan | 2 | -14/+28 |
2018-06-20 | scsi: libsas: remove irq save in sas_ata_qc_issue() | Sebastian Andrzej Siewior | 1 | -6/+1 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-04-19 | scsi: libsas: add transport class for ATA devices | Jason Yan | 2 | -0/+6 |
2018-04-04 | Merge branch 'fixes' into misc | James Bottomley | 1 | -20/+13 |
2018-03-13 | scsi: libsas: defer ata device eh commands to libata | Jason Yan | 1 | -20/+13 |
2018-02-28 | scsi: libsas: Fix kernel-doc headers | Bart Van Assche | 5 | -24/+27 |
2018-01-31 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 9 | -106/+255 |
2018-01-20 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -2/+15 |
2018-01-11 | scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation() | Jason Yan | 1 | -1/+7 |
2018-01-11 | scsi: libsas: direct call probe and destruct | Jason Yan | 5 | -20/+25 |
2018-01-11 | scsi: libsas: Disable asynchronous aborts for SATA devices | Hannes Reinecke | 1 | -2/+15 |
2018-01-09 | scsi: libsas: use flush_workqueue to process disco events synchronously | Jason Yan | 1 | -0/+4 |
2018-01-09 | scsi: libsas: Use new workqueue to run sas event and disco event | Jason Yan | 3 | -4/+22 |
2018-01-09 | scsi: libsas: make the event threshold configurable | Jason Yan | 1 | -0/+31 |
2018-01-09 | scsi: libsas: shut down the PHY if events reached the threshold | Jason Yan | 2 | -2/+58 |
2018-01-09 | scsi: libsas: Use dynamic alloced work to avoid sas event lost | Jason Yan | 5 | -65/+104 |
2018-01-09 | scsi: libsas: initialize sas_phy status according to response of DISCOVER | chenxiang | 1 | -0/+1 |
2018-01-09 | scsi: libsas: fix error when getting phy events | Jason Yan | 1 | -1/+1 |
2018-01-09 | scsi: libsas: fix memory leak in sas_smp_get_phy_events() | Jason Yan | 1 | -0/+1 |
2018-01-04 | scsi: libsas: remove private hex2bin() implementation | Andy Shevchenko | 1 | -16/+4 |
2017-12-15 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -5/+5 |
2017-12-12 | scsi: libsas: fix length error in sas_smp_handler() | Jason Yan | 1 | -5/+5 |
2017-11-22 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 2 | -2/+2 |
2017-11-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 4 | -46/+3 |