aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-02scsi: target: Make the session shutdown code also wait for commands that are being abortedBart 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
2018-06-26scsi: core: scsi_io_completion: rename variablesDouglas Gilbert1-33/+39
2018-06-26scsi: core: scsi_io_completion: comment on end_request returnDouglas Gilbert1-0/+1
2018-06-26scsi: target: remove target_find_deviceMike Christie1-24/+0
2018-06-26scsi: tcmu: add module wide block/reset_netlink supportMike Christie1-3/+97
2018-06-26scsi: tcmu: misc nl code cleanupMike Christie1-12/+9
2018-06-26scsi: tcmu: simplify nl interfaceMike Christie1-14/+12
2018-06-26scsi: tcmu: track nl commandsMike Christie1-29/+39
2018-06-26scsi: tcmu: delete unused __waitMike Christie1-1/+0
2018-06-26scsi: lpfc: use monotonic timestamps for statisticsArnd Bergmann3-11/+5
2018-06-26scsi: scsi_transport_fc: use 64-bit timestamps consistentlyArnd Bergmann1-2/+2
2018-06-26scsi: aacraid: stop using deprated get_seconds()Arnd Bergmann3-4/+6
2018-06-21scsi: cxlflash: Change return type for fault handlerSouptick Joarder2-6/+5
2018-06-19scsi: smartpqi: bump driver version to 1.1.4-130Don Brace1-2/+2
2018-06-19scsi: smartpqi: fix critical ARM issue reading PQI index registersKevin Barnett2-25/+30
2018-06-19scsi: smartpqi: add inspur advantech idsKevin Barnett1-0/+16
2018-06-19scsi: smartpqi: improve error checking for sync requestsKevin Barnett2-16/+40
2018-06-19scsi: smartpqi: improve handling for sync requestsKevin Barnett1-32/+23
2018-06-19scsi: mpt3sas: Improve kernel-doc headersBart Van Assche7-555/+363
2018-06-19scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and mpt3sas_ctl_reset_handler()Bart Van Assche4-148/+166
2018-06-19scsi: mpt3sas: Fix a race condition in mpt3sas_base_hard_reset_handler()Bart Van Assche2-10/+1
2018-06-19scsi: mpt3sas: Fix _transport_smp_handler() error pathBart Van Assche1-2/+3
2018-06-19scsi: mpt3sas: Introduce struct mpt3sas_nvme_cmdBart Van Assche2-11/+9
2018-06-19scsi: mpt3sas: Annotate switch/case fall-throughBart Van Assche2-0/+4
2018-06-19scsi: mpt3sas: Remove set-but-not-used variablesBart Van Assche2-15/+0
2018-06-19scsi: mpt3sas: Fix indentationBart Van Assche3-22/+22
2018-06-19scsi: libsas: dynamically allocate and free ata hostJason Yan4-16/+31
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox8-21/+54
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox7-11/+9