aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-27[SCSI] libsas: remove expander from dev list on errorLuben Tuikov1-0/+3
2011-05-26[SCSI] libsas: Add option for SATA soft resetDave Jiang1-1/+39
2011-05-26[SCSI] libsas: check dev->gone before submitting sata i/oDan Williams1-7/+7
2011-05-26[SCSI] libsas: fix/amend device gone notification in sas_deform_port()Dan Williams3-12/+15
2011-05-24[SCSI] libsas: fix SATA NCQ errorXiangliang Yu1-2/+18
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds8-93/+29
2011-03-17scsi: change to new flag variablematt mooney1-1/+1
2011-03-14[SCSI] libsas: fix ata list corruption issueJames Bottomley1-0/+13
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-2/+1
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-2/+2
2011-03-02libata: remove ATA_FLAG_{SRST|SATA_RESET}Sergei Shtylyov1-2/+2
2011-03-02ipr/sas_ata: use mode mask macros from <linux/ata.h>Sergei Shtylyov1-2/+2
2011-03-02libsas: convert to libata new error handlerJames Bottomley2-8/+93
2011-02-28[SCSI] libsas: fix loopback topology bug during discoveryjack_wang1-0/+5
2011-02-13[SCSI] libsas: convert to libata new error handlerJames Bottomley2-8/+93
2011-01-24[SCSI] libsas: remove spurious sata control register read/writeJames Bottomley1-51/+0
2011-01-24[SCSI] libsas: convert to standard kernel debuggingJames Bottomley5-33/+1
2011-01-24[SCSI] libsas: fix ATAPI check condition terminationJames Bottomley1-3/+5
2011-01-24[SCSI] libsas: fix runaway error handler problemJames Bottomley1-0/+1
2011-01-10Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-2/+1
2011-01-05[libata] avoid needlessly passing around ptr to SCSI completion funcJeff Garzik1-2/+1
2010-12-21[SCSI] libsas: fix definition of wideport, include local sas addressDan Williams1-5/+13
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-3/+21
2010-10-11[SCSI] libsas: fix bug for vacant phyJack Wang1-3/+6
2010-10-08[SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong3-0/+14
2010-10-07[SCSI] libsas: fix NCQ mixing with non-NCQDavid Milburn1-0/+1
2010-09-10block: remove spurious uses of REQ_HARDBARRIERTejun Heo1-12/+1
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley4-12/+12
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-10/+11
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo1-1/+1
2010-05-16[SCSI] libsas: fix deref before check in commit 70b25f890ceJames Bottomley2-10/+11
2010-05-01[SCSI] fix locking around blk_abort_request()Tejun Heo2-0/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo6-0/+6
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+5
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+5
2009-11-06[SCSI] libsas: do not set res = 0 in sas_ex_discover_dev()jack wang1-1/+0
2009-07-30[SCSI] libsas: fix wide port hotplug issuesTom Peng1-40/+107
2009-07-16[SCSI] libsas: reuse the original port when hotplugging phys in wide portsTom Peng1-4/+15
2009-05-19block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2-3/+4
2009-05-11block: cleanup rq->data_len usagesTejun Heo2-13/+13
2009-05-11block: add rq->resid_lenTejun Heo2-23/+21
2009-01-16[libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik1-1/+1
2009-01-02[SCSI] libsas: fix test for negative unsigned and typosRoel Kluin1-6/+6
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers3-3/+3
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-17/+17
2008-10-09block: unify request timeout handlingJens Axboe3-17/+17
2008-09-29libata: make SCR access ops per-linkTejun Heo1-4/+4