Age | Commit message (Expand) | Author | Files | Lines |
2018-05-08 | scsi: zfcp: fix infinite iteration on ERP ready list | Jens Remus | 3 | -9/+33 |
2018-03-13 | bsg-lib: introduce a timeout field in struct bsg_job | Christoph Hellwig | 1 | -2/+2 |
2017-12-05 | s390: add a few more SPDX identifiers | Martin Schwidefsky | 1 | -0/+1 |
2017-11-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -0/+1 |
2017-11-24 | s390: scsi: zfcp_aux: add SPDX identifier | Greg Kroah-Hartman | 1 | -0/+1 |
2017-11-22 | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 1 | -2/+2 |
2017-11-16 | zfcp: purely mechanical update using timer API, plus blank lines | Steffen Maier | 3 | -4/+4 |
2017-11-16 | s390/scsi: Convert timers to use timer_setup() | Kees Cook | 3 | -14/+17 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 16 | -0/+16 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 16 | -0/+16 |
2017-10-17 | scsi: zfcp: fix erp_action use-before-initialize in REC action trace | Steffen Maier | 3 | -7/+21 |
2017-08-11 | scsi: zfcp: early returns for traces disabled via level | Martin Peschke | 1 | -8/+46 |
2017-08-11 | scsi: zfcp: clean up unnecessary module_param_named() with no_auto_port_rescan | Martin Peschke | 1 | -1/+1 |
2017-08-11 | scsi: zfcp: clean up a member of struct zfcp_qdio that was assigned but never... | Martin Peschke | 2 | -3/+0 |
2017-08-11 | scsi: zfcp: clean up no longer existent prototype from zfcp API header | Steffen Maier | 1 | -1/+0 |
2017-08-11 | scsi: zfcp: clean up redundant code with fall through in link down SRB switch... | Martin Peschke | 1 | -2/+0 |
2017-08-11 | scsi: zfcp: fix kernel doc comment typos for struct zfcp_dbf_scsi | Steffen Maier | 1 | -3/+3 |
2017-08-11 | scsi: zfcp: use endianness conversions with common FC(P) struct fields | Steffen Maier | 4 | -35/+43 |
2017-08-11 | scsi: zfcp: use common code fcp_cmnd and fcp_resp with union in fsf_qtcb_bott... | Steffen Maier | 4 | -10/+17 |
2017-08-11 | scsi: zfcp: clarify that we don't need "link" test on failed open port | Steffen Maier | 1 | -1/+3 |
2017-08-11 | scsi: zfcp: more fitting constant for fc_ct_hdr.ct_reason on port scan response | Steffen Maier | 1 | -2/+2 |
2017-08-11 | scsi: zfcp: trace high part of "new" 64 bit SCSI LUN | Steffen Maier | 2 | -2/+4 |
2017-08-11 | scsi: zfcp: trace HBA FSF response by default on dismiss or timedout late res... | Steffen Maier | 1 | -1/+5 |
2017-08-11 | scsi: zfcp: fix payload with full FCP_RSP IU in SCSI trace records | Steffen Maier | 1 | -4/+17 |
2017-08-11 | scsi: zfcp: fix missing trace records for early returns in TMF eh handlers | Steffen Maier | 1 | -2/+6 |
2017-08-11 | scsi: zfcp: fix passing fsf_req to SCSI trace on TMF to correlate with HBA | Steffen Maier | 2 | -7/+8 |
2017-08-11 | scsi: zfcp: fix capping of unsuccessful GPN_FT SAN response trace records | Steffen Maier | 2 | -3/+11 |
2017-08-11 | scsi: zfcp: add handling for FCP_RESID_OVER to the fcp ingress path | Benjamin Block | 1 | -1/+5 |
2017-08-11 | scsi: zfcp: fix queuecommand for scsi_eh commands when DIX enabled | Steffen Maier | 1 | -1/+2 |
2017-08-11 | scsi: zfcp: convert bool-definitions to use 'true' instead of '1' | Benjamin Block | 2 | -2/+2 |
2017-08-11 | scsi: zfcp: Remove unneeded linux/miscdevice.h include | Corentin Labbe | 1 | -1/+0 |
2017-08-11 | scsi: zfcp: use setup_timer instead of init_timer | Lukáš Korenčik | 1 | -3/+2 |
2017-08-11 | scsi: zfcp: replace zfcp_qdio_sbale_count by sg_nents | LABBE Corentin | 2 | -17/+1 |
2017-02-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
2017-02-10 | scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed send | Steffen Maier | 1 | -4/+4 |
2017-02-07 | scsi: remove eh_timed_out methods in the transport template | Christoph Hellwig | 1 | -0/+1 |
2016-12-14 | scsi: zfcp: fix rport unblock race with LUN recovery | Steffen Maier | 4 | -9/+77 |
2016-12-14 | scsi: zfcp: do not trace pure benign residual HBA responses at default level | Steffen Maier | 2 | -3/+30 |
2016-12-14 | scsi: zfcp: fix use-after-"free" in FC ingress path after TMF | Benjamin Block | 3 | -3/+95 |
2016-11-18 | scsi: fc: use bsg_job_done | Johannes Thumshirn | 1 | -1/+1 |
2016-11-18 | scsi: change FC drivers to use 'struct bsg_job' | Johannes Thumshirn | 2 | -9/+10 |
2016-11-18 | scsi: fc: provide fc_bsg_to_rport() helper | Johannes Thumshirn | 1 | -3/+5 |
2016-11-18 | scsi: fc: provide fc_bsg_to_shost() helper | Johannes Thumshirn | 1 | -2/+4 |
2016-11-18 | scsi: fc: Export fc_bsg_jobdone and use it in FC drivers | Johannes Thumshirn | 1 | -1/+1 |
2016-11-18 | scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly | Johannes Thumshirn | 1 | -3/+6 |
2016-10-14 | scsi: zfcp: spin_lock_irqsave() is not nestable | Dan Carpenter | 1 | -1/+1 |
2016-10-07 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 7 | -34/+196 |
2016-09-06 | s390: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 1 | -1/+1 |
2016-08-12 | zfcp: trace full payload of all SAN records (req,resp,iels) | Steffen Maier | 2 | -13/+104 |
2016-08-12 | zfcp: fix payload trace length for SAN request&response | Steffen Maier | 1 | -2/+2 |