index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-04
[SCSI] zfcp: Activate fc4s attributes for zfcp in FC transport class
Christof Schmitt
2
-0
/
+4
2009-12-04
[SCSI] zfcp: Block scsi_eh thread for rport state BLOCKED
Christof Schmitt
1
-0
/
+3
2009-12-04
[SCSI] zfcp: Update FSF error reporting
Christof Schmitt
2
-29
/
+11
2009-12-04
[SCSI] zfcp: Improve ELS ADISC handling
Christof Schmitt
3
-3
/
+17
2009-12-04
[SCSI] zfcp: Simplify handling of ct and els requests
Christof Schmitt
9
-285
/
+160
2009-12-04
[SCSI] zfcp: Remove ZFCP_DID_MASK
Christof Schmitt
4
-18
/
+17
2009-12-04
[SCSI] zfcp: Move WKA port to zfcp FC code
Christof Schmitt
6
-68
/
+90
2009-12-04
[SCSI] zfcp: Use common code definitions for FC CT structs
Christof Schmitt
5
-180
/
+161
2009-12-04
[SCSI] zfcp: Use common code definitions for FC ELS structs
Christof Schmitt
6
-154
/
+108
2009-12-04
[SCSI] zfcp: Update FCP protocol related code
Christof Schmitt
7
-169
/
+156
2009-12-04
[SCSI] zfcp: Dont fail SCSI commands when transitioning to blocked fc_rport
Christof Schmitt
1
-2
/
+16
2009-12-04
[SCSI] zfcp: Assign scheduled work to driver queue
Swen Schillig
6
-24
/
+17
2009-12-04
[SCSI] zfcp: Remove STATUS_COMMON_REMOVE flag as it is not required anymore
Swen Schillig
6
-78
/
+34
2009-12-04
[SCSI] zfcp: Implement module unloading
Christof Schmitt
3
-13
/
+14
2009-12-04
[SCSI] zfcp: Merge trace code for fsf requests in one function
Christof Schmitt
1
-54
/
+39
2009-12-04
[SCSI] zfcp: Access ports and units with container_of in sysfs code
Christof Schmitt
2
-7
/
+10
2009-12-04
[SCSI] zfcp: Remove suspend callback
Swen Schillig
1
-17
/
+1
2009-12-04
[SCSI] zfcp: Remove global config_mutex
Swen Schillig
7
-158
/
+232
2009-12-04
[SCSI] zfcp: Replace local reference counting with common kref
Swen Schillig
11
-258
/
+196
2009-12-04
[SCSI] zfcp: Replace global config_lock with local list locks
Swen Schillig
8
-200
/
+199
2009-12-04
[SCSI] zfcp: Adapt change_queue_depth for queue full tracking
Christof Schmitt
1
-3
/
+12
2009-12-04
[SCSI] modify change_queue_depth to take in reason why it is being called
Mike Christie
1
-1
/
+5
2009-10-22
[SCSI] zfcp: Flush SCSI registration work when adding unit
Christof Schmitt
1
-0
/
+1
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-22
[SCSI] zfcp: Handle WWPN mismatch in PLOGI payload
Christof Schmitt
3
-12
/
+22
2009-10-22
[SCSI] zfcp: fix kfree handling in zfcp_init_device_setup
Heiko Carstens
1
-5
/
+6
2009-10-02
[SCSI] zfcp: Fix hang when offlining device with offline chpid
Christof Schmitt
2
-5
/
+5
2009-10-02
[SCSI] zfcp: Fix lockdep warning when offlining device with offline chpid
Christof Schmitt
2
-1
/
+4
2009-10-02
[SCSI] zfcp: Fix oops during shutdown of offline device
Christof Schmitt
1
-4
/
+4
2009-10-02
[SCSI] zfcp: Fix initial device and cfdc for delayed adapter allocation
Christof Schmitt
4
-31
/
+38
2009-10-02
[SCSI] zfcp: correctly initialize unchained requests
Christof Schmitt
1
-4
/
+18
2009-09-21
trivial: remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2009-09-05
[SCSI] zfcp: optimize zfcp_qdio_account
Heiko Carstens
2
-7
/
+6
2009-09-05
[SCSI] zfcp: Remove duplicated code for debug timestamps
Christof Schmitt
1
-16
/
+3
2009-09-05
[SCSI] zfcp: Handle failures during device allocation correctly
Christof Schmitt
1
-36
/
+29
2009-09-05
[SCSI] zfcp: proper use of device register
Sebastian Ott
1
-4
/
+8
2009-09-05
[SCSI] zfcp: Replace config semaphore with mutex
Christof Schmitt
5
-33
/
+32
2009-09-05
[SCSI] zfcp: Defer resource allocation to first ccw_set_online call
Christof Schmitt
3
-31
/
+54
2009-09-05
[SCSI] zfcp: Simplify and update ct/gs and els timeout handling
Christof Schmitt
3
-17
/
+6
2009-09-05
[SCSI] zfcp: Use kthread API for zfcp erp thread
Christof Schmitt
3
-45
/
+27
2009-09-05
[SCSI] zfcp: resolve false usage of dd_data in fc_rport
Swen Schillig
3
-23
/
+5
2009-09-05
[SCSI] zfcp: Apply common naming conventions to zfcp_fc
Swen Schillig
5
-36
/
+35
2009-09-05
[SCSI] zfcp: introduce _setup, _destroy for qdio and FC
Swen Schillig
4
-64
/
+89
2009-09-05
[SCSI] zfcp: Update dbf calls
Swen Schillig
9
-380
/
+347
2009-09-05
[SCSI] zfcp: Decouple gid_pn requests from erp
Christof Schmitt
6
-56
/
+47
2009-09-05
[SCSI] zfcp: Move qdio related data out of zfcp_adapter
Swen Schillig
9
-296
/
+343
2009-09-05
[SCSI] zfcp: Separate qdio attributes from zfcp_fsf_req
Swen Schillig
5
-115
/
+160
2009-09-05
[SCSI] zfcp: Move workqueue to adapter struct
Swen Schillig
6
-8
/
+34
2009-09-05
[SCSI] zfcp: Remove the useless ZFCP_REQ_AUTO_CLEANUP flag
Swen Schillig
1
-35
/
+45
[prev]
[next]