| Commit message (Expand) | Author | Age | Files | Lines |
* | compat_ioctl: scsi: handle HDIO commands from drivers | Arnd Bergmann | 2020-01-03 | 1 | -0/+3 |
* | scsi: hisi_sas: use wait_for_completion_timeout() when clearing ITCT | Xiang Chen | 2019-10-24 | 1 | -2/+4 |
* | scsi: hisi_sas: Remove hisi_sas_hw.slot_complete | Luo Jiaxing | 2019-09-10 | 1 | -1/+0 |
* | scsi: hisi_sas: remove set but not used variable 'irq_value' | zhengbin | 2019-08-29 | 1 | -3/+1 |
* | scsi: hisi_sas: Drop SMP resp frame DMA mapping | John Garry | 2019-08-07 | 1 | -3/+1 |
* | scsi: hisi_sas: Drop kmap_atomic() in SMP command completion | John Garry | 2019-08-07 | 1 | -3/+1 |
* | scsi: hisi_sas: Drop hisi_sas_hw.get_free_slot | John Garry | 2019-08-07 | 1 | -32/+0 |
* | scsi: hisi_sas: Make max IPTT count equal for all hw revisions | John Garry | 2019-08-07 | 1 | -3/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -6/+1 |
* | scsi: hisi_sas: Some misc tidy-up | Xiang Chen | 2019-04-12 | 1 | -6/+3 |
* | scsi: hisi_sas: Fix for setting the PHY linkrate when disconnected | John Garry | 2019-04-12 | 1 | -8/+3 |
* | scsi: hisi_sas: add host reset interface for test | Xiang Chen | 2019-04-12 | 1 | -0/+1 |
* | scsi: hisi_sas: Issue internal abort on all relevant queues | John Garry | 2019-02-08 | 1 | -0/+2 |
* | scsi: hisi_sas: send primitive NOTIFY to SSP situation only | Xiang Chen | 2019-01-29 | 1 | -2/+2 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-12-28 | 1 | -10/+15 |
|\ |
|
| * | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-18 | 1 | -1/+0 |
| * | scsi: hisi_sas: Make sg_tablesize consistent value | Xiang Chen | 2018-12-12 | 1 | -1/+1 |
| * | scsi: hisi_sas: Fix warnings detected by sparse | John Garry | 2018-12-12 | 1 | -7/+8 |
| * | scsi: hisi_sas: Create separate host attributes per HBA | Xiang Chen | 2018-11-15 | 1 | -1/+6 |
* | | scsi: hisi_sas: Remove set but not used variable 'dq_list' | YueHaibing | 2018-11-05 | 1 | -2/+0 |
|/ |
|
* | scsi: hisi_sas: Use block layer tag instead for IPTT | Xiang Chen | 2018-10-16 | 1 | -1/+0 |
* | scsi: hisi_sas: add memory barrier in task delivery function | Xiaofei Tan | 2018-07-19 | 1 | -5/+10 |
* | scsi: hisi_sas: Drop hisi_sas_slot_abort() | John Garry | 2018-07-19 | 1 | -4/+1 |
* | scsi: hisi_sas: Add a flag to filter PHY events during reset | Xiaofei Tan | 2018-06-19 | 1 | -1/+2 |
* | scsi: hisi_sas: Mark PHY as in reset for nexus reset | Xiang Chen | 2018-05-28 | 1 | -0/+8 |
* | scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot | Xiaofei Tan | 2018-05-28 | 1 | -6/+6 |
* | scsi: hisi_sas: Create a scsi_host_template per HW module | Xiang Chen | 2018-05-28 | 1 | -0/+23 |
* | scsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate() | John Garry | 2018-05-28 | 1 | -31/+4 |
* | scsi: hisi_sas: Don't lock DQ for complete task sending | Xiang Chen | 2018-05-18 | 1 | -6/+21 |
* | scsi: hisi_sas: make return type of prep functions void | Xiang Chen | 2018-05-18 | 1 | -22/+6 |
* | scsi: hisi_sas: relocate smp sg map | Xiang Chen | 2018-05-18 | 1 | -31/+2 |
* | scsi: hisi_sas: Code cleanup and minor bug fixes | Xiang Chen | 2018-03-12 | 1 | -1/+3 |
* | scsi: hisi_sas: remove unused variable hisi_sas_devices.running_req | Xiang Chen | 2018-03-12 | 1 | -3/+0 |
* | scsi: hisi_sas: fix the issue of setting linkrate register | Xiaofei Tan | 2018-03-12 | 1 | -2/+3 |
* | scsi: hisi_sas: fix the issue of link rate inconsistency | Xiaofei Tan | 2018-03-12 | 1 | -1/+0 |
* | scsi: hisi_sas: use an general way to delay PHY work | Xiaofei Tan | 2017-12-14 | 1 | -1/+1 |
* | scsi: hisi_sas: relocate clearing ITCT and freeing device | Xiaofei Tan | 2017-12-14 | 1 | -2/+2 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2017-11-14 | 1 | -1/+1 |
|\ |
|
| * | scsi: hisi_sas: us start_phy in PHY_FUNC_LINK_RESET | Xiang Chen | 2017-10-25 | 1 | -1/+1 |
* | | scsi: sas: Convert timers to use timer_setup() | Kees Cook | 2017-11-01 | 1 | -3/+3 |
|/ |
|
* | scsi: hisi_sas: optimise DMA slot memory | Xiaofei Tan | 2017-07-01 | 1 | -15/+16 |
* | scsi: hisi_sas: add pci_dev in hisi_hba struct | John Garry | 2017-06-19 | 1 | -14/+14 |
* | scsi: hisi_sas: optimise the usage of hisi_hba.lock | Xiang Chen | 2017-06-19 | 1 | -15/+8 |
* | scsi: hisi_sas: fix some sas_task.task_state_lock locking | John Garry | 2017-03-23 | 1 | -0/+3 |
* | scsi: hisi_sas: remove hisi_sas_port_deformed() | John Garry | 2017-03-23 | 1 | -5/+4 |
* | scsi: hisi_sas: move PHY init to hisi_sas_scan_start() | John Garry | 2017-03-23 | 1 | -2/+1 |
* | scsi: hisi_sas: add to_hisi_sas_port() | John Garry | 2017-03-23 | 1 | -1/+3 |
* | scsi: hisi_sas: lock sensitive regions when servicing CQ interrupt | John Garry | 2017-01-05 | 1 | -0/+2 |
* | scsi: hisi_sas: add PHY set linkrate support for v1 and v2 hw | Xiang Chen | 2016-11-25 | 1 | -0/+45 |
* | scsi: hisi_sas: use atomic64_t for hisi_sas_device.running_req | John Garry | 2016-11-25 | 1 | -2/+2 |