| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-01-25 | 7 | -69/+72 |
|\ |
|
| * | [SCSI] zfcp: Hold queue lock when checking port/unit handle for task manageme... | Christof Schmitt | 2008-01-11 | 1 | -17/+9 |
| * | [SCSI] zfcp: Hold queue lock when checking port/unit handle for FCP command | Christof Schmitt | 2008-01-11 | 2 | -5/+10 |
| * | [SCSI] zfcp: Hold queue lock when checking port handle for ELS command | Christof Schmitt | 2008-01-11 | 2 | -1/+8 |
| * | [SCSI] zfcp: Hold queue lock when checking port/unit handle for abort command | Christof Schmitt | 2008-01-11 | 1 | -13/+8 |
| * | [SCSI] zfcp: Fix evaluation of port handles in abort handler | Christof Schmitt | 2008-01-11 | 1 | -5/+4 |
| * | [SCSI] zfcp: fix use after free bug. | Heiko Carstens | 2008-01-11 | 2 | -1/+16 |
| * | [SCSI] zfcp: Reduce flood on hba trace | Christof Schmitt | 2008-01-11 | 1 | -6/+0 |
| * | [SCSI] zfcp: Fix deadlock when adding invalid LUN | Christof Schmitt | 2008-01-11 | 4 | -10/+0 |
| * | [SCSI] zfcp: Remove SCSI devices when removing complete adapter | Christof Schmitt | 2008-01-11 | 1 | -0/+3 |
| * | [SCSI] zfcp: Specify waiting times in ERP in seconds | Christof Schmitt | 2008-01-11 | 2 | -6/+6 |
| * | [SCSI] zfcp: Use also port and adapter to identify unit in messages. | Christof Schmitt | 2008-01-11 | 1 | -2/+6 |
| * | [SCSI] zfcp: Remove unnecessary eh_bus_reset_handler callback | Christof Schmitt | 2008-01-11 | 1 | -3/+2 |
* | | zfcp: Use device_driver default attribute groups. | Cornelia Huck | 2008-01-24 | 3 | -35/+9 |
|/ |
|
* | [SCSI] zfcp: fix cleanup of dismissed error recovery actions | Martin Peschke | 2007-11-16 | 1 | -8/+6 |
* | [SCSI] zfcp: fix dismissal of error recovery actions | Martin Peschke | 2007-11-16 | 1 | -1/+3 |
* | SG: s390-scsi: missing size parameter in zfcp_address_to_sg() | Jens Axboe | 2007-10-29 | 1 | -2/+3 |
* | SG: Change sg_set_page() to take length and offset argument | Jens Axboe | 2007-10-24 | 3 | -14/+6 |
* | sg: add missing sg_init_table calls to zfcp | Heiko Carstens | 2007-10-24 | 1 | -0/+2 |
* | s390 zfcp: sg fixups | Jens Axboe | 2007-10-23 | 3 | -6/+9 |
* | zfcp: sg chaining support | FUJITA Tomonori | 2007-10-16 | 2 | -4/+3 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-10-15 | 10 | -262/+364 |
|\ |
|
| * | [SCSI] zfcp: whitespace cleanup | Swen Schillig | 2007-10-12 | 9 | -166/+165 |
| * | [SCSI] zfcp: Enable debug feature before setting adapter online | Christof Schmitt | 2007-10-12 | 2 | -7/+9 |
| * | [SCSI] zfcp: cleanup, separation of ERP, non ERP-version for exchange_ functions | Swen Schillig | 2007-10-12 | 4 | -71/+175 |
| * | [SCSI] zfcp: Remove braces for only one statement | Christof Schmitt | 2007-10-12 | 1 | -4/+2 |
| * | [SCSI] zfcp: Remove unnecessary assignment | Christof Schmitt | 2007-10-12 | 1 | -1/+0 |
| * | [SCSI] zfcp: avoid if (whatever) ; constructs. | Heiko Carstens | 2007-10-12 | 1 | -2/+2 |
| * | [SCSI] zfcp: correct indentation for nested if-else | Christof Schmitt | 2007-10-12 | 1 | -11/+11 |
* | | [S390] Get rid of a bunch of sparse warnings again. | Heiko Carstens | 2007-10-12 | 2 | -15/+13 |
* | | [S390] cio: Introduce ccw_bus_type.shutdown. | Cornelia Huck | 2007-10-12 | 1 | -6/+4 |
|/ |
|
* | [SCSI] zfcp: fix the data buffer accessor patch | Heiko Carstens | 2007-08-15 | 1 | -7/+3 |
* | [SCSI] zfcp: allocate gid_pn_data objects from gid_pn_cache | Heiko Carstens | 2007-08-15 | 1 | -2/+2 |
* | [SCSI] zfcp: fix memory leak | Heiko Carstens | 2007-08-15 | 1 | -1/+3 |
* | [SCSI] zfcp: convert to use the data buffer accessors | FUJITA Tomonori | 2007-07-31 | 2 | -37/+9 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-07-22 | 5 | -90/+38 |
|\ |
|
| * | [SCSI] zfcp: code cleanup | Swen Schillig | 2007-07-18 | 2 | -81/+33 |
| * | [SCSI] zfcp: NULL vs 0 usage | Heiko Carstens | 2007-07-18 | 2 | -7/+4 |
| * | [SCSI] zfcp: Replace kmalloc/memset with kzalloc | Swen Schillig | 2007-07-18 | 1 | -2/+1 |
* | | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -3/+3 |
|/ |
|
* | [SCSI] zfcp: Report FCP LUN to SCSI midlayer | Christof Schmitt | 2007-06-19 | 1 | -17/+3 |
* | [SCSI] zfcp: clear adapter status flags during adapter shutdown | Volker Sameske | 2007-06-19 | 1 | -0/+7 |
* | [SCSI] zfcp: IO stall after deleting and path checker changes after reenablin... | Michael Loehr | 2007-05-16 | 3 | -4/+5 |
* | [SCSI] zfcp: avoid clutter in erp_dbf | Martin Peschke | 2007-05-16 | 1 | -27/+13 |
* | [S390] Avoid sparse warnings. | Heiko Carstens | 2007-05-10 | 2 | -6/+4 |
* | Fix occurrences of "the the " | Michael Opdenacker | 2007-05-09 | 1 | -1/+1 |
* | [SCSI] zfcp: clear boxed flag on unit reopen. | Heiko Carstens | 2007-05-08 | 1 | -0/+1 |
* | [SCSI] zfcp: clear adapter failed flag if an fsf request times out. | Heiko Carstens | 2007-05-08 | 1 | -1/+1 |
* | [SCSI] zfcp: rework request ID management. | Heiko Carstens | 2007-05-08 | 7 | -89/+59 |
* | [SCSI] zfcp: Fix deadlock between zfcp ERP and SCSI | Christof Schmitt | 2007-05-08 | 4 | -4/+72 |