Age | Commit message (Expand) | Author | Files | Lines |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 3 | -3/+3 |
2009-12-04 | tree-wide: fix typos "couter" -> "counter" | Uwe Kleine-König | 1 | -1/+1 |
2009-10-31 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2 | -30/+24 |
2009-10-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 6 | -20/+39 |
2009-10-29 | [S390] call home: fix string length handling | Heiko Carstens | 1 | -8/+6 |
2009-10-29 | [S390] call home: fix error handling in init function | Heiko Carstens | 1 | -18/+10 |
2009-10-29 | [S390] s/r: cmm resume fix | Martin Schwidefsky | 1 | -1/+6 |
2009-10-29 | [S390] call home: fix local buffer usage in proc handler | Sebastian Ott | 1 | -4/+3 |
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-14 | [S390] sclp_vt220 build fix | Michael Holzheu | 1 | -15/+15 |
2009-10-14 | [S390] cio: change misleading console logic | Peter Oberparleiter | 1 | -5/+4 |
2009-10-14 | [S390] call home support: fix proc handler | Heiko Carstens | 1 | -2/+2 |
2009-10-14 | [S390] dasd: use idal for device characteristics | Stefan Haberland | 1 | -2/+11 |
2009-10-14 | [S390] dasd: fix locking bug | Stefan Haberland | 1 | -3/+5 |
2009-10-14 | [S390] tape390: Fix request queue handling in block driver | Michael Holzheu | 1 | -1/+2 |
2009-10-11 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 9 | -28/+56 |
2009-10-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 5 | -45/+69 |
2009-10-06 | [S390] dasd: fix race condition in resume code | Stefan Haberland | 2 | -4/+10 |
2009-10-06 | [S390] zcrypt: Improve some comments | Felix Beck | 1 | -3/+6 |
2009-10-06 | [S390] zcrypt: Fix sparse warning. | Felix Beck | 1 | -2/+2 |
2009-10-06 | [S390] cio: allow setting boxed devices offline | Peter Oberparleiter | 1 | -0/+4 |
2009-10-06 | [S390] cio: make not operational handling consistent | Peter Oberparleiter | 3 | -7/+9 |
2009-10-06 | [S390] cio: make disconnected handling consistent | Peter Oberparleiter | 1 | -3/+17 |
2009-10-06 | [S390] Fix memory leak in /proc/cio_ignore | Christian Borntraeger | 1 | -8/+5 |
2009-10-06 | [S390] cio: channel path memory leak | Michael Ernst | 1 | -1/+1 |
2009-10-06 | [S390] 3270 console build fix | Sebastian Ott | 1 | -0/+2 |
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-10-01 | const: constify remaining file_operations | Alexey Dobriyan | 2 | -2/+2 |
2009-09-23 | headers: utsname.h redux | Alexey Dobriyan | 1 | -1/+0 |
2009-09-23 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 9 | -184/+219 |
2009-09-22 | [S390] dasd: tolerate devices that have no feature codes | Stefan Weinhuber | 1 | -7/+6 |
2009-09-22 | [S390] zcrypt: Do not add/remove devices in s/r callbacks | Felix Beck | 1 | -11/+29 |
2009-09-22 | [S390] qdio: change state of all primed input buffers | Jan Glauber | 1 | -0/+2 |
2009-09-22 | [S390] qdio: reduce per device debug messages | Jan Glauber | 1 | -18/+12 |
2009-09-22 | [S390] cio: introduce consistent subchannel scanning | Sebastian Ott | 3 | -106/+51 |
2009-09-22 | [S390] cio: idset use actual number of ssids | Sebastian Ott | 3 | -14/+15 |
2009-09-22 | [S390] cio: dont kfree vmalloced memory | Sebastian Ott | 1 | -2/+2 |
2009-09-22 | [S390] cio: introduce css_settle | Sebastian Ott | 3 | -12/+25 |
2009-09-22 | [S390] cio: introduce css_eval_scheduled | Sebastian Ott | 3 | -0/+27 |
2009-09-22 | [S390] cio: merge init calls | Sebastian Ott | 3 | -25/+61 |
2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -3/+3 |
2009-09-22 | const: make block_device_operations const | Alexey Dobriyan | 5 | -5/+5 |