aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_sas.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11scsi: bsg: Pass queue_limits to bsg_setup_queue()Christoph Hellwig1-2/+2
2023-05-22scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal1-1/+1
2022-11-08scsi: scsi_transport_sas: Fix error handling in sas_phy_add()Yang Yingliang1-4/+9
2022-07-19scsi: scsi_transport_sas: cap shost opt_sectors according to DMA optimal limitJohn Garry1-0/+6
2022-03-01scsi: core: Remove <scsi/scsi_request.h>Christoph Hellwig1-1/+0
2021-10-19scsi: scsi_transport_sas: Add 22.5 Gbps link rate definitionsSreekanth Reddy1-0/+1
2021-05-31scsi: core: Fixup calling convention for scsi_mode_sense()Hannes Reinecke1-5/+4
2020-08-04scsi: scsi_transport_sas: Add spaces around binary operator "|"Xiang Chen1-1/+1
2020-07-24scsi: scsi_transport_sas: Add missing newline in sysfs 'enable' attributeXiongfeng Wang1-1/+1
2019-11-21scsi: scsi_transport_sas: Fix memory leak when removing devicesJohn Garry1-8/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 209Thomas Gleixner1-1/+1
2019-02-05scsi: bsg-lib: handle bidi requests without block layer helpChristoph Hellwig1-1/+0
2018-11-07bsg: provide bsg_remove_queue() helperJens Axboe1-5/+1
2018-11-07bsg: pass in desired timeout handlerJens Axboe1-2/+2
2018-09-25scsi: libsas: delete dead code in scsi_transport_sas.cJason Yan1-2/+0
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+0
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig1-13/+6
2018-05-01scsi: scsi_transport_sas: don't bounce highmem pages for the smp handlerChristoph Hellwig1-4/+0
2018-03-13bsg: split handling of SCSI CDBs vs transport requeuesChristoph Hellwig1-1/+0
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche1-2/+2
2017-10-16scsi: scsi_transport_sas: check reply payload length instead of bidi requestChristoph Hellwig1-1/+1
2017-08-29scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig1-89/+29
2017-08-25scsi: scsi_transport_sas: Check kzalloc() return valueBart Van Assche1-0/+3
2017-06-27block: don't set bounce limit in blk_init_allocated_queueChristoph Hellwig1-0/+5
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-0/+2
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2017-06-01block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGHBart Van Assche1-0/+1
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+6
2017-04-26scsi_transport_sas: always pass 0 error to blk_end_request_allChristoph Hellwig1-1/+1
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn1-2/+6
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-1/+1
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-21scsi_transport_sas: fix BSG ioctl memory corruptionOmar Sandoval1-8/+16
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-0/+5
2016-08-18scsi: sas: remove is_sas_attached()Johannes Thumshirn1-16/+0
2016-04-11scsi: disable automatic target scanHannes Reinecke1-3/+4
2016-03-14scsi_transport_sas: add 'scsi_target_id' sysfs attributeHannes Reinecke1-0/+2
2015-12-18scsi_transport_sas: add function to get SAS endpoint addressJames Bottomley1-0/+14
2015-12-18scsi_transport_sas: add is_sas_attached() functionJames Bottomley1-0/+16
2015-09-06scsi_transport_sas: Remove check for SAS expander when querying bay/enclosure...Jordan Hargrave1-10/+0
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-1/+1
2014-05-22[SCSI] scsi_transport_sas: move bsg destructor into sas_rphy_removeJoe Lawrence1-2/+1
2012-12-01[SCSI] scsi_transport_sas: add 12GB definitions for mpt3sasSreekanth Reddy1-0/+1
2012-02-29[SCSI] scsi_transport_sas: 'enable' phys on resetDan Williams1-0/+1
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams1-0/+23
2012-02-19[SCSI] libsas: perform sas-transport resets in shost->workq contextDan Williams1-1/+17
2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams1-3/+15
2011-10-02[SCSI] libsas: disable scanning lun > 0 on ata devicesDan Williams1-2/+8
2011-03-10block: remove per-queue pluggingJens Axboe1-5/+1
2010-02-08[SCSI] scsi_transport_sas: add support for transport layer retries (TLR)James Bottomley1-6/+97
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-3/+3
2009-08-22[SCSI] scsi_transport_sas: fix incorrect duplicate setup of max_physJames Bottomley1-4/+0
2009-06-21scsi_transport_sas: needs to call blk_end_request_all for SMP requestsFUJITA Tomonori1-2/+2
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo1-3/+1
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-20/+22
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-04-29block: make queue flags non-atomicNick Piggin1-2/+1
2008-04-22[SCSI] scsi_transport_sas: fix the lifetime of sas bsg objectsFUJITA Tomonori1-2/+20
2008-04-22[SCSI] bsg: add release callback supportFUJITA Tomonori1-1/+1
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-69/+88
2008-02-03drivers/scsi/: Spelling fixesJoe Perches1-1/+1
2008-01-11[SCSI] libsas, bsg: pass errors through correctlyJames Bottomley1-0/+1
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley1-19/+21
2007-07-21[SCSI] bsg: make class backlinksJames Bottomley1-14/+18
2007-07-20[SCSI] scsi_transport_sas: add destructor for bsgJames Bottomley1-1/+35
2007-07-18[SCSI] transport_sas: add SAS management protocol supportFUJITA Tomonori1-0/+85
2007-02-17Fix typos concerning hierarchyUwe Kleine-König1-2/+2
2007-01-27[SCSI] libsas: Check return values of sysfs_create_linkDarrick J. Wong1-4/+22
2007-01-27[SCSI] libsas: Clean up discovery failure handler codeDarrick J. Wong1-14/+19
2007-01-27[SCSI] aic94xx: fix typos and update verison numberAlexis Bruemmer1-1/+1
2007-01-13[SCSI] libsas: sysfs phy control attributes should not be S_IWUGODarrick J. Wong1-2/+2
2007-01-13[SCSI] libsas: Use SCAN_WILD_CARD instead of ~0Darrick J. Wong1-1/+1
2007-01-13[SCSI] libsas: Add a sysfs knob to enable/disable a phyDarrick J. Wong1-0/+51
2006-12-04[PATCH] severing module.h->sched.hAl Viro1-0/+1
2006-09-07[SCSI] scsi_transport_sas: make minimum and maximum linkrate settable quantitiesJames Bottomley1-6/+67
2006-08-27[SCSI] scsi_transport_sas: remove local_attached flagJames Bottomley1-8/+2
2006-07-12[SCSI] scsi_transport_sas: kill the use of channel James Bottomley1-5/+3
2006-07-12[SCSI] scsi_transport_sas: add expander backlinkJames Bottomley1-0/+20
2006-07-09[SCSI] scsi_transport_sas: add unindexed portsJames Bottomley1-1/+35
2006-06-28[SCSI] scsi_transport_sas: introduce a sas_port entityJames Bottomley1-38/+333
2006-06-12[SCSI] scsi_transport_sas: fix panic in sas_free_rphyJames Bottomley1-0/+14
2006-06-10Merge ../linux-2.6James Bottomley1-2/+2
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-2/+2
2006-05-20[SCSI] scsi_transport_sas: make write attrs writeableEric Moore1-1/+0
2006-05-20[SCSI] scsi_transport_sas; fix user_scanJames Bottomley1-1/+2
2006-04-14[SCSI] scsi_transport_sas: don't scan a non-existent end deviceJames Bottomley1-0/+2
2006-04-13[SCSI] expose sas internal class for the domain transportJames Bottomley1-34/+1
2006-04-13[SCSI] sas transport: ref count updateMike Anderson1-24/+6
2006-03-19[SCSI] eliminate rphy allocation in favour of expander/end device allocationJames Bottomley1-45/+27
2006-03-14[SCSI] add preliminary expander support to the sas transport classJames Bottomley1-6/+135
2006-03-09[SCSI] add missing transport_container_unregister in sas classJames Bottomley1-0/+1
2006-03-06[PATCH] convert aic94xx over to using the sas transport end deviceJames Bottomley1-34/+165
2006-03-03[SCSI] make some sas class properties optionalJames Bottomley1-5/+31
2006-03-02[SCSI] add 6.0 Gbit phy definitions to the sas transport classJames Bottomley1-0/+1
2006-02-27[SCSI] sas: add support for enclosure and bad ID rphy attributesChristoph Hellwig1-2/+51
2006-02-27[SCSI] SCSI core kmalloc2kzallocJes Sorensen1-6/+3
2006-01-31[SCSI] scsi_transport_sas.c: display port identifierMoore, Eric1-3/+3
2006-01-14[SCSI] scsi_transport_sas: mapping the rphy channel equal to the port identifierMoore, Eric1-3/+3
2006-01-14[SCSI] remove target parent limitiationChristoph Hellwig1-18/+24
2006-01-14[SCSI] sas: fix removal of devices behind expandersChristoph Hellwig1-1/+11
2006-01-12[SCSI] sas: clear parent->rphy in sas_rphy_deleteChristoph Hellwig1-0/+2
2005-11-07[PATCH] fix remaining missing includesTim Schmielau1-0/+2
2005-10-28[SCSI] sas: add support for PHY resetsChristoph Hellwig1-2/+41
2005-10-28[SCSI] sas: add flag for locally attached PHYsChristoph Hellwig1-0/+3
2005-10-28[SCSI] scsi_transport_sas: support link error attributesChristoph Hellwig1-1/+30
2005-09-25[SCSI] sas: fix remote phy removalChristoph Hellwig1-5/+4
2005-09-09[SCSI] SAS transport class: fixup prototype of sas_host_setupJames Bottomley1-1/+2
2005-09-09[SCSI] SAS transport classChristoph Hellwig1-0/+819