summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] libsas: Add option for SATA soft resetDave Jiang2011-05-261-1/+39
* [SCSI] libsas: check dev->gone before submitting sata i/oDan Williams2011-05-261-7/+7
* [SCSI] libsas: fix/amend device gone notification in sas_deform_port()Dan Williams2011-05-263-12/+15
* [SCSI] libsas: fix SATA NCQ errorXiangliang Yu2011-05-241-2/+18
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-201-1/+1
|\
| * scsi: change to new flag variablematt mooney2011-03-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-178-93/+29
|\ \
| * | [SCSI] libsas: fix ata list corruption issueJames Bottomley2011-03-141-0/+13
| * | [SCSI] libsas: fix loopback topology bug during discoveryjack_wang2011-02-281-0/+5
| * | [SCSI] libsas: convert to libata new error handlerJames Bottomley2011-02-132-8/+93
| * | [SCSI] libsas: remove spurious sata control register read/writeJames Bottomley2011-01-241-51/+0
| * | [SCSI] libsas: convert to standard kernel debuggingJames Bottomley2011-01-245-33/+1
| * | [SCSI] libsas: fix ATAPI check condition terminationJames Bottomley2011-01-241-3/+5
* | | libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-2/+1
* | | libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-021-2/+2
* | | libata: remove ATA_FLAG_{SRST|SATA_RESET}Sergei Shtylyov2011-03-021-2/+2
* | | ipr/sas_ata: use mode mask macros from <linux/ata.h>Sergei Shtylyov2011-03-021-2/+2
* | | libsas: convert to libata new error handlerJames Bottomley2011-03-022-8/+93
| |/ |/|
* | [SCSI] libsas: fix runaway error handler problemJames Bottomley2011-01-241-0/+1
|/
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-101-2/+1
|\
| * [libata] avoid needlessly passing around ptr to SCSI completion funcJeff Garzik2011-01-051-2/+1
* | [SCSI] libsas: fix definition of wideport, include local sas addressDan Williams2010-12-211-5/+13
|/
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-223-3/+21
|\
| * [SCSI] libsas: fix bug for vacant phyJack Wang2010-10-111-3/+6
| * [SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong2010-10-083-0/+14
| * [SCSI] libsas: fix NCQ mixing with non-NCQDavid Milburn2010-10-071-0/+1
* | block: remove spurious uses of REQ_HARDBARRIERTejun Heo2010-09-101-12/+1
|/
* [SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley2010-07-284-12/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-05-212-10/+11
|\
| * [SCSI] libsas: fix deref before check in commit 70b25f890ceJames Bottomley2010-05-162-10/+11
* | libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-171-1/+1
|/
* [SCSI] fix locking around blk_abort_request()Tejun Heo2010-05-012-0/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-12-091-1/+5
|\
| * [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-041-1/+5
* | [SCSI] libsas: do not set res = 0 in sas_ex_discover_dev()jack wang2009-11-061-1/+0
|/
* [SCSI] libsas: fix wide port hotplug issuesTom Peng2009-07-301-40/+107
* [SCSI] libsas: reuse the original port when hotplugging phys in wide portsTom Peng2009-07-161-4/+15
* block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-192-3/+4
* block: cleanup rq->data_len usagesTejun Heo2009-05-112-13/+13
* block: add rq->resid_lenTejun Heo2009-05-112-23/+21
* [libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik2009-01-161-1/+1
* [SCSI] libsas: fix test for negative unsigned and typosRoel Kluin2009-01-021-6/+6
* [SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-023-3/+3
* Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-10-103-17/+17
|\
| * block: unify request timeout handlingJens Axboe2008-10-093-17/+17
* | libata: make SCR access ops per-linkTejun Heo2008-09-291-4/+4
|/
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-274-31/+31