summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/remote_device.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: isci: remote_device: Fix a bunch of doc-rot issuesLee Jones2021-03-181-15/+16
* scsi: isci: Make local function isci_remote_device_wait_for_resume_from_abort...Lee Jones2021-03-181-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* scsi: Fix various misspellings of "connect"Geert Uytterhoeven2019-10-241-1/+1
* scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry2019-06-201-2/+2
* scsi: isci: remote_device: Mark expected switch fall-throughsGustavo A. R. Silva2018-12-201-2/+2
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...James Bottomley2013-05-101-2/+2
* isci: End the RNC resumption wait when the RNC is destroyed.Jeff Skirvin2012-05-171-8/+21
* isci: Manage the IREQ_NO_AUTO_FREE_TAG under scic_lock.Jeff Skirvin2012-05-171-1/+4
* isci: Restore the ATAPI device RNC management code.Jeff Skirvin2012-05-171-20/+29
* isci: Don't wait for an RNC suspend if it's being destroyed.Jeff Skirvin2012-05-171-4/+16
* isci: Added timeouts to RNC suspensions in the abort path.Jeff Skirvin2012-05-171-7/+51
* isci: Wait for RNC resumption before leaving the abort path.Jeff Skirvin2012-05-171-2/+50
* isci: Manage tag releases differently when aborting tasks.Jeff Skirvin2012-05-171-4/+7
* isci: Callbacks to libsas occur under scic_lock and are synchronized.Jeff Skirvin2012-05-171-6/+37
* isci: When in the abort path, defeat other resume calls until done.Jeff Skirvin2012-05-171-0/+2
* isci: Implement waiting for suspend in the abort path.Jeff Skirvin2012-05-171-11/+33
* isci: Manage the LLHANG timer enable/disable per-device.Jeff Skirvin2012-05-171-0/+17
* isci: Save the suspension hint for upcoming suspensions.Jeff Skirvin2012-05-171-4/+2
* isci: Distinguish between remote device suspension casesJeff Skirvin2012-05-171-16/+11
* isci: Remove isci_device reqs_in_process and dev_node from isci_device.Jeff Skirvin2012-05-171-5/+1
* isci: Only set IDEV_GONE in the device stop path.Jeff Skirvin2012-05-171-3/+0
* isci: Add suspension cases for RNC INVALIDATING, POSTING states.Jeff Skirvin2012-05-171-1/+1
* isci: Redesign device suspension, abort, cleanup.Jeff Skirvin2012-05-171-136/+119
* isci: Remote device stop also suspends the RNC and terminates I/O.Jeff Skirvin2012-05-171-12/+11
* isci: Remote device must be suspended for NCQ cleanup.Jeff Skirvin2012-05-171-13/+12
* isci: Manage device suspensions during TC terminations.Jeff Skirvin2012-05-171-17/+73
* isci: Terminate outstanding TCs on TX/RX RNC suspensions.Jeff Skirvin2012-05-171-11/+95
* isci: Handle all suspending TC completionsJeff Skirvin2012-05-171-44/+42
* isci: kill ->is_direct_attachedDan Williams2012-05-171-24/+5
* [SCSI] isci: debug, provide state-enum-to-string conversionsDan Williams2012-02-291-20/+30
* [SCSI] isci: remove IDEV_EH hack to disable "discovery-time" ata resetsDan Williams2012-02-291-1/+0
* [SCSI] isci: kill isci_port->statusDan Williams2012-02-291-4/+0
* [SCSI] isci: kill iphy->isci_port lookupsDan Williams2012-02-291-21/+8
* [SCSI] isci: enable wide port targetsBartek Nowakowski2012-01-161-3/+7
* [SCSI] isci: No need to manage the pending reset bit on pending requests.Jeff Skirvin2011-10-311-35/+0
* [SCSI] isci: Remove redundant isci_request.ttype field.Jeff Skirvin2011-10-311-7/+4
* [SCSI] isci: Fix task management for SMP, SATA and on dev remove.Jeff Skirvin2011-10-311-47/+0
* [SCSI] isci: atapi supportDan Williams2011-10-021-0/+24
* [SCSI] isci: fix checkpatch errorsJames Bottomley2011-07-031-1/+1
* isci: kill 'get/set' macrosDan Williams2011-07-031-26/+17
* isci: retire scic_sds_ and scic_ prefixesDan Williams2011-07-031-150/+150
* isci: unify isci_host and scic_sds_controllerDan Williams2011-07-031-39/+37
* isci: unify isci_remote_device and scic_sds_remote_deviceDan Williams2011-07-031-201/+195
* isci: unify isci_port and scic_sds_portDan Williams2011-07-031-31/+30
* isci: fix scic_sds_remote_device_terminate_requestsDan Williams2011-07-031-2/+2
* isci: unify isci_phy and scic_sds_phyDan Williams2011-07-031-1/+1
* isci: unify isci_request and scic_sds_requestDan Williams2011-07-031-47/+45
* isci: preallocate requestsDan Williams2011-07-031-3/+6