summaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas/sas_scsi_host.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-12scsi: libsas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-07-21scsi: libsas: Allow libsas to include SCSI header files directlyJason Yan1-3/+3
2021-06-23scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu1-0/+9
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-12-21scsi: libsas: Tidy SAS address print formatJohn Garry1-4/+4
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+0
2019-07-12scsi: libsas: remove the exporting of sas_wait_ehDenis Efremov1-1/+0
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59Thomas Gleixner1-18/+1
2019-05-21scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig1-18/+1
2019-02-09scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor1-1/+1
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-65/+58
2018-11-15scsi: libsas: Drop SAS_DPRINTK() and revise logs levelsJohn Garry1-65/+58
2018-11-15block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig1-8/+2
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-2/+2
2018-03-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-20/+13
2018-03-13scsi: libsas: defer ata device eh commands to libataJason Yan1-20/+13
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-16/+4
2018-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+15
2018-01-11scsi: libsas: Disable asynchronous aborts for SATA devicesHannes Reinecke1-2/+15
2018-01-04scsi: libsas: remove private hex2bin() implementationAndy Shevchenko1-16/+4
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-08-26scsi: libsas: move bus_reset_handler() to target_reset_handler()Hannes Reinecke1-6/+6
2017-08-26scsi: libsas: Remove a set-but-not-used variableBart Van Assche1-3/+0
2017-04-06scsi: make eh_eflags persistentHannes Reinecke1-2/+0
2017-04-06scsi: libsas: allow async abortsChristoph Hellwig1-3/+0
2017-02-07scsi: libsas: remove sas_scsi_timed_outChristoph Hellwig1-7/+0
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-8/+0
2014-11-27libsas: remove task_collector modeChristoph Hellwig1-175/+1
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
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-14/+6
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-8/+3
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig1-2/+3
2014-07-18scsi: use 64-bit LUNsHannes Reinecke1-5/+6
2014-03-15[SCSI] libsas: introduce scmd_dbg() to quiet false positive "timeout" messagesDan Williams1-1/+1
2013-06-04[SCSI] libsas: implement > 16 byte CDB supportJames Bottomley1-1/+1
2012-07-20[SCSI] libsas: trim sas_task of slow path infrastructureDan Williams1-2/+6
2012-07-20[SCSI] libsas: use ->lldd_I_T_nexus_reset for ->eh_bus_reset_handlerDan Williams1-11/+8
2012-07-20[SCSI] libsas: add sas_eh_abort_handlerDan Williams1-0/+21
2012-07-20[SCSI] libsas: enforce eh strategy handlers only in eh contextDan Williams1-4/+117
2012-07-20[SCSI] libsas: cleanup spurious calls to scsi_schedule_ehMaciej Trela1-1/+0
2012-07-20[SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams1-6/+21
2012-03-01[SCSI] libsas: don't recover end devices attached to disabled physDan Williams1-1/+2
2012-03-01[SCSI] libsas: fix lifetime of SAS_HA_FROZENDan Williams1-6/+7
2012-03-01[SCSI] libsas: async ata scanningDan Williams1-18/+0
2012-03-01[SCSI] libsas: fix mixed topology recoveryDan Williams1-6/+7
2012-03-01[SCSI] libsas: close scsi_remove_target() vs libata-eh raceDan Williams1-3/+0