Age | Commit message (Expand) | Author | Files | Lines |
2009-09-20 | includecheck fix: drivers/scsi, ibmvscsi.c | Jaswinder Singh Rajput | 1 | -1/+0 |
2009-08-22 | [SCSI] ibmvscsi: avoid unnecessary use of kzalloc_pool | Sage Weil | 1 | -1/+1 |
2009-06-25 | [SCSI] ibmvscsi: Fix module load hang | Brian King | 1 | -1/+6 |
2009-06-21 | ibmvfc: Fix endless PRLI loop in discovery | Brian King | 2 | -4/+13 |
2009-06-21 | ibmvfc: Process async events before command responses | Brian King | 1 | -10/+10 |
2009-06-15 | ibmvscsi: gadget: at91_udc: remove driver_data direct access of struct device | Greg Kroah-Hartman | 2 | -4/+4 |
2009-06-08 | [SCSI] ibmvscsi: Add support for capabilities MAD | Brian King | 3 | -27/+255 |
2009-06-08 | [SCSI] ibmvscsi: Enable fast fail feature | Robert Jennings | 2 | -2/+71 |
2009-06-08 | [SCSI] ibmvscsi: Send adapter info before login | Brian King | 1 | -85/+85 |
2009-06-08 | [SCSI] ibmvscsi: Add specific timeouts for operations | Robert Jennings | 1 | -12/+16 |
2009-06-08 | [SCSI] ibmvscsi: Add 16 byte CDB support | Brian King | 1 | -0/+1 |
2009-06-08 | [SCSI] ibmvfc: Driver version 1.0.6 | Brian King | 1 | -2/+2 |
2009-06-08 | [SCSI] ibmvfc: Improve LOGO/PRLO ELS handling | Brian King | 1 | -1/+37 |
2009-06-08 | [SCSI] ibmvfc: Improve device rediscovery | Brian King | 1 | -3/+3 |
2009-06-08 | [SCSI] ibmvfc: Add flush on halt support | Brian King | 2 | -5/+42 |
2009-06-08 | [SCSI] ibmvfc: Add support for NPIV Logout | Brian King | 2 | -4/+105 |
2009-06-08 | [SCSI] ibmvfc: Fix deadlock in EH | Brian King | 2 | -41/+86 |
2009-06-08 | [SCSI] ibmvfc: Reduce error logging noise | Brian King | 2 | -26/+48 |
2009-06-08 | [SCSI] ibmvfc: Use DEVICE_ATTR macro | Brian King | 1 | -54/+13 |
2009-06-08 | [SCSI] ibmvfc: Fixup GFP flags for target allocations | Brian King | 1 | -1/+1 |
2009-06-08 | [SCSI] ibmvfc: Fix invalid error response handling | Brian King | 1 | -1/+1 |
2009-05-23 | [SCSI] ibmvscsi: Remove redundant test on unsigned. | Roel Kluin | 1 | -3/+0 |
2009-04-03 | [SCSI] ibmvfc: Driver version 1.0.5 | Brian King | 1 | -2/+2 |
2009-04-03 | [SCSI] ibmvfc: Improve ADISC timeout handling | Brian King | 2 | -3/+106 |
2009-04-03 | [SCSI] ibmvfc: Show host maxframe_size | Brian King | 1 | -0/+1 |
2009-04-03 | [SCSI] ibmvfc: Fixup module parms attributes | Brian King | 1 | -1/+1 |
2009-04-03 | [SCSI] ibmvfc: Fix dropped interrupts | Brian King | 2 | -2/+24 |
2009-03-12 | [SCSI] ibmvfc: Better handle other FC initiators | Brian King | 1 | -4/+58 |
2009-02-10 | [SCSI] ibmvfc: Increase cancel timeout | Brian King | 1 | -1/+1 |
2009-02-10 | [SCSI] ibmvfc: Fix rport relogin | Brian King | 1 | -1/+11 |
2009-02-10 | [SCSI] ibmvfc: Fix command timeout errors | Brian King | 1 | -3/+0 |
2009-02-10 | [SCSI] ibmvscsi: Correct DMA mapping leak | Robert Jennings | 1 | -0/+1 |
2009-01-25 | [SCSI] ibmvfc: Fix DMA mapping leak on memory allocation failure | Brian King | 1 | -1/+3 |
2009-01-16 | powerpc: Cleanup from l64 to ll64 change drivers/scsi | Stephen Rothwell | 2 | -10/+10 |
2009-01-13 | powerpc: Change u64/s64 to a long long integer type | Ingo Molnar | 1 | -6/+6 |
2009-01-02 | [SCSI] ibmvscsi: Make max_requests module parameter more accurate | Brian King | 1 | -6/+10 |
2009-01-02 | [SCSI] ibmvfc: Fixup command response translation | Brian King | 1 | -5/+5 |
2009-01-02 | [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
2008-12-29 | [SCSI] ibmvfc: Improve async event handling | Brian King | 2 | -5/+7 |
2008-12-29 | [SCSI] ibmvscsi: Don't fail EH due to insufficient resources | Brian King | 1 | -2/+2 |
2008-12-29 | [SCSI] ibmvfc: Fix errors due to inconsistent command data | Brian King | 1 | -0/+2 |
2008-12-29 | [SCSI] ibmvfc: Delay NPIV login retry and add retries | Brian King | 2 | -6/+15 |
2008-12-29 | [SCSI] ibmvfc: Driver version 1.0.4 | Brian King | 1 | -2/+2 |
2008-12-29 | [SCSI] ibmvfc: Handle port login required response | Brian King | 2 | -0/+4 |
2008-12-29 | [SCSI] ibmvfc: Fix command timeouts due to cached CRQ access | Brian King | 1 | -8/+8 |
2008-12-29 | [SCSI] ibmvfc: Fix oops in interrupt handler | Brian King | 1 | -1/+1 |
2008-12-29 | [SCSI] ibmvfc: Driver version 1.0.3 | Brian King | 1 | -2/+2 |
2008-12-29 | [SCSI] ibmvfc: Quiet gcc warning in ibmvfc_reset_device | Brian King | 1 | -1/+1 |
2008-12-29 | [SCSI] ibmvfc: Fix target initialization failure retry handling | Brian King | 2 | -20/+23 |
2008-12-29 | [SCSI] ibmvfc: Error handling fixes | Brian King | 2 | -61/+148 |