aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-8/+10
2012-03-28[SCSI] pm8001: Use spin_lock_irqsave() for task_state.Santosh Nayak1-8/+10
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds6-134/+441
2012-02-29[SCSI] pm8001: fix endian issue with code optimization.Santosh Nayak3-46/+49
2012-02-29[SCSI] pm8001: Fix possible racing condition.Santosh Nayak1-3/+3
2012-02-29[SCSI] pm8001: Fix bogus interrupt state flag issue.Santosh Nayak1-30/+28
2012-02-29[SCSI] libsas: async ata scanningDan Williams1-1/+0
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams1-7/+12
2012-02-19[SCSI] libsas: remove ata_port.lock management duties from llddsDan Williams1-5/+1
2012-02-19[SCSI] libsas: introduce sas_drain_work()Dan Williams1-1/+3
2012-02-19[SCSI] libsas: kill sas_slave_destroyDan Williams1-1/+0
2012-02-19[SCSI] pm8001: deficient responses to IO_XFER_ERROR_BREAK and IO_XFER_OPEN_RETRY_TIMEOUTMark Salyzyn3-12/+261
2012-02-19[SCSI] pm8001: Add FUNC_GET_EVENTSMark Salyzyn3-27/+83
2012-02-19[SCSI] pm8001: fix lockup on phy_control hard reset.Mark Salyzyn1-1/+1
2012-02-03pm8001: fix printk typo in pm8001_hwi.cMasanari Iida1-1/+1
2011-10-02[SCSI] isci: export phy events via ->lldd_control_phy()Dan Williams1-1/+1
2011-10-02[SCSI] pm8001: missing break statementsMark Salyzyn2-39/+41
2011-10-02[SCSI] pm8001: fix DEV_IS_GONE infinite retryMark Salyzyn1-14/+1
2011-10-02[SCSI] pm8001: remove pm8001_slave_{alloc|configure}Dan Williams3-34/+3
2011-08-27[SCSI] libsas: export sas_alloc_task()Dan Williams1-32/+6
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-04-26Merge branch 'master' into for-nextJiri Kosina3-4/+4
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi3-4/+4
2011-02-12[SCSI] pm8001: simplify workqueue usageTejun Heo3-33/+41
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-09-09[SCSI] pm8001: handle allocation failuresDan Carpenter1-0/+6
2010-08-06[SCSI] pm8001: introduce missing kfreeJulia Lawall1-3/+10
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley2-9/+9
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-06-16fix typos concerning "management"Uwe Kleine-König1-1/+1
2010-05-02[SCSI] pm8001: potential null dereference in pm8001_dev_gone_notify()Dan Carpenter1-1/+3
2010-04-11[SCSI] pm8001: drop redundant memsetJulia Lawall1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack2-2/+2
2010-01-18[SCSI] pm8001: Use kzalloc for allocating only one thingJulia Lawall1-1/+1
2009-12-10[SCSI] pm8001: misc code cleanupjack wang3-5/+9
2009-12-10[SCSI] pm8001: enable read HBA SAS address from VPDjack wang3-20/+26
2009-12-10[SCSI] pm8001: do not reset local sata as it will not be found if resetjack wang1-0/+2
2009-12-10[SCSI] pm8001: bit set pm8001_ha->flagsjack wang1-1/+1
2009-12-10[SCSI] pm8001:fix potential NULL pointer dereferencejack wang1-1/+1
2009-12-10[SCSI] pm8001: set SSC down-spreading only to get less errors on some 6G device.jack wang1-44/+21
2009-12-10[SCSI] pm8001: fix endian issues with SAS addressjack wang2-5/+5
2009-12-10[SCSI] pm8001: enhance error handle for IO patchjack wang4-5/+84
2009-12-10[SCSI] pm8001: Fix for sata io circular lock dependency.jack wang1-5/+35
2009-12-04[SCSI] pm8001: Fixes for tag alloc, error goto and code cleanupjack_wang2-35/+36