summaryrefslogtreecommitdiff
path: root/drivers/firewire/sbp2.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke1-1/+0
2015-01-31firewire: sbp2: remove redundant check for bidi commandStefan Richter1-11/+0
2014-12-10firewire: sbp2: replace card lock by target lockStefan Richter1-31/+29
2014-12-10firewire: sbp2: replace some spin_lock_irqsave by spin_lock_irqStefan Richter1-9/+6
2014-12-10firewire: sbp2: protect a reference counter properlyStefan Richter1-8/+6
2014-03-07firewire: don't use PREPARE_DELAYED_WORKTejun Heo1-4/+13
2013-12-15firewire: sbp2: bring back WRITE SAME supportStefan Richter1-1/+0
2013-11-29[SCSI] Disable WRITE SAME for RAID and virtual host adapter driversMartin K. Petersen1-0/+1
2013-06-09firewire: introduce fw_driver.probe and .remove methodsStefan Richter1-10/+7
2013-04-28firewire: remove unnecessary alloc/OOM messagesStefan Richter1-3/+1
2013-04-28firewire: sbp2: replace BUG_ON by WARN_ONStefan Richter1-2/+2
2013-04-28firewire: Remove two unneeded checks for macrosPaul Bolle1-2/+0
2012-12-02firewire: sbp2: allow WRITE SAME and REPORT SUPPORTED OPERATION CODESStefan Richter1-2/+0
2012-11-13[SCSI] sd: Implement support for WRITE SAMEMartin K. Petersen1-0/+1
2012-11-13[SCSI] Add a report opcode helperMartin K. Petersen1-0/+1
2012-05-21firewire: sbp2: document the absence of alignment requirementsClemens Ladisch1-4/+6
2012-05-21firewire: sbp2: remove superfluous blk_queue_max_segment_size() callClemens Ladisch1-2/+0
2012-05-21firewire: sbp2: use scsi_dma_(un)mapClemens Ladisch1-9/+4
2012-05-21firewire: sbp2: give correct DMA device to scsi frameworkClemens Ladisch1-1/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-22Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-49/+81
2012-03-10firewire: sbp2: replace a GFP_ATOMIC allocationStefan Richter1-1/+1
2012-02-22firewire: sbp2: Fix SCSI sense data manglingChris Boot1-2/+11
2012-02-22firewire: sbp2: Ignore SBP-2 targets on the local nodeChris Boot1-0/+4
2012-02-22firewire: sbp2: Take into account Unit_Unique_IDChris Boot1-0/+12
2012-02-22firewire: sbp2: identify to driver core as "firewire_sbp2", not "sbp2"Stefan Richter1-4/+2
2012-01-15firewire: sbp2: use dev_printk APIStefan Richter1-42/+51
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-10-09firewire: use clamp and min3 macrosStefan Richter1-2/+2
2011-09-16firewire: sbp2: fold two functions into oneStefan Richter1-19/+9
2011-09-16firewire: sbp2: move some code to more sensible placesStefan Richter1-106/+107
2011-09-16firewire: sbp2: remove obsolete reference countingStefan Richter1-40/+17
2011-08-23firewire: sbp2: fix panic after rmmod with slow targetsChris Boot1-0/+4
2011-05-10firewire: sbp2: parallelize login, reconnect, logoutStefan Richter1-8/+1
2011-05-10firewire: sbp2: octlet AT payloads can be stack-allocatedStefan Richter1-4/+4
2011-05-10firewire: sbp2: omit Scsi_Host lock from queuecommandStefan Richter1-14/+6
2011-03-20firewire: sbp2: revert obsolete 'fix stall with "Unsolicited response"'Stefan Richter1-8/+3
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-08-19firewire: sbp2: fix stall with "Unsolicited response"Stefan Richter1-3/+8
2010-08-19firewire: sbp2: fix memory leak in sbp2_cancel_orbs or at send errorStefan Richter1-5/+7
2010-08-02Merge firewire branches to be released post v2.6.35Stefan Richter1-8/+5
2010-06-20firewire: remove an unused function argumentStefan Richter1-2/+1
2010-06-19firewire: drop sizeof expressions from some request size argumentsStefan Richter1-6/+4
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-2/+3
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen1-1/+1
2009-12-29firewire: qualify config ROM cache pointers as const pointersStefan Richter1-2/+3
2009-10-14firewire: normalize style of queue_work wrappersStefan Richter1-2/+7
2009-10-14firewire: sbp2: provide fallback if mgt_ORB_timeout is missingStefan Richter1-20/+19
2009-09-12firewire: sbp2: remove a workaround for Momobay FX-3AStefan Richter1-2/+1
2009-09-12firewire: sbp2: fix status receptionStefan Richter1-6/+7