summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: libfc: fixup lockdep annotationsHannes Reinecke2018-07-131-1/+1
* scsi: mpt3sas: Fix for regression caused by sparse cleanupsChaitra P B2018-07-131-6/+6
* scsi: arcmsr: Update driver version to v1.40.00.09-20180709Ching Huang2018-07-131-1/+1
* scsi: arcmsr: Fix error of resuming from hibernation for adapter type EChing Huang2018-07-131-0/+7
* scsi: remove NCR_Q720 driverJohannes Thumshirn2018-07-114-423/+4
* scsi: remove NCR_D700 driverJohannes Thumshirn2018-07-114-448/+0
* scsi: ncr53c8xx: remove ScsiResult macroJohannes Thumshirn2018-07-111-5/+5
* scsi: lpfc: remove ScsiResult macroJohannes Thumshirn2018-07-112-23/+22
* scsi: bfa: remove ScsiResult macroJohannes Thumshirn2018-07-112-12/+8
* scsi: aacraid: remove AAC_STAT_GOOD defineJohannes Thumshirn2018-07-111-14/+27
* scsi: libfc: fixup 'sleeping function called from invalid context'Hannes Reinecke2018-07-111-3/+4
* scsi: libfc: Add lockdep annotationsHannes Reinecke2018-07-113-140/+99
* scsi: core: switch to scsi-mq by defaultJohannes Thumshirn2018-07-111-0/+1
* scsi: mptfusion: mark expected switch fall-throughsGustavo A. R. Silva2018-07-112-0/+4
* scsi: lpfc: Revise copyright for new company languageJames Smart2018-07-1126-37/+37
* scsi: lpfc: update driver version to 12.0.0.5James Smart2018-07-111-1/+1
* scsi: lpfc: devloss timeout race condition caused null pointer referenceJames Smart2018-07-112-4/+14
* scsi: lpfc: Fix NVME Target crash in defer rcv logicJames Smart2018-07-111-1/+11
* scsi: lpfc: Support duration field in Link Cable Beacon V1 commandJames Smart2018-07-115-28/+104
* scsi: lpfc: Make PBDE optimizations configurableJames Smart2018-07-117-38/+50
* scsi: lpfc: Fix abort error path for NVMETJames Smart2018-07-112-4/+16
* scsi: lpfc: Fix panic if driver unloaded when port is offlineJames Smart2018-07-111-1/+4
* scsi: lpfc: Fix driver not setting dpp bits correctly in doorbell wordJames Smart2018-07-111-1/+8
* scsi: lpfc: Add Buffer overflow check, when nvme_info larger than PAGE_SIZEJames Smart2018-07-111-175/+257
* scsi: target: Remove se_dev_entry.ua_countBart Van Assche2018-07-022-11/+2
* scsi: target: Fix handling of removed LUNsBart Van Assche2018-07-023-18/+39
* scsi: target: Send unit attention condition even if the sense buffer is too s...Bart Van Assche2018-07-021-14/+7
* scsi: target: Do not duplicate the code that marks that a command has sense dataBart Van Assche2018-07-021-6/+3
* scsi: target/tcm_loop: Avoid that static checkers warn about dead codeBart Van Assche2018-07-021-4/+1
* scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-0211-39/+17
* scsi: target/iscsi: Make iscsit_ta_authentication() respect the output buffer...Bart Van Assche2018-07-021-2/+1
* scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callersBart Van Assche2018-07-023-5/+2
* scsi: target: Simplify the code for waiting for command completionBart Van Assche2018-07-021-16/+8
* scsi: target: Simplify transport_generic_free_cmd() (2/2)Bart Van Assche2018-07-021-6/+4
* scsi: target: Simplify transport_generic_free_cmd() (1/2)Bart Van Assche2018-07-021-6/+2
* scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche2018-07-023-17/+11
* scsi: target: Simplify core_tmr_handle_tas_abort()Bart Van Assche2018-07-021-12/+3
* scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are setBart Van Assche2018-07-021-6/+28
* scsi: target: Make the session shutdown code also wait for commands that are ...Bart Van Assche2018-07-022-59/+23
* scsi: target: Introduce transport_init_session()Bart Van Assche2018-07-022-9/+18
* scsi: target: Rename transport_init_session() into transport_alloc_session()Bart Van Assche2018-07-022-5/+23
* scsi: target: Move a list_del_init() statementBart Van Assche2018-07-021-2/+1
* scsi: target: Avoid that EXTENDED COPY commands trigger lock inversionBart Van Assche2018-07-021-5/+17
* scsi: target: Use config_item_name() instead of open-coding itBart Van Assche2018-07-022-5/+6
* scsi: core: fix scsi_host_queue_readyMing Lei2018-07-021-1/+1
* scsi: sd_zbc: Remove an assignment from sd_zbc_setup_report_cmnd()Bart Van Assche2018-07-021-6/+0
* scsi: qedi: tidy up a size calculationDan Carpenter2018-07-021-1/+1
* scsi: ibmvscsi: Improve strings handlingBreno Leitao2018-07-021-2/+2
* scsi: tcmu: Don't pass KERN_ERR to pr_errMike Christie2018-06-261-1/+1
* scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei2018-06-262-7/+40