| Commit message (Expand) | Author | Age | Files | Lines |
* | ieee1394: remove the old IEEE 1394 driver stack | Stefan Richter | 2010-10-11 | 1 | -2138/+0 |
* | Merge firewire branches to be released post v2.6.35 | Stefan Richter | 2010-08-02 | 1 | -7/+4 |
|\ |
|
| * | ieee1394: remove unused variables | Stefan Richter | 2010-06-19 | 1 | -7/+4 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | | block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors | Martin K. Petersen | 2010-02-26 | 1 | -1/+1 |
|/ |
|
* | ieee1394: sbp2: remove a workaround for Momobay FX-3A | Stefan Richter | 2009-09-12 | 1 | -2/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds | 2009-07-06 | 1 | -0/+1 |
|\ |
|
| * | ieee1394: sbp2: add support for disks >2 TB (and 16 bytes long CDBs) | Stefan Richter | 2009-07-02 | 1 | -0/+1 |
* | | ieee1394: remove driver_data direct access of struct device | Greg Kroah-Hartman | 2009-06-15 | 1 | -4/+4 |
|/ |
|
* | ieee1394: constify device ID tables | Stefan Richter | 2009-03-24 | 1 | -1/+1 |
* | ieee1394: Storage class should be before const qualifier | Tobias Klauser | 2009-03-24 | 1 | -2/+2 |
* | ieee1394: sbp2: follow up on "ieee1394: inherit ud vendor_id from node vendor... | Stefan Richter | 2009-03-24 | 1 | -2/+1 |
* | ieee1394: sbp2: add workarounds for 2nd and 3rd generation iPods | Stefan Richter | 2009-01-29 | 1 | -0/+10 |
* | ieee1394: sbp2: don't assume zero model_id or firmware_revision if there is none | Stefan Richter | 2009-01-28 | 1 | -18/+20 |
* | ieee1394: sbp2: fix payload limit at S1600 and S3200 | Stefan Richter | 2009-01-28 | 1 | -1/+1 |
* | ieee1394: sbp2: update a help string | Stefan Richter | 2009-01-28 | 1 | -2/+2 |
* | ieee1394: mark all hpsb_address_ops instances as const | Stefan Richter | 2009-01-04 | 1 | -2/+2 |
* | ieee1394: sbp2: fix race condition in state change | Stefan Richter | 2008-11-29 | 1 | -4/+5 |
* | ieee1394: sbp2: another iPod mini quirk entry | Stefan Richter | 2008-11-25 | 1 | -0/+5 |
* | ieee1394: sbp2: enforce s/g segment size limit | Stefan Richter | 2008-10-15 | 1 | -70/+28 |
* | ieee1394: sbp2: check for DMA mapping failures | Stefan Richter | 2008-10-15 | 1 | -35/+59 |
* | ieee1394: sbp2: stricter dma_sync | Stefan Richter | 2008-10-15 | 1 | -34/+16 |
* | ieee1394: sbp2: let nodemgr retry node updates during bus reset series | Stefan Richter | 2008-08-19 | 1 | -7/+18 |
* | ieee1394: sbp2: spin disks down on suspend and shutdown | Stefan Richter | 2008-07-14 | 1 | -0/+2 |
* | ieee1394: sbp2: fix spindown for PL-3507 and TSB42AA9 firmwares | Stefan Richter | 2008-07-14 | 1 | -2/+18 |
* | ieee1394: sbp2: use correct size of command descriptor block | Stefan Richter | 2008-05-20 | 1 | -12/+8 |
* | ieee1394: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-18 | 1 | -2/+2 |
* | ieee1394: sbp2: relax SCSI DMA alignment | Stefan Richter | 2008-04-18 | 1 | -5/+2 |
* | ieee1394: sbp2: fix for SYM13FW500 bridge (Datafab disk) | Stefan Richter | 2008-03-14 | 1 | -0/+5 |
* | ieee1394: sbp2: fix rescan-scsi-bus | Stefan Richter | 2008-02-19 | 1 | -0/+3 |
* | ieee1394: sbp2: add INQUIRY delay workaround | Stefan Richter | 2008-02-16 | 1 | -0/+12 |
* | ieee1394: sbp2: fix bogus s/g access change | Stefan Richter | 2008-02-02 | 1 | -3/+2 |
* | ieee1394: sbp2: raise default transfer size limit | Stefan Richter | 2008-01-30 | 1 | -11/+15 |
* | ieee1394: sbp2: s/g list access cosmetics | Stefan Richter | 2008-01-30 | 1 | -14/+12 |
* | ieee1394: sbp2: prepare for s/g chaining | Stefan Richter | 2008-01-30 | 1 | -1/+1 |
* | [SCSI] relax scsi dma alignment | James Bottomley | 2008-01-11 | 1 | -0/+6 |
* | cleanup asm/scatterlist.h includes | Adrian Bunk | 2007-11-02 | 1 | -1/+1 |
* | [SG] Update drivers to use sg helpers | Jens Axboe | 2007-10-22 | 1 | -1/+1 |
* | ieee1394: sbp2: fix unsafe iteration over list of devices | Stefan Richter | 2007-10-16 | 1 | -0/+15 |
* | ieee1394: sbp2: fix sbp2_remove_device for error cases | Stefan Richter | 2007-08-25 | 1 | -7/+7 |
* | ieee1394: revert "sbp2: enforce 32bit DMA mapping" | Stefan Richter | 2007-08-02 | 1 | -5/+0 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-07-15 | 1 | -71/+4 |
|\ |
|
| * | [SCSI] Merge up to linux-2.6 head | James Bottomley | 2007-05-30 | 1 | -0/+1 |
| |\ |
|
| * | | [SCSI] sbp2: convert to use the data buffer accessors | FUJITA Tomonori | 2007-05-27 | 1 | -71/+4 |
* | | | ieee1394: sbp2: change some module parameters from int to bool | Stefan Richter | 2007-07-10 | 1 | -8/+7 |
* | | | ieee1394: sbp2: offer SAM-conforming target port ID in sysfs | Stefan Richter | 2007-05-31 | 1 | -2/+29 |
| |/
|/| |
|
* | | ieee1394: sbp2: include workqueue.h | Stefan Richter | 2007-05-27 | 1 | -0/+1 |
|/ |
|
* | ieee1394: sbp2: include fixes | Andrew Morton | 2007-04-30 | 1 | -0/+2 |
* | ieee1394: sbp2: move some memory allocations into non-atomic context | Stefan Richter | 2007-04-30 | 1 | -15/+5 |
* | ieee1394: sbp2: optimize DMA direction of s/g tables | Stefan Richter | 2007-04-30 | 1 | -6/+6 |