summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: read host_busy via scsi_host_busy()Ming Lei2018-06-269-15/+25
* scsi: sd: Remove a superfluous assignmentBart Van Assche2018-06-261-1/+0
* scsi: qedi: Fix misleading indentationBart Van Assche2018-06-261-14/+16
* scsi: don't add scsi command result bytesJohannes Thumshirn2018-06-264-5/+5
* scsi: core: check for equality of result byte valuesJohannes Thumshirn2018-06-269-19/+18
* scsi: core: scsi_io_completion convert BUGs to WARNsDouglas Gilbert2018-06-261-3/+12
* scsi: core: scsi_io_completion hints on fastpathDouglas Gilbert2018-06-261-9/+9
* scsi: core: add scsi_io_completion_reprep helperDouglas Gilbert2018-06-261-23/+18
* scsi: core: add scsi_io_completion_action helperDouglas Gilbert2018-06-261-154/+175
* scsi: core: add scsi_io_completion_nz_result functionDouglas Gilbert2018-06-261-57/+75
* scsi: core: scsi_io_completion: rename variablesDouglas Gilbert2018-06-261-33/+39
* scsi: core: scsi_io_completion: comment on end_request returnDouglas Gilbert2018-06-261-0/+1
* scsi: target: remove target_find_deviceMike Christie2018-06-261-24/+0
* scsi: tcmu: add module wide block/reset_netlink supportMike Christie2018-06-261-3/+97
* scsi: tcmu: misc nl code cleanupMike Christie2018-06-261-12/+9
* scsi: tcmu: simplify nl interfaceMike Christie2018-06-261-14/+12
* scsi: tcmu: track nl commandsMike Christie2018-06-261-29/+39
* scsi: tcmu: delete unused __waitMike Christie2018-06-261-1/+0
* scsi: lpfc: use monotonic timestamps for statisticsArnd Bergmann2018-06-263-11/+5
* scsi: scsi_transport_fc: use 64-bit timestamps consistentlyArnd Bergmann2018-06-261-2/+2
* scsi: aacraid: stop using deprated get_seconds()Arnd Bergmann2018-06-263-4/+6
* scsi: cxlflash: Change return type for fault handlerSouptick Joarder2018-06-212-6/+5
* scsi: smartpqi: bump driver version to 1.1.4-130Don Brace2018-06-191-2/+2
* scsi: smartpqi: fix critical ARM issue reading PQI index registersKevin Barnett2018-06-192-25/+30
* scsi: smartpqi: add inspur advantech idsKevin Barnett2018-06-191-0/+16
* scsi: smartpqi: improve error checking for sync requestsKevin Barnett2018-06-192-16/+40
* scsi: smartpqi: improve handling for sync requestsKevin Barnett2018-06-191-32/+23
* scsi: mpt3sas: Improve kernel-doc headersBart Van Assche2018-06-197-555/+363
* scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and...Bart Van Assche2018-06-194-148/+166
* scsi: mpt3sas: Fix a race condition in mpt3sas_base_hard_reset_handler()Bart Van Assche2018-06-192-10/+1