summaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi
AgeCommit message (Expand)AuthorFilesLines
2009-09-05[SCSI] zfcp: invalid usage after free of port resourcesSwen Schillig2-4/+9
2009-07-30[SCSI] zfcp: Fix tracing of request id for abort requestsChristof Schmitt1-8/+10
2009-07-30[SCSI] zfcp: Fix wka port processingSwen Schillig2-7/+5
2009-07-30[SCSI] zfcp: avoid double notify in lowmem scenarioSwen Schillig1-4/+10
2009-07-30[SCSI] zfcp: Add port only once to FC transport classChristof Schmitt1-1/+6
2009-07-30[SCSI] zfcp: Recover from stalled outbound queueChristof Schmitt1-1/+4
2009-07-30[SCSI] zfcp: Fix erp escalation procedureChristof Schmitt1-26/+24
2009-07-30[SCSI] zfcp: Fix logic for physical port closeChristof Schmitt1-1/+1
2009-07-30[SCSI] zfcp: Use -EIO for SBAL allocation failuresChristof Schmitt1-3/+2
2009-07-30[SCSI] zfcp: Use unchained mode for small ct and els requestsChristof Schmitt1-8/+25
2009-07-30[SCSI] zfcp: Use correct flags for zfcp_erp_notifyChristof Schmitt1-2/+2
2009-07-30[SCSI] zfcp: Return -ENOMEM for allocation failures in zfcp_fsfChristof Schmitt1-1/+1
2009-07-30[SCSI] zfcp: Acquire qdio_stat_lock when reading the queue utilizationChristof Schmitt1-1/+6
2009-07-30[SCSI] zfcp: Fix invalid command orderSwen Schillig1-3/+4
2009-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds7-21/+218
2009-06-16[S390] pm: zfcp driver power management callbacksMartin Petermann1-0/+33
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-06-12[SCSI] zfcp: Update FC pass-through supportChristof Schmitt2-7/+5
2009-06-12[SCSI] zfcp: Add FC pass-through supportSven Schuetz6-20/+219
2009-06-12trivial: fix typo milisecond/millisecond for documentation and source comments.Martin Olsson1-1/+1
2009-05-23[SCSI] zfcp: Keep ccw device and model id in zfcp_ccw.cChristof Schmitt4-16/+20
2009-05-23[SCSI] zfcp: Changed D_ID left port disabledSwen Schillig2-2/+12
2009-05-23[SCSI] zfcp: Increase ref counter for port open requestsMartin Petermann1-3/+9
2009-05-23[SCSI] zfcp: Add comments to switch/case fallthroughsChristof Schmitt2-0/+6
2009-05-23[SCSI] zfcp: Remove unnecessary default case and assignmentsChristof Schmitt1-8/+2
2009-05-23[SCSI] zfcp: Make queue_depth adjustableChristof Schmitt1-1/+12
2009-05-23[SCSI] zfcp: Update message and add descriptionChristof Schmitt1-2/+2
2009-05-23[SCSI] zfcp: Use correct req_id for tracesChristof Schmitt1-5/+5
2009-04-27[SCSI] zfcp: Fix oops when port disappearsChristof Schmitt3-8/+24
2009-04-27[SCSI] zfcp: Reference counting for cfdc requestsChristof Schmitt1-1/+2
2009-04-27[SCSI] zfcp: Fix port reference countingMartin Petermann1-3/+4
2009-04-27[SCSI] zfcp: revert previous patch for sbal countingMartin Petermann1-14/+14
2009-04-27[SCSI] zfcp: Fix abort handler for completions in progressChristof Schmitt1-1/+1
2009-04-27[SCSI] zfcp: no port recovery after ADISC request timeoutSwen Schillig1-1/+2
2009-04-27[SCSI] zfcp: Let actcli handle control file errorsChristof Schmitt1-2/+0
2009-04-27[SCSI] zfcp: remove unit will fail if add unit is not finishedMartin Petermann1-6/+15
2009-04-27[SCSI] zfcp: no port recovery after storage side error injectSwen Schillig1-5/+0
2009-04-27[SCSI] zfcp: avoid false ERP complete due to sema raceSwen Schillig1-4/+5
2009-04-27[SCSI] zfcp: Set WKA-port to offline on adapter deactivationSwen Schillig5-9/+12
2009-04-27[SCSI] zfcp: Dont block zfcp_wq with scanSwen Schillig5-50/+25
2009-04-27[SCSI] zfcp: Dont call zfcp_fsf_req_free on NULL pointerChristof Schmitt1-6/+12
2009-04-27[SCSI] zfcp: Enable auto-port discovery for NPIV.Swen Schillig1-1/+2
2009-04-27[SCSI] zfcp: Avoid referencing freed memory in req sendMartin Petermann1-3/+4
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare1-1/+1
2009-03-31[S390] cio: introduce notifier for boxed stateSebastian Ott1-0/+5
2009-03-12[SCSI] zfcp: Report fc_host_port_type as NPIVChristof Schmitt1-2/+3
2009-03-12[SCSI] zfcp: Ensure all work is cancelled on adapter dequeueSwen Schillig3-4/+8
2009-03-12[SCSI] zfcp: fix queue, scheduled work processing.Swen Schillig2-3/+8
2009-03-12[SCSI] zfcp: erp failed status bit will not be setMartin Petermann1-1/+0
2009-03-12[SCSI] zfcp: Block FC transport rports early on errorsChristof Schmitt7-56/+157