1. 05cca738 firewire: fw-sbp2: unsigned int vs. unsigned by Stefan Richter · 16 years ago
  2. 384170d firewire: fw-sbp2: Use sbp2 device-provided mgt orb timeout for logins by Jarod Wilson · 16 years ago
  3. a4c379c firewire: fw-sbp2: increase login orb reply timeout, fix "failed to login" by Jarod Wilson · 16 years ago
  4. b5d2a5e firewire: enforce access order between generation and node ID, fix "giving up on config rom" by Stefan Richter · 16 years ago
  5. 5a8a1bc firewire: fw-sbp2: use device generation, not card generation by Stefan Richter · 16 years ago
  6. 14dc992 firewire: fw-sbp2: try to increase reconnect_hold (speed up reconnection) by Stefan Richter · 16 years ago
  7. 4dccd02 firewire: fw-sbp2: skip unnecessary logout by Stefan Richter · 16 years ago
  8. 4b11ea9 firewire: fw-sbp2: remove unused misleading macro by Stefan Richter · 17 years ago
  9. b7811da firewire: fw-sbp2: prepare for s/g chaining by Stefan Richter · 16 years ago
  10. 285838e firewire: fw-sbp2: refactor workq and kref handling by Stefan Richter · 17 years ago
  11. 465ff31 [SCSI] relax scsi dma alignment by James Bottomley · 17 years ago
  12. 7c45d19 firewire: fw-sbp2: fix refcounting by Stefan Richter · 17 years ago
  13. df8ec24 firewire: fw-sbp2: use an own workqueue (fix system responsiveness) by Stefan Richter · 17 years ago
  14. 2df222b firewire: fw-sbp2: expose module parameter for workarounds by Stefan Richter · 17 years ago
  15. 5a3c2be firewire: fw-sbp2: add support for multiple logical units per target by Stefan Richter · 17 years ago
  16. 1b34e97 firewire: fw-sbp2: always enable IRQs before calling command ORB callback by Stefan Richter · 17 years ago
  17. e57d201 firewire: Add ref-counting for sbp2 orbs (fix command abortion) by Kristian Høgsberg · 17 years ago
  18. 25659f7 firewire: fw-sbp2: set correct maximum payload (fixes CardBus adapters) by Stefan Richter · 17 years ago
  19. e6f194d Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  20. b02b6bc [SCSI] Make scsi_host_template::proc_name const char * instead of char *. by Kristian Høgsberg · 17 years ago
  21. 412edf6 firewire: fw-sbp2: convert to new SCSI data buffer accessors by Stefan Richter · 17 years ago
  22. 7aa4848 firewire: fw-sbp2: fix DMA mapping of management ORBs by Stefan Richter · 17 years ago
  23. 8526392 firewire: fw-sbp2: fix DMA mapping of command ORBs by Stefan Richter · 17 years ago
  24. b4be016 firewire: fw-sbp2: fix DMA mapping of S/G tables by Stefan Richter · 17 years ago
  25. 332ef33 firewire: fw-sbp2: add a boundary check by Stefan Richter · 17 years ago
  26. 9fb2dd1 firewire: fw-sbp2: correctly align page tables by Stefan Richter · 17 years ago
  27. e7cdf23 firewire: fw-sbp2: memset wants string.h by Stefan Richter · 17 years ago
  28. ffd0db2 firewire: fw-sbp2: use correct speed in sbp2_agent_reset by Stefan Richter · 17 years ago
  29. 6f06148 firewire: fw-sbp2: correctly dereference by container_of by Jay Fenlason · 17 years ago
  30. 5cd54c9 firewire: fw-sbp2: implement nonexclusive login by Stefan Richter · 17 years ago
  31. 79352e9 firewire: fw-sbp2: let SCSI shutdown commands through before logout by Stefan Richter · 17 years ago
  32. cf47c7a firewire: fw-sbp2: implement max sectors limit for some old bridges by Stefan Richter · 17 years ago
  33. f139749 firewire: support S100B...S400B and link slower than PHY by Stefan Richter · 17 years ago
  34. 8a8cea2 firewire: missing newline in printk by Stefan Richter · 17 years ago
  35. b8f1065 firewire: fw-sbp2: remove unused struct member by Stefan Richter · 17 years ago
  36. 14e2198 firewire: fw-sbp2: implement sysfs ieee1394_id by Stefan Richter · 17 years ago
  37. 2d826cc firewire: Always use parens with sizeof. by Kristian Høgsberg · 17 years ago
  38. 213d7bb firewire: Drop single buffer request support. by Kristian Høgsberg · 17 years ago
  39. 36abb3b firewire: Add a comment to describe why we split the sg list. by Kristian Høgsberg, Stefan Richter · 17 years ago
  40. e1b68c4 firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand. by Kristian Høgsberg · 17 years ago
  41. 95ffc5e firewire: Handle the last few DMA mapping error cases. by Kristian Høgsberg · 17 years ago
  42. ad85274 firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata. by Kristian Høgsberg · 17 years ago
  43. 1e4c7b0 firewire: Provide module aliase for backwards compatibility. by Olaf Hering · 17 years ago
  44. a77754a firewire: Uppercase most macro names. by Kristian Høgsberg · 17 years ago
  45. a98e271 firewire: Coding style cleanup: no spaces after function names. by Kristian Høgsberg · 17 years ago
  46. c781c06 firewire: Clean up comment style. by Kristian Høgsberg · 17 years ago
  47. 0fc7d6e firewire: Do an agent reset on error recovery. by Kristian Høgsberg · 17 years ago
  48. 12f26aa firewire: Only free ORBs that completed the initial transaction. by Kristian Høgsberg · 17 years ago
  49. fbb5423 firewire: Forward SAM status codes to the scsi stack. by Kristian Høgsberg · 17 years ago
  50. b3d6e15 firewire: Add ref-counting for sbp2_device and hold a ref while we have work scheduled. by Kristian Høgsberg · 17 years ago
  51. 693b902 firewire: Zero out sd->scsi_host if we fail to register with the SCSI stack. by Kristian Høgsberg · 17 years ago
  52. 2aaad97 firewire: Don't time out command orbs, leave that to the scsi stack. by Kristian Høgsberg · 17 years ago
  53. 5c5539d firewire: Quiet down fw-sbp2 logging a bit, remove stale FIXME. by Kristian Høgsberg · 17 years ago
  54. 1da0c93 firewire: Only use INIT_DELAYED_WORK for first initialization. by Kristian Høgsberg · 17 years ago
  55. 82eff9d firewire: Use dma_mapping_error() for checking for DMA mapping errors. by Kristian Høgsberg · 17 years ago
  56. 27a15e5 firewire: Credit the old sbp2.c driver for being a good starting point. by Kristian Høgsberg · 17 years ago
  57. 374a003 firewire: Complete SCSI commands with DID_BUS_BUSY when a bus reset happens. by Kristian Høgsberg · 17 years ago
  58. 7f37c42 firewire: Introduce a retry mechanism for reconnects and logins. by Kristian Høgsberg · 17 years ago
  59. 1d3d52c firewire: fw-sbp2: Do ORB timeout right. by Kristian Høgsberg · 17 years ago
  60. 730c32f firewire: Implement proper transaction cancelation. by Kristian Høgsberg · 17 years ago
  61. cfb0138 firewire: fw-sbp2: set command set related device flags by Stefan Richter · 17 years ago
  62. 907293d firewire: consistent usage of node_id by Stefan Richter · 17 years ago
  63. 02af8e7 firewire: fw-sbp2: remove unused macro by Stefan Richter · 17 years ago
  64. 5fa1580 firewire: fw-sbp2: remove bogus "emulated" host flag by Stefan Richter · 17 years ago
  65. 5af4e5e firewire: comma after last enum item or initializer by Stefan Richter · 17 years ago
  66. 21ebcd1 firewire: mark some structs const by Stefan Richter · 17 years ago
  67. fe69ca3 firewire: build fix 3 by Stefan Richter · 18 years ago
  68. 0b5b290 firewire: build fix 2 by Andrew Morton · 18 years ago
  69. 9ba136d firewire: Add SBP-2 protocol driver for storage devices. by Kristian Høgsberg · 18 years ago