| 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 |
* | | cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() | Gautham R Shenoy | 2008-01-25 | 1 | -2/+2 |
* | | zfcp: Use device_driver default attribute groups. | Cornelia Huck | 2008-01-24 | 3 | -35/+9 |
* | | netiucv: Use device_driver default attribute groups. | Cornelia Huck | 2008-01-24 | 1 | -10/+6 |
|/ |
|
* | [S390]: Fix use of skb after netif_rx | Julia Lawall | 2007-12-11 | 2 | -5/+5 |
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2007-12-04 | 3 | -11/+31 |
|\ |
|
| * | [S390] dcssblk: prevent early access without own make_request function | Christian Borntraeger | 2007-12-04 | 1 | -2/+2 |
| * | [S390] cio: add missing reprobe loop end statement | Peter Oberparleiter | 2007-12-04 | 1 | -0/+1 |
| * | [S390] cio: Issue SenseID per path. | Cornelia Huck | 2007-12-04 | 1 | -9/+28 |
* | | drivers/s390/net/ctcmain.c: fix build bug | Ingo Molnar | 2007-12-04 | 1 | -1/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2007-12-03 | 1 | -9/+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 |
* | | ctc: make use of alloc_netdev() | Peter Tiedemann | 2007-12-01 | 1 | -29/+16 |
* | | [S390] cio: Register/unregister subchannels only from kslowcrw. | Cornelia Huck | 2007-11-20 | 2 | -2/+2 |
* | | [S390] cio: change device sense procedure to work with pav aliases | Peter Oberparleiter | 2007-11-20 | 1 | -36/+9 |
|/ |
|
* | [S390] Fix priority mistakes in drivers/s390/cio/cmf.c | Roel Kluin | 2007-11-05 | 1 | -2/+2 |
* | [S390] device_schedule_callback() for dcssblk. | Gerald Schaefer | 2007-11-05 | 1 | -2/+7 |
* | [S390] Fix smsgiucv init on no iucv machines | Christian Borntraeger | 2007-11-05 | 1 | -0/+4 |
* | [S390] cio: use INIT_WORK to initialize struct work. | Heiko Carstens | 2007-11-05 | 1 | -1/+1 |
* | 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 |
* | [S390] struct class_device -> struct device conversion. | Cornelia Huck | 2007-10-22 | 4 | -38/+26 |
* | [S390] cio: Fix incomplete commit for uevent suppression. | Cornelia Huck | 2007-10-22 | 1 | -0/+9 |
* | [S390] cio: Use to_channelpath() for device to channel path conversion. | Cornelia Huck | 2007-10-22 | 1 | -6/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2007-10-19 | 4 | -9/+9 |
|\ |
|
| * | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 2007-10-19 | 3 | -7/+7 |
| * | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 2007-10-19 | 2 | -2/+2 |
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-10-19 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | qeth: remove header_ops bug | Ursula Braun | 2007-10-19 | 1 | -1/+2 |
* | | remove asm/bitops.h includes | Jiri Slaby | 2007-10-19 | 2 | -2/+2 |
|/ |
|
* | unicode diacritics support | Samuel Thibault | 2007-10-17 | 3 | -14/+58 |
* | 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 |