aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/sbp2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14ieee1394: sbp2: spin disks down on suspend and shutdownStefan Richter1-0/+2
2008-07-14ieee1394: sbp2: fix spindown for PL-3507 and TSB42AA9 firmwaresStefan Richter1-2/+18
2008-05-20ieee1394: sbp2: use correct size of command descriptor blockStefan Richter1-12/+8
2008-04-18ieee1394: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-18ieee1394: sbp2: relax SCSI DMA alignmentStefan Richter1-5/+2
2008-03-14ieee1394: sbp2: fix for SYM13FW500 bridge (Datafab disk)Stefan Richter1-0/+5
2008-02-19ieee1394: sbp2: fix rescan-scsi-busStefan Richter1-0/+3
2008-02-16ieee1394: sbp2: add INQUIRY delay workaroundStefan Richter1-0/+12
2008-02-02ieee1394: sbp2: fix bogus s/g access changeStefan Richter1-3/+2
2008-01-30ieee1394: sbp2: raise default transfer size limitStefan Richter1-11/+15
2008-01-30ieee1394: sbp2: s/g list access cosmeticsStefan Richter1-14/+12
2008-01-30ieee1394: sbp2: prepare for s/g chainingStefan Richter1-1/+1
2008-01-11[SCSI] relax scsi dma alignmentJames Bottomley1-0/+6
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+1
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-1/+1
2007-10-16ieee1394: sbp2: fix unsafe iteration over list of devicesStefan Richter1-0/+15
2007-08-25ieee1394: sbp2: fix sbp2_remove_device for error casesStefan Richter1-7/+7
2007-08-02ieee1394: revert "sbp2: enforce 32bit DMA mapping"Stefan Richter1-5/+0
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-71/+4
2007-07-10ieee1394: sbp2: change some module parameters from int to boolStefan Richter1-8/+7
2007-05-31ieee1394: sbp2: offer SAM-conforming target port ID in sysfsStefan Richter1-2/+29
2007-05-30[SCSI] Merge up to linux-2.6 headJames Bottomley1-0/+1
2007-05-27ieee1394: sbp2: include workqueue.hStefan Richter1-0/+1
2007-05-27[SCSI] sbp2: convert to use the data buffer accessorsFUJITA Tomonori1-71/+4
2007-04-30ieee1394: sbp2: include fixesAndrew Morton1-0/+2
2007-04-30ieee1394: sbp2: move some memory allocations into non-atomic contextStefan Richter1-15/+5
2007-04-30ieee1394: sbp2: optimize DMA direction of s/g tablesStefan Richter1-6/+6
2007-04-30ieee1394: sbp2: enforce 32bit DMA mappingStefan Richter1-0/+5
2007-02-08ieee1394: sbp2: lower block queue alignment requirementStefan Richter1-2/+0
2007-02-08ieee1394: sbp2: remove bogus "emulated" host flagStefan Richter1-1/+0
2007-02-08ieee1394: sbp2: use a better wildcard for blacklistStefan Richter1-12/+8
2007-01-10ieee1394: sbp2: fix probing of some DVD-ROM/RWsStefan Richter1-0/+2
2006-12-30ieee1394: sbp2: fix bogus dma mappingStefan Richter1-33/+40
2006-12-30ieee1394: sbp2: pass REQUEST_SENSE through to the targetStefan Richter1-10/+0
2006-12-07ieee1394: sbp2: code formatting around work_struct stuffStefan Richter1-7/+9
2006-12-07ieee1394: Consolidate driver registeringBen Collins1-3/+1
2006-12-07ieee1394: sbp2: convert from PCI DMA to generic DMAStefan Richter1-66/+60
2006-12-07ieee1394: sbp2: wrap two functions into oneStefan Richter1-23/+7
2006-12-07ieee1394: sbp2: update comment on things to doStefan Richter1-7/+19
2006-12-07ieee1394: sbp2: use list_move_tail()Stefan Richter1-2/+1
2006-12-07ieee1394: sbp2: more concise names for types and variablesStefan Richter1-591/+567
2006-12-07ieee1394: sbp2: remove unused struct membersStefan Richter1-19/+4
2006-12-07ieee1394: sbp2: proper unit in module parameter descriptionStefan Richter1-1/+2
2006-12-07ieee1394: sbp2: clean up sbp2_ namespaceStefan Richter1-119/+118
2006-12-07ieee1394: sbp2: some conditions in queue_command are unlikelyStefan Richter1-5/+5
2006-12-07ieee1394: sbp2: remove superfluous commentsStefan Richter1-308/+76
2006-12-07ieee1394: sbp2: delayed_work -> work_structStefan Richter1-15/+11
2006-12-07ieee1394: sbp2: remove debug macrosStefan Richter1-280/+20
2006-12-07ieee1394: sbp2: consolidate log levelsStefan Richter1-19/+12
2006-12-07ieee1394: sbp2: remove duplicate codeStefan Richter1-11/+0