index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
scsi
/
zfcp_fsf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-04
[SCSI] zfcp: Simplify handling of ct and els requests
Christof Schmitt
1
-15
/
+13
2009-12-04
[SCSI] zfcp: Remove ZFCP_DID_MASK
Christof Schmitt
1
-6
/
+6
2009-12-04
[SCSI] zfcp: Move WKA port to zfcp FC code
Christof Schmitt
1
-11
/
+11
2009-12-04
[SCSI] zfcp: Use common code definitions for FC ELS structs
Christof Schmitt
1
-25
/
+20
2009-12-04
[SCSI] zfcp: Update FCP protocol related code
Christof Schmitt
1
-79
/
+18
2009-12-04
[SCSI] zfcp: Assign scheduled work to driver queue
Swen Schillig
1
-1
/
+1
2009-12-04
[SCSI] zfcp: Merge trace code for fsf requests in one function
Christof Schmitt
1
-54
/
+39
2009-12-04
[SCSI] zfcp: Replace local reference counting with common kref
Swen Schillig
1
-6
/
+6
2009-12-04
[SCSI] zfcp: Replace global config_lock with local list locks
Swen Schillig
1
-11
/
+11
2009-10-22
[SCSI] zfcp: Fix timer initialization for ct and els requests
Christof Schmitt
1
-1
/
+1
2009-10-22
[SCSI] zfcp: Warn about storage devices with broken PLOGI data
Christof Schmitt
1
-2
/
+9
2009-10-02
[SCSI] zfcp: correctly initialize unchained requests
Christof Schmitt
1
-4
/
+18
2009-09-05
[SCSI] zfcp: Simplify and update ct/gs and els timeout handling
Christof Schmitt
1
-9
/
+6
2009-09-05
[SCSI] zfcp: Apply common naming conventions to zfcp_fc
Swen Schillig
1
-5
/
+5
2009-09-05
[SCSI] zfcp: Update dbf calls
Swen Schillig
1
-12
/
+12
2009-09-05
[SCSI] zfcp: Decouple gid_pn requests from erp
Christof Schmitt
1
-12
/
+2
2009-09-05
[SCSI] zfcp: Move qdio related data out of zfcp_adapter
Swen Schillig
1
-145
/
+154
2009-09-05
[SCSI] zfcp: Separate qdio attributes from zfcp_fsf_req
Swen Schillig
1
-37
/
+42
2009-09-05
[SCSI] zfcp: Move workqueue to adapter struct
Swen Schillig
1
-1
/
+1
2009-09-05
[SCSI] zfcp: Remove the useless ZFCP_REQ_AUTO_CLEANUP flag
Swen Schillig
1
-35
/
+45
2009-09-05
[SCSI] zfcp: Improve request allocation through mempools
Swen Schillig
1
-43
/
+49
2009-09-05
[SCSI] zfcp: Replace fsf_req wait_queue with completion
Swen Schillig
1
-20
/
+6
2009-09-05
[SCSI] zfcp: fix layering oddities between zfcp_fsf and zfcp_qdio
Swen Schillig
1
-30
/
+70
2009-09-05
[SCSI] zfcp: Remove useless assignment
Christof Schmitt
1
-1
/
+0
2009-09-05
[SCSI] zfcp: Only collect SCSI debug data for matching trace levels
Christof Schmitt
1
-0
/
+1
2009-07-30
[SCSI] zfcp: Fix wka port processing
Swen Schillig
1
-2
/
+2
2009-07-30
[SCSI] zfcp: Recover from stalled outbound queue
Christof Schmitt
1
-1
/
+4
2009-07-30
[SCSI] zfcp: Use -EIO for SBAL allocation failures
Christof Schmitt
1
-3
/
+2
2009-07-30
[SCSI] zfcp: Use unchained mode for small ct and els requests
Christof Schmitt
1
-8
/
+25
2009-07-30
[SCSI] zfcp: Return -ENOMEM for allocation failures in zfcp_fsf
Christof Schmitt
1
-1
/
+1
2009-07-30
[SCSI] zfcp: Fix invalid command order
Swen Schillig
1
-3
/
+4
2009-06-12
[SCSI] zfcp: Update FC pass-through support
Christof Schmitt
1
-1
/
+2
2009-05-24
[SCSI] zfcp: Keep ccw device and model id in zfcp_ccw.c
Christof Schmitt
1
-1
/
+1
2009-05-24
[SCSI] zfcp: Increase ref counter for port open requests
Martin Petermann
1
-3
/
+9
2009-05-24
[SCSI] zfcp: Add comments to switch/case fallthroughs
Christof Schmitt
1
-0
/
+5
2009-05-24
[SCSI] zfcp: Remove unnecessary default case and assignments
Christof Schmitt
1
-8
/
+2
2009-04-27
[SCSI] zfcp: Fix oops when port disappears
Christof Schmitt
1
-0
/
+4
2009-04-27
[SCSI] zfcp: revert previous patch for sbal counting
Martin Petermann
1
-14
/
+14
2009-04-27
[SCSI] zfcp: Let actcli handle control file errors
Christof Schmitt
1
-2
/
+0
2009-04-27
[SCSI] zfcp: Dont call zfcp_fsf_req_free on NULL pointer
Christof Schmitt
1
-6
/
+12
2009-04-27
[SCSI] zfcp: Avoid referencing freed memory in req send
Martin Petermann
1
-3
/
+4
2009-03-12
[SCSI] zfcp: Report fc_host_port_type as NPIV
Christof Schmitt
1
-2
/
+3
2009-03-12
[SCSI] zfcp: Block FC transport rports early on errors
Christof Schmitt
1
-1
/
+2
2009-03-12
[SCSI] zfcp: incorrect reaction on incoming RSCN
Swen Schillig
1
-4
/
+0
2009-03-12
[SCSI] zfcp: replace current ERP logging with a more convenient version
Swen Schillig
1
-63
/
+68
2009-03-12
[SCSI] zfcp: remove undefined subtype for status read response
Swen Schillig
1
-8
/
+1
2009-03-12
[SCSI] zfcp: Send ELS ADISC from workqueue
Christof Schmitt
1
-12
/
+6
2009-03-12
[SCSI] zfcp: Improve reliability of SCSI eh handlers in zfcp
Christof Schmitt
1
-25
/
+14
2009-03-12
[SCSI] zfcp: Wait for free SBALs when possible
Christof Schmitt
1
-9
/
+9
2009-03-12
[SCSI] zfcp: Only increment req_id for successfully issued requests
Christof Schmitt
1
-1
/
+2
[next]