aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_sas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 IDs.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