summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-213-10/+0
|\
| * scsi: libsas: remove sas_scsi_timed_outChristoph Hellwig2017-02-063-10/+0
* | block: split scsi_request out of struct requestChristoph Hellwig2017-01-272-23/+23
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-07-271-0/+1
|\
| * scsi:libsas: fix oops caused by assigning a freed task to ->lldd_taskWei Fang2016-07-201-0/+1
* | libsas: use ata_is_ncq() and ata_has_dma() accessorsHannes Reinecke2016-07-141-9/+2
|/
* libata/libsas: Define ATA_CMD_NCQ_NON_DATAHannes Reinecke2016-05-091-1/+2
* libsas: enable FPDMA SEND/RECEIVEHannes Reinecke2016-05-091-2/+4
* Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-03-241-1/+2
|\
| * ata: Add a new flag to destinguish sas controllerShaohua Li2015-03-191-1/+2
* | libsas: Fix Kernel Crash in smp_execute_taskJames Bottomley2015-03-061-2/+4
|/
* Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-181-8/+0
|\
| * scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-8/+0
* | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-12-111-55/+11
|\ \ | |/ |/|
| * libsas: use ata_dev_classify()Hannes Reinecke2014-11-051-55/+11
* | libsas: remove task_collector modeChristoph Hellwig2014-11-275-207/+3
* | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-7/+5
* | scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-14/+3
* | scsi: don't force tagged_supported in driversChristoph Hellwig2014-11-121-1/+0
* | scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-14/+6
* | scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-8/+3
|/
* scsi: convert host_busy to atomic_tChristoph Hellwig2014-07-251-2/+3
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-5/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2014-04-011-1/+1
|\
| * [SCSI] libsas: introduce scmd_dbg() to quiet false positive "timeout" messagesDan Williams2014-03-151-1/+1
* | libata, libsas: kill pm_result and related cleanupDan Williams2014-03-181-30/+5
|/
* Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-311-1/+1
|\
| * [SCSI] libsas: fix usage of ata_tf_to_fisDan Williams2013-11-271-1/+1
* | block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-231-4/+4
|/
* [SCSI] libsas: implement > 16 byte CDB supportJames Bottomley2013-06-041-1/+1
* Merge branch 'misc' into for-linusJames Bottomley2013-05-105-87/+87
|\
| * [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...James Bottomley2013-05-105-87/+87
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-3/+3
|\ \ | |/ |/|
| * block: Remove some unnecessary bi_vcnt usageKent Overstreet2013-03-231-3/+3
* | [SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()Lukasz Dorau2013-04-061-0/+12
* | [SCSI] libsas: use right function to alloc smp responseJohn Gong2013-04-061-1/+1
|/
* treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* [SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_initDan Williams2012-08-241-4/+1
* [SCSI] libsas: suspend / resume supportDan Williams2012-08-248-14/+310
* [SCSI] async: introduce 'async_domain' typeDan Williams2012-07-201-1/+1
* [SCSI] libsas: trim sas_task of slow path infrastructureDan Williams2012-07-203-14/+37
* [SCSI] libsas: drop sata port multiplier infrastructureDan Williams2012-07-201-6/+0
* [SCSI] libsas: fix sas_discover_devices return code handlingDan Williams2012-07-201-27/+12
* [SCSI] libsas: continue revalidationDan Williams2012-07-201-4/+4
* [SCSI] libsas: sas_rediscover_dev did not look at the SMP exec status.Jeff Skirvin2012-07-201-1/+6
* [SCSI] libsas: use ->lldd_I_T_nexus_reset for ->eh_bus_reset_handlerDan Williams2012-07-201-11/+8
* [SCSI] libsas: add sas_eh_abort_handlerDan Williams2012-07-201-0/+21
* [SCSI] libsas: enforce eh strategy handlers only in eh contextDan Williams2012-07-203-4/+130
* [SCSI] libsas: cleanup spurious calls to scsi_schedule_ehMaciej Trela2012-07-202-2/+0
* [SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams2012-07-205-25/+72