Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
[safe/jmp/linux-2.6] / drivers / firewire / fw-sbp2.c
2008-05-02 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-05-02 Boaz Harrosh[SCSI] Let scsi_cmnd->cmnd use request->cmd buffer
2008-05-01 Stefan Richterfirewire: fw-sbp2: log scsi_target ID at release
2008-04-18 Stefan Richterfirewire: reread config ROM when device reset the bus
2008-04-18 Jarod Wilsonfirewire: fw-sbp2: set dual-phase cycle_limit
2008-04-18 Stefan Richterfirewire: fw-sbp2: reduce log noise
2008-04-18 Stefan Richterfirewire: fw-sbp2: remove unnecessary memset
2008-04-18 Stefan Richterfirewire: fw-sbp2: simplify some macros
2008-04-18 Stefan Richterfirewire: fw-sbp2: remove usages of fw_memcpy_to_be32
2008-04-18 Stefan Richterfirewire: fw-sbp2: relax SCSI DMA alignment
2008-04-18 Stefan Richterfirewire: refactor fw_unit reference counting
2008-04-18 Stefan Richterfirewire: fw-sbp2: fix reference counting
2008-03-13 Stefan Richterfirewire: fw-sbp2: fix for SYM13FW500 bridge (Datafab...
2008-03-13 Jarod Wilsonfirewire: fw-sbp2: set single-phase retry_limit
2008-03-02 Stefan Richterfirewire: fix crash in automatic module unloading
2008-03-02 Stefan Richterfirewire: fw-sbp2: better fix for NULL pointer derefere...
2008-02-19 Stefan Richterfirewire: fw-sbp2: fix NULL pointer deref. in scsi_remo...
2008-02-19 Stefan Richterfirewire: fw-sbp2: fix NULL pointer deref. in slave_alloc
2008-02-19 Stefan Richterfirewire: fw-sbp2: (try to) avoid I/O errors during...
2008-02-16 Stefan Richterfirewire: fw-sbp2: enforce a retry of __scsi_add_device...
2008-02-16 Stefan Richterfirewire: fw-sbp2: sort includes
2008-02-16 Stefan Richterfirewire: fw-sbp2: logout and login after failed reconnect
2008-02-16 Stefan Richterfirewire: fw-sbp2: don't add scsi_device twice
2008-02-16 Stefan Richterfirewire: fw-sbp2: log bus_id at management request...
2008-02-16 Stefan Richterfirewire: fw-sbp2: wait for completion of fetch agent...
2008-02-16 Stefan Richterfirewire: fw-sbp2: add INQUIRY delay workaround
2008-02-16 Stefan Richterfirewire: fw-sbp2: don't retry login or reconnect after...
2008-02-16 Stefan Richterfirewire: fw-sbp2: fix logout before login retry
2008-02-16 Stefan Richterfirewire: fw-sbp2: unsigned int vs. unsigned
2008-01-30 Jarod Wilsonfirewire: fw-sbp2: Use sbp2 device-provided mgt orb...
2008-01-30 Jarod Wilsonfirewire: fw-sbp2: increase login orb reply timeout...
2008-01-30 Stefan Richterfirewire: enforce access order between generation and...
2008-01-30 Stefan Richterfirewire: fw-sbp2: use device generation, not card...
2008-01-30 Stefan Richterfirewire: fw-sbp2: try to increase reconnect_hold ...
2008-01-30 Stefan Richterfirewire: fw-sbp2: skip unnecessary logout
2008-01-30 Stefan Richterfirewire: fw-sbp2: remove unused misleading macro
2008-01-30 Stefan Richterfirewire: fw-sbp2: prepare for s/g chaining
2008-01-30 Stefan Richterfirewire: fw-sbp2: refactor workq and kref handling
2008-01-12 James Bottomley[SCSI] relax scsi dma alignment
2007-11-07 Stefan Richterfirewire: fw-sbp2: fix refcounting
2007-10-16 Stefan Richterfirewire: fw-sbp2: use an own workqueue (fix system...
2007-10-16 Stefan Richterfirewire: fw-sbp2: expose module parameter for workarounds
2007-10-16 Stefan Richterfirewire: fw-sbp2: add support for multiple logical...
2007-10-16 Stefan Richterfirewire: fw-sbp2: always enable IRQs before calling...
2007-08-25 Kristian Høgsbergfirewire: Add ref-counting for sbp2 orbs (fix command...
2007-08-02 Stefan Richterfirewire: fw-sbp2: set correct maximum payload (fixes...
2007-07-22 Linus TorvaldsMerge /pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
2007-07-19 Kristian Høgsberg[SCSI] Make scsi_host_template::proc_name const char...
2007-07-18 Stefan Richterfirewire: fw-sbp2: convert to new SCSI data buffer...
2007-07-09 Stefan Richterfirewire: fw-sbp2: fix DMA mapping of management ORBs
2007-07-09 Stefan Richterfirewire: fw-sbp2: fix DMA mapping of command ORBs
2007-07-09 Stefan Richterfirewire: fw-sbp2: fix DMA mapping of S/G tables
2007-07-09 Stefan Richterfirewire: fw-sbp2: add a boundary check
2007-07-09 Stefan Richterfirewire: fw-sbp2: correctly align page tables
2007-07-09 Stefan Richterfirewire: fw-sbp2: memset wants string.h
2007-07-09 Stefan Richterfirewire: fw-sbp2: use correct speed in sbp2_agent_reset
2007-07-09 Jay Fenlasonfirewire: fw-sbp2: correctly dereference by container_of
2007-07-09 Stefan Richterfirewire: fw-sbp2: implement nonexclusive login
2007-07-09 Stefan Richterfirewire: fw-sbp2: let SCSI shutdown commands through...
2007-07-09 Stefan Richterfirewire: fw-sbp2: implement max sectors limit for...
2007-07-09 Stefan Richterfirewire: support S100B...S400B and link slower than PHY
2007-07-09 Stefan Richterfirewire: missing newline in printk
2007-07-09 Stefan Richterfirewire: fw-sbp2: remove unused struct member
2007-05-31 Stefan Richterfirewire: fw-sbp2: implement sysfs ieee1394_id
2007-05-10 Kristian Høgsbergfirewire: Always use parens with sizeof.
2007-05-10 Kristian Høgsbergfirewire: Drop single buffer request support.
2007-05-10 Kristian Høgsberg... firewire: Add a comment to describe why we split the...
2007-05-10 Kristian Høgsbergfirewire: Return SCSI_MLQUEUE_HOST_BUSY for out of...
2007-05-10 Kristian Høgsbergfirewire: Handle the last few DMA mapping error cases.
2007-05-10 Kristian Høgsbergfirewire: Allocate scsi_host up front and allocate...
2007-05-10 Olaf Heringfirewire: Provide module aliase for backwards compatibi...
2007-05-10 Kristian Høgsbergfirewire: Uppercase most macro names.
2007-05-10 Kristian Høgsbergfirewire: Coding style cleanup: no spaces after functio...
2007-05-10 Kristian Høgsbergfirewire: Clean up comment style.
2007-04-11 Kristian Høgsbergfirewire: Do an agent reset on error recovery.
2007-04-11 Kristian Høgsbergfirewire: Only free ORBs that completed the initial...
2007-04-11 Kristian Høgsbergfirewire: Forward SAM status codes to the scsi stack.
2007-03-15 Kristian Høgsbergfirewire: Add ref-counting for sbp2_device and hold...
2007-03-15 Kristian Høgsbergfirewire: Zero out sd->scsi_host if we fail to register...
2007-03-09 Kristian Høgsbergfirewire: Don't time out command orbs, leave that to...
2007-03-09 Kristian Høgsbergfirewire: Quiet down fw-sbp2 logging a bit, remove...
2007-03-09 Kristian Høgsbergfirewire: Only use INIT_DELAYED_WORK for first initiali...
2007-03-09 Kristian Høgsbergfirewire: Use dma_mapping_error() for checking for...
2007-03-09 Kristian Høgsbergfirewire: Credit the old sbp2.c driver for being a...
2007-03-09 Kristian Høgsbergfirewire: Complete SCSI commands with DID_BUS_BUSY...
2007-03-09 Kristian Høgsbergfirewire: Introduce a retry mechanism for reconnects...
2007-03-09 Kristian Høgsbergfirewire: fw-sbp2: Do ORB timeout right.
2007-03-09 Kristian Høgsbergfirewire: Implement proper transaction cancelation.
2007-03-09 Stefan Richterfirewire: fw-sbp2: set command set related device flags
2007-03-09 Stefan Richterfirewire: consistent usage of node_id
2007-03-09 Stefan Richterfirewire: fw-sbp2: remove unused macro
2007-03-09 Stefan Richterfirewire: fw-sbp2: remove bogus "emulated" host flag
2007-03-09 Stefan Richterfirewire: comma after last enum item or initializer
2007-03-09 Stefan Richterfirewire: mark some structs const
2007-03-09 Stefan Richterfirewire: build fix 3
2007-03-09 Andrew Mortonfirewire: build fix 2
2007-03-09 Kristian Høgsbergfirewire: Add SBP-2 protocol driver for storage devices.