aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-106/+255
2018-01-19Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+15
2018-01-10scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()Jason Yan1-1/+7
2018-01-10scsi: libsas: direct call probe and destructJason Yan5-20/+25
2018-01-10scsi: libsas: Disable asynchronous aborts for SATA devicesHannes Reinecke1-2/+15
2018-01-08scsi: libsas: use flush_workqueue to process disco events synchronouslyJason Yan1-0/+4
2018-01-08scsi: libsas: Use new workqueue to run sas event and disco eventJason Yan3-4/+22
2018-01-08scsi: libsas: make the event threshold configurableJason Yan1-0/+31
2018-01-08scsi: libsas: shut down the PHY if events reached the thresholdJason Yan2-2/+58
2018-01-08scsi: libsas: Use dynamic alloced work to avoid sas event lostJason Yan5-65/+104
2018-01-08scsi: libsas: initialize sas_phy status according to response of DISCOVERchenxiang1-0/+1
2018-01-08scsi: libsas: fix error when getting phy eventsJason Yan1-1/+1
2018-01-08scsi: libsas: fix memory leak in sas_smp_get_phy_events()Jason Yan1-0/+1
2018-01-03scsi: libsas: remove private hex2bin() implementationAndy Shevchenko1-16/+4
2017-12-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+5
2017-12-11scsi: libsas: fix length error in sas_smp_handler()Jason Yan1-5/+5
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-2/+2
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-46/+3
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook3-6/+7
2017-09-15scsi: libsas: add event to defer list tail instead of head when drainingchenxiang1-1/+1
2017-09-15scsi: libsas: rename notify_port_event() for consistencyJason Yan1-2/+2
2017-09-15scsi: libsas: kill useless ha_event and do some cleanupJason Yan4-43/+0
2017-08-29scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig4-105/+84
2017-08-25scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke1-6/+6
2017-08-25scsi: libsas: Annotate fall-through in a switch statementBart Van Assche1-0/+1
2017-08-25scsi: libsas: Remove a set-but-not-used variableBart Van Assche1-3/+0
2017-06-27scsi: sas: scsi_queue_work can fail, so make callers awareJohannes Thumshirn2-16/+24
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-12/+0
2017-04-06scsi: make eh_eflags persistentHannes Reinecke1-2/+0
2017-04-06scsi: libsas: allow async abortsChristoph Hellwig1-3/+0
2017-04-04scsi: sas: remove sas_domain_release_transportJohannes Thumshirn1-7/+0
2017-03-20scsi: libsas: fix ata xfer lengthJohn Garry1-1/+1
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-10/+0
2017-02-06scsi: libsas: remove sas_scsi_timed_outChristoph Hellwig3-10/+0
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig2-23/+23
2016-07-27Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2016-07-20scsi:libsas: fix oops caused by assigning a freed task to ->lldd_taskWei Fang1-0/+1
2016-07-14libsas: use ata_is_ncq() and ata_has_dma() accessorsHannes Reinecke1-9/+2
2016-05-09libata/libsas: Define ATA_CMD_NCQ_NON_DATAHannes Reinecke1-1/+2
2016-05-09libsas: enable FPDMA SEND/RECEIVEHannes Reinecke1-2/+4
2015-03-24Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-1/+2
2015-03-19ata: Add a new flag to destinguish sas controllerShaohua Li1-1/+2
2015-03-06libsas: Fix Kernel Crash in smp_execute_taskJames Bottomley1-2/+4
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-8/+0
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-55/+11
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-8/+0
2014-11-27libsas: remove task_collector modeChristoph Hellwig5-207/+3
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-7/+5
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-14/+3
2014-11-12scsi: don't force tagged_supported in driversChristoph Hellwig1-1/+0