aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-16[SCSI] isci: fix, prevent port from getting stuck in the 'configuring' stateMarcin Tomczak2-42/+56
2012-01-16[SCSI] isci: fix start OOBMarcin Tomczak1-17/+18
2012-01-16[SCSI] isci: fix io failures while wide port links are coming upMarcin Tomczak2-16/+76
2012-01-16[SCSI] isci: allow more time for wide port targetsMarcin Tomczak1-1/+1
2012-01-16[SCSI] isci: enable wide port targetsBartek Nowakowski3-4/+12
2012-01-16[SCSI] isci: Fix IO fails when pull cable from phy in x4 wideport in MPC mode.Marcin Tomczak1-3/+7
2012-01-16[SCSI] isci: update version to 1.1Dan Williams1-1/+1
2012-01-16[SCSI] isci: remove unused 'isci_tmf->device' fieldMaciej Trela2-5/+4
2012-01-16[SCSI] isci: link speeds default to gen 2Jeff Skirvin2-3/+4
2012-01-16[SCSI] isci: performance-fix, shorten default "no outbound task" timeoutMarcin Tomczak2-2/+2
2012-01-16[SCSI] isci: oem parameter format v1.3 (cable select)Jeff Skirvin5-5/+111
2012-01-16[SCSI] isci: oem parameter format v1.1 (ssc select)Dave Jiang4-6/+148
2012-01-16[SCSI] isci: update afe (analog-front-end) recipe for C1Jeff Skirvin4-26/+103
2012-01-16[SCSI] isci: cleanup oem parameter and recipe handlingDan Williams2-102/+86
2012-01-16[SCSI] isci, firmware: Remove isci fallback parameter blob and generatorBen Hutchings4-231/+0
2011-10-31[SCSI] isci: overriding max_concurr_spinup oem parameter by max(oem, user)Andrzej Jakowski3-10/+19
2011-10-31[SCSI] isci: revert bcn filteringDan Williams3-281/+4
2011-10-31[SCSI] isci: Fix hard reset timeout conditions.Jeff Skirvin2-42/+60
2011-10-31[SCSI] isci: No need to manage the pending reset bit on pending requests.Jeff Skirvin3-40/+1
2011-10-31[SCSI] isci: Remove redundant isci_request.ttype field.Jeff Skirvin4-60/+31
2011-10-31[SCSI] isci: Fix task management for SMP, SATA and on dev remove.Jeff Skirvin4-184/+67
2011-10-31[SCSI] isci: No task_done callbacks in error handler paths.Jeff Skirvin1-55/+14
2011-10-31[SCSI] isci: Handle task request timeouts correctly.Jeff Skirvin2-42/+109
2011-10-31[SCSI] isci: Fix tag leak in tasks and terminated requests.Jeff Skirvin1-20/+31
2011-10-31[SCSI] isci: Immediately fail I/O to removed devices.Jeff Skirvin1-10/+21
2011-10-31[SCSI] isci: Lookup device references through requests in completions.Jeff Skirvin1-4/+3
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds15-198/+522
2011-10-02[SCSI] isci: export phy events via ->lldd_control_phy()Dan Williams1-0/+11
2011-10-02[SCSI] isci: The port state should be set to stopping on the last phy.Jeff Skirvin1-1/+1
2011-10-02[SCSI] isci: fix decode of DONE_CRC_ERR TC completion statusJeff Skirvin1-2/+1
2011-10-02[SCSI] isci: SATA/STP I/O is only returned in the normal path to libsasJeff Skirvin1-0/+19
2011-10-02[SCSI] isci: atapi supportDan Williams4-15/+374
2011-10-02[SCSI] isci: fix missed unlock in apc_agent_timeout()Jeff Skirvin1-1/+1
2011-10-02[SCSI] isci: fix support for large smp requestsDan Williams4-35/+21
2011-09-22[SCSI] isci: initial sgpio write supportDan Williams3-0/+87
2011-09-22[SCSI] isci: fix sgpio register definitionsDan Williams1-118/+4
2011-09-15Merge branch 'master' into for-nextJiri Kosina8-36/+86
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock1-1/+1
2011-08-27[SCSI] libsas: export sas_alloc_task()Dan Williams1-26/+3
2011-08-23[SCSI] isci: add version numberDan Williams1-1/+10
2011-08-23[SCSI] isci: fix event-get pointer incrementDan Williams1-0/+3
2011-08-23[SCSI] isci: dynamic interrupt coalescingDan Williams2-1/+12
2011-08-23[SCSI] isci: Leave requests alone if already terminating.Jeff Skirvin1-2/+10
2011-08-23[SCSI] isci: Adding documentation to API change and fixup sysfs registrationDave Jiang1-18/+18
2011-08-23[SCSI] isci: change sas phy timeouts from 54us to 59usMarcin Tomczak2-0/+25
2011-08-23[SCSI] isci: fix 32-bit operation when CONFIG_HIGHMEM64G=nDan Williams2-2/+2
2011-08-23[SCSI] isci: fix sata response handlingDan Williams1-12/+6
2011-07-03[SCSI] isci: fix checkpatch errorsJames Bottomley5-42/+44
2011-07-03isci: Device reset should request sas_phy_reset(phy, true)Jeff Skirvin1-12/+6
2011-07-03isci: pare back error messsagesDan Williams2-28/+28