Commit Graph

68 Commits (16469a0ea0f6b7562eac98ebb8a7c41ce902d0b1)

Author SHA1 Message Date
Jarod Wilson 384170da93 firewire: fw-sbp2: Use sbp2 device-provided mgt orb timeout for logins 17 years ago
Jarod Wilson a4c379c197 firewire: fw-sbp2: increase login orb reply timeout, fix "failed to login" 17 years ago
Stefan Richter b5d2a5e04e firewire: enforce access order between generation and node ID, fix "giving up on config rom" 17 years ago
Stefan Richter 5a8a1bcd15 firewire: fw-sbp2: use device generation, not card generation 17 years ago
Stefan Richter 14dc992aa7 firewire: fw-sbp2: try to increase reconnect_hold (speed up reconnection) 17 years ago
Stefan Richter 4dccd020d7 firewire: fw-sbp2: skip unnecessary logout 17 years ago
Stefan Richter 4b11ea96a0 firewire: fw-sbp2: remove unused misleading macro 17 years ago
Stefan Richter b7811da2d9 firewire: fw-sbp2: prepare for s/g chaining 17 years ago
Stefan Richter 285838eb22 firewire: fw-sbp2: refactor workq and kref handling 17 years ago
James Bottomley 465ff3185e [SCSI] relax scsi dma alignment 17 years ago
Stefan Richter 7c45d1913f firewire: fw-sbp2: fix refcounting 17 years ago
Stefan Richter df8ec2490f firewire: fw-sbp2: use an own workqueue (fix system responsiveness) 18 years ago
Stefan Richter 2df222b8f8 firewire: fw-sbp2: expose module parameter for workarounds 18 years ago
Stefan Richter 5a3c2be6c9 firewire: fw-sbp2: add support for multiple logical units per target 18 years ago
Stefan Richter 1b34e97441 firewire: fw-sbp2: always enable IRQs before calling command ORB callback 18 years ago
Kristian Høgsberg e57d2011a6 firewire: Add ref-counting for sbp2 orbs (fix command abortion) 18 years ago
Stefan Richter 25659f7183 firewire: fw-sbp2: set correct maximum payload (fixes CardBus adapters) 18 years ago
Kristian Høgsberg b02b6bc465 [SCSI] Make scsi_host_template::proc_name const char * instead of char *. 18 years ago
Stefan Richter 412edf654a firewire: fw-sbp2: convert to new SCSI data buffer accessors 18 years ago
Stefan Richter 7aa484815f firewire: fw-sbp2: fix DMA mapping of management ORBs 18 years ago
Stefan Richter 8526392ae8 firewire: fw-sbp2: fix DMA mapping of command ORBs 18 years ago
Stefan Richter b4be016ad8 firewire: fw-sbp2: fix DMA mapping of S/G tables 18 years ago
Stefan Richter 332ef3310b firewire: fw-sbp2: add a boundary check 18 years ago
Stefan Richter 9fb2dd12c0 firewire: fw-sbp2: correctly align page tables 18 years ago
Stefan Richter e7cdf237b2 firewire: fw-sbp2: memset wants string.h 18 years ago
Stefan Richter ffd0db26dd firewire: fw-sbp2: use correct speed in sbp2_agent_reset 18 years ago
Jay Fenlason 6f061487f7 firewire: fw-sbp2: correctly dereference by container_of 18 years ago
Stefan Richter 5cd54c94b0 firewire: fw-sbp2: implement nonexclusive login 18 years ago
Stefan Richter 79352e9f94 firewire: fw-sbp2: let SCSI shutdown commands through before logout 18 years ago
Stefan Richter cf47c7a26c firewire: fw-sbp2: implement max sectors limit for some old bridges 18 years ago
Stefan Richter f139749001 firewire: support S100B...S400B and link slower than PHY 18 years ago
Stefan Richter 8a8cea2734 firewire: missing newline in printk 18 years ago
Stefan Richter b8f106570f firewire: fw-sbp2: remove unused struct member 18 years ago
Stefan Richter 14e2198646 firewire: fw-sbp2: implement sysfs ieee1394_id 18 years ago
Kristian Høgsberg 2d826cc5c7 firewire: Always use parens with sizeof. 18 years ago
Kristian Høgsberg 213d7bbd76 firewire: Drop single buffer request support. 18 years ago
Kristian Høgsberg, Stefan Richter 36abb3b18e firewire: Add a comment to describe why we split the sg list. 18 years ago
Kristian Høgsberg e1b68c4dcf firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand. 18 years ago
Kristian Høgsberg 95ffc5e314 firewire: Handle the last few DMA mapping error cases. 18 years ago
Kristian Høgsberg ad85274fb7 firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata. 18 years ago
Olaf Hering 1e4c7b0dab firewire: Provide module aliase for backwards compatibility. 18 years ago
Kristian Høgsberg a77754a75d firewire: Uppercase most macro names. 18 years ago
Kristian Høgsberg a98e271987 firewire: Coding style cleanup: no spaces after function names. 18 years ago
Kristian Høgsberg c781c06d11 firewire: Clean up comment style. 18 years ago
Kristian Høgsberg 0fc7d6e4f4 firewire: Do an agent reset on error recovery. 18 years ago
Kristian Høgsberg 12f26aa1b1 firewire: Only free ORBs that completed the initial transaction. 18 years ago
Kristian Høgsberg fbb5423c1d firewire: Forward SAM status codes to the scsi stack. 18 years ago
Kristian Høgsberg b3d6e15114 firewire: Add ref-counting for sbp2_device and hold a ref while we have work scheduled. 18 years ago
Kristian Høgsberg 693b902176 firewire: Zero out sd->scsi_host if we fail to register with the SCSI stack. 18 years ago
Kristian Høgsberg 2aaad97be6 firewire: Don't time out command orbs, leave that to the scsi stack. 18 years ago