summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-11scsi: libfc: fixup 'sleeping function called from invalid context'Hannes Reinecke1-3/+4
2018-07-11scsi: libfc: Add lockdep annotationsHannes Reinecke3-140/+99
2018-07-11scsi: core: switch to scsi-mq by defaultJohannes Thumshirn1-0/+1
2018-07-11scsi: mptfusion: mark expected switch fall-throughsGustavo A. R. Silva2-0/+4
2018-07-11scsi: lpfc: Revise copyright for new company languageJames Smart26-37/+37
2018-07-11scsi: lpfc: update driver version to 12.0.0.5James Smart1-1/+1
2018-07-11scsi: lpfc: devloss timeout race condition caused null pointer referenceJames Smart2-4/+14
2018-07-11scsi: lpfc: Fix NVME Target crash in defer rcv logicJames Smart1-1/+11
2018-07-11scsi: lpfc: Support duration field in Link Cable Beacon V1 commandJames Smart5-28/+104
2018-07-11scsi: lpfc: Make PBDE optimizations configurableJames Smart7-38/+50
2018-07-11scsi: lpfc: Fix abort error path for NVMETJames Smart2-4/+16
2018-07-11scsi: lpfc: Fix panic if driver unloaded when port is offlineJames Smart1-1/+4
2018-07-11scsi: lpfc: Fix driver not setting dpp bits correctly in doorbell wordJames Smart1-1/+8
2018-07-11scsi: lpfc: Add Buffer overflow check, when nvme_info larger than PAGE_SIZEJames Smart1-175/+257
2018-07-02scsi: target: Remove se_dev_entry.ua_countBart Van Assche2-11/+2
2018-07-02scsi: target: Fix handling of removed LUNsBart Van Assche3-18/+39
2018-07-02scsi: target: Send unit attention condition even if the sense buffer is too s...Bart Van Assche1-14/+7
2018-07-02scsi: target: Do not duplicate the code that marks that a command has sense dataBart Van Assche1-6/+3
2018-07-02scsi: target/tcm_loop: Avoid that static checkers warn about dead codeBart Van Assche1-4/+1
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche11-39/+17
2018-07-02scsi: target/iscsi: Make iscsit_ta_authentication() respect the output buffer...Bart Van Assche1-2/+1
2018-07-02scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callersBart Van Assche3-5/+2
2018-07-02scsi: target: Simplify the code for waiting for command completionBart Van Assche1-16/+8
2018-07-02scsi: target: Simplify transport_generic_free_cmd() (2/2)Bart Van Assche1-6/+4
2018-07-02scsi: target: Simplify transport_generic_free_cmd() (1/2)Bart Van Assche1-6/+2
2018-07-02scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche3-17/+11
2018-07-02scsi: target: Simplify core_tmr_handle_tas_abort()Bart Van Assche1-12/+3
2018-07-02scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are setBart Van Assche1-6/+28
2018-07-02scsi: target: Make the session shutdown code also wait for commands that are ...Bart Van Assche2-59/+23
2018-07-02scsi: target: Introduce transport_init_session()Bart Van Assche2-9/+18
2018-07-02scsi: target: Rename transport_init_session() into transport_alloc_session()Bart Van Assche2-5/+23
2018-07-02scsi: target: Move a list_del_init() statementBart Van Assche1-2/+1
2018-07-02scsi: target: Avoid that EXTENDED COPY commands trigger lock inversionBart Van Assche1-5/+17
2018-07-02scsi: target: Use config_item_name() instead of open-coding itBart Van Assche2-5/+6
2018-07-02scsi: core: fix scsi_host_queue_readyMing Lei1-1/+1
2018-07-02scsi: sd_zbc: Remove an assignment from sd_zbc_setup_report_cmnd()Bart Van Assche1-6/+0
2018-07-02scsi: qedi: tidy up a size calculationDan Carpenter1-1/+1
2018-07-02scsi: ibmvscsi: Improve strings handlingBreno Leitao1-2/+2
2018-06-26scsi: tcmu: Don't pass KERN_ERR to pr_errMike Christie1-1/+1
2018-06-26scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei2-7/+40
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei9-15/+25
2018-06-26scsi: sd: Remove a superfluous assignmentBart Van Assche1-1/+0
2018-06-26scsi: qedi: Fix misleading indentationBart Van Assche1-14/+16
2018-06-26scsi: don't add scsi command result bytesJohannes Thumshirn4-5/+5
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn9-19/+18
2018-06-26scsi: core: scsi_io_completion convert BUGs to WARNsDouglas Gilbert1-3/+12
2018-06-26scsi: core: scsi_io_completion hints on fastpathDouglas Gilbert1-9/+9
2018-06-26scsi: core: add scsi_io_completion_reprep helperDouglas Gilbert1-23/+18
2018-06-26scsi: core: add scsi_io_completion_action helperDouglas Gilbert1-154/+175
2018-06-26scsi: core: add scsi_io_completion_nz_result functionDouglas Gilbert1-57/+75