summaryrefslogtreecommitdiff
path: root/drivers/s390/scsi
AgeCommit message (Expand)Author
2019-03-27scsi: zfcp: reduce flood of fcrscn1 trace records on multi-element RSCNSteffen Maier
2019-03-27scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP devicesSteffen Maier
2019-03-27scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_HostSteffen Maier
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-02-07s390/qdio: make SBAL address array type-safeJulian Wiedmann
2019-01-29scsi: zfcp: fix sysfs block queue limit output for max_segment_sizeSteffen Maier
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-12-07scsi: zfcp: improve kdoc for return of zfcp_status_read_refill()Steffen Maier
2018-12-07scsi: zfcp: fix posting too many status read buffers leading to adapter shutdownSteffen Maier
2018-12-07scsi: zfcp: make DIX experimental, disabled, and independent of DIFFedor Loshakov
2018-11-15scsi: zfcp: drop old default switch case which might paper over missing caseSteffen Maier
2018-11-15scsi: zfcp: drop default switch case which might paper over missing caseSteffen Maier
2018-11-15scsi: zfcp: silence -Wimplicit-fallthrough in zfcp_erp_lun_strategy()Steffen Maier
2018-11-15scsi: zfcp: silence remaining kdoc warnings in header filesSteffen Maier
2018-11-15scsi: zfcp: silence all W=1 build warnings for existing kdocSteffen Maier
2018-11-15scsi: zfcp: properly format LUN (and WWPN) for LUN sharing violation kmsgSteffen Maier
2018-11-15scsi: zfcp: use enum zfcp_erp_act_result for argument/return of affected func...Steffen Maier
2018-11-15scsi: zfcp: use enum zfcp_erp_steps for struct zfcp_erp_action.stepSteffen Maier
2018-11-15scsi: zfcp: the action field of zfcp_erp_action is actually the typeSteffen Maier
2018-11-15scsi: zfcp: clarify function argument name for trace tag stringSteffen Maier
2018-11-15scsi: zfcp: ERP thread setup kdoc updateSteffen Maier
2018-11-15scsi: zfcp: update kernel message for invalid FCP_CMND length, it's not the CDBSteffen Maier
2018-11-15scsi: zfcp: drop duplicate seq_no from zfcp_fsf_req which is also in QTCB headerSteffen Maier
2018-11-15scsi: zfcp: drop duplicate fsf_command from zfcp_fsf_req which is also in QTC...Steffen Maier
2018-11-15scsi: zfcp: drop unnecessary forward prototype for struct zfcp_fsf_reqSteffen Maier
2018-11-15scsi: zfcp: group sort internal structure definitions for proximitySteffen Maier
2018-11-15scsi: zfcp: namespace prefix for internal latency data structuresSteffen Maier
2018-11-15scsi: zfcp: update width in comment for ZFCP_COMMON_FLAGS maskSteffen Maier
2018-11-15scsi: zfcp: move scsi_eh & non-ERP timeout defines owned by and local to zfcp...Steffen Maier
2018-11-15scsi: zfcp: drop unnecessary forward prototype for struct zfcp_reqlistSteffen Maier
2018-11-15scsi: zfcp: move SG table helper from aux to fc and make them staticSteffen Maier
2018-11-15scsi: zfcp: remove unnecessary null pointer check before mempool_destroyzhong jiang
2018-07-02s390/dasd,zfcp: fix gcc 8 stringop-truncation warningsVasily Gorbik
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-05-18scsi: zfcp: enhance comments on fc_link_speed and supported_speedJens Remus
2018-05-18scsi: zfcp: add port speed capabilitiesJens Remus
2018-05-18scsi: zfcp: assert that the ERP lock is held when tracing a recovery triggerJens Remus
2018-05-18scsi: zfcp: cleanup indentation for posting FC eventsSteffen Maier
2018-05-18scsi: zfcp: support SCSI_ADAPTER_RESET via scsi_host sysfs attribute host_resetSteffen Maier
2018-05-18scsi: zfcp: explicitly support initiator in scsi_host_templateSteffen Maier
2018-05-18scsi: zfcp: remove unused return values of ERP trigger functionsSteffen Maier
2018-05-18scsi: zfcp: zfcp_erp_action_exists() does only check for runningSteffen Maier
2018-05-18scsi: zfcp: remove unused ERP enum valuesSteffen Maier
2018-05-18scsi: zfcp: consistently use function name space prefixSteffen Maier
2018-05-18scsi: zfcp: workqueue: set description for port work items with their WWPN as...Steffen Maier
2018-05-18scsi: zfcp: decouple our scsi_eh callbacks from scsi_cmndSteffen Maier
2018-05-18scsi: zfcp: decouple TMFs from scsi_cmnd by using fc_block_rportSteffen Maier
2018-05-18scsi: zfcp: decouple SCSI setup of TMF from scsi_cmndSteffen Maier
2018-05-18scsi: zfcp: decouple FSF request setup of TMF from scsi_cmndSteffen Maier
2018-05-18scsi: zfcp: split FCP_CMND IU setup between SCSI I/O and TMF againSteffen Maier