| Commit message (Expand) | Author | Age | Files | Lines |
* | ieee1394: add preprocessor constant for invalid csr address | Ben Collins | 2006-06-12 | 1 | -4/+4 |
* | sbp2: fix deregistration of status fifo address space | Ben Collins | 2006-06-12 | 1 | -2/+2 |
* | sbp2: fix S800 transfers if phys_dma is off | Ben Collins | 2006-06-12 | 1 | -4/+14 |
* | sbp2: remove ohci1394 specific constant | Ben Collins | 2006-06-12 | 1 | -1/+1 |
* | sbp2: log number of supported concurrent logins | Ben Collins | 2006-06-12 | 1 | -8/+8 |
* | sbp2: remove manipulation of inquiry response | Ben Collins | 2006-06-12 | 1 | -34/+0 |
* | ieee1394: support for slow links or slow 1394b phy ports | Ben Collins | 2006-06-12 | 1 | -3/+1 |
* | sbp2: make TSB42AA9 workaround specific to Momobay CX-1 | Ben Collins | 2006-06-12 | 1 | -1/+2 |
* | [PATCH] sbp2: fix check of return value of hpsb_allocate_and_register_addrspa... | Stefan Richter | 2006-06-05 | 1 | -1/+1 |
* | [PATCH] ohci1394, sbp2: fix "scsi_add_device failed" with PL-3507 based devices | Stefan Richter | 2006-05-17 | 1 | -2/+7 |
* | [PATCH] sbp2: add ability to override hardwired blacklist | Stefan Richter | 2006-05-17 | 1 | -11/+18 |
* | [PATCH] sbp2: add read_capacity workaround for iPod | Stefan Richter | 2006-05-17 | 1 | -4/+45 |
* | [PATCH] sbp2: consolidate workarounds | Stefan Richter | 2006-05-17 | 1 | -61/+91 |
* | [PATCH] sbp2: fix spinlock recursion | Stefan Richter | 2006-04-02 | 1 | -17/+15 |
* | sbp2: misc debug logging cleanups | Stefan Richter | 2006-03-28 | 1 | -77/+33 |
* | sbp2: proper treatment of DID_OK | Stefan Richter | 2006-03-28 | 1 | -3/+5 |
* | sbp2: check for ARM failure | Stefan Richter | 2006-03-28 | 1 | -3/+7 |
* | sbp2: prevent unloading of 1394 low-level driver | Stefan Richter | 2006-03-28 | 1 | -0/+9 |
* | sbp2: update 36byte inquiry workaround (fix compatibility regression) | Stefan Richter | 2006-02-23 | 1 | -23/+19 |
* | sbp2: variable status FIFO address (fix login timeout) | Stefan Richter | 2006-02-23 | 1 | -28/+36 |
* | sbp2: fix another deadlock after disconnection | Stefan Richter | 2006-02-23 | 1 | -2/+8 |
* | [PATCH] don't mangle INQUIRY if cmddt or evpd bits are set | Al Viro | 2006-02-18 | 1 | -9/+1 |
* | sbp2: remove duplicate code from sbp2_start_device() | Stefan Richter | 2005-12-13 | 1 | -50/+7 |
* | sbp2: split sbp2_create_command_orb() for better readability | Stefan Richter | 2005-12-13 | 1 | -177/+178 |
* | sbp2: did not clean up after scsi_add_device() failed | Stefan Richter | 2005-12-12 | 1 | -0/+2 |
* | sbp2: delete sbp2scsi_direction_table | Stefan Richter | 2005-12-12 | 1 | -29/+16 |
* | sbp2: slimmer interface to scsi_mod | Stefan Richter | 2005-11-19 | 1 | -13/+0 |
* | kmalloc/kzalloc changes: | Stefan Richter | 2005-11-07 | 1 | -5/+2 |
* | Remove version strings from eth1394, ohci1394, sbp2. | Stefan Richter | 2005-11-07 | 1 | -5/+0 |
* | sbp2, ohci1394 cleanups: | Stefan Richter | 2005-11-07 | 1 | -215/+218 |
* | sbp2: Remove our tracking of device type, | Ben Collins | 2005-11-07 | 1 | -28/+6 |
* | sbp2: Merge TYPE_RBC and 10byte removal patch from scsi maintainers. | Ben Collins | 2005-11-07 | 1 | -149/+2 |
* | sbp2_command_orb_lock must be held when accessing the _orb_inuse list. | Jody McIntyre | 2005-11-07 | 1 | -0/+6 |
* | [PATCH] sbp2: default to serialize_io=1 | Jody McIntyre | 2005-09-30 | 1 | -4/+7 |
* | [PATCH] sbp2: fix deadlocks and delays on device removal/rmmod | Jody McIntyre | 2005-09-30 | 1 | -38/+58 |
* | [SCSI] Alter the scsi_add_device() API to conform to what users expect | James Bottomley | 2005-09-10 | 1 | -4/+4 |
* | [PATCH] turn many #if $undefined_string into #ifdef $undefined_string | Olaf Hering | 2005-07-27 | 1 | -0/+1 |
* | [PATCH] Sync up ieee-1394 | Ben Collins | 2005-07-10 | 1 | -5/+130 |
* | [PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk... | Yani Ioannou | 2005-06-20 | 1 | -1/+1 |
* | merge by hand (fix up qla_os.c merge error) | James Bottomley | 2005-06-17 | 1 | -135/+16 |
|\ |
|
| * | [SCSI] allow sleeping in ->eh_device_reset_handler() | Jeff Garzik | 2005-06-17 | 1 | -1/+13 |
| * | [SCSI] Remove unnecessary locking around completion function calls | Jeff Garzik | 2005-06-17 | 1 | -6/+0 |
| * | [SCSI] git-scsi-misc-sbp2-warning-fix | Andrew Morton | 2005-05-26 | 1 | -1/+0 |
| * | [SCSI] TYPE_RBC cache fixes (sbp2.c affected) | Al Viro | 2005-05-26 | 1 | -127/+3 |
* | | [PATCH] sbp2 slab corruption fix | Alexandre Oliva | 2005-06-16 | 1 | -1/+2 |
|/ |
|
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+2864 |