summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] lpfc 8.3.32: Correct successful aborts returning error statusJames Smart2012-07-201-12/+12
* [SCSI] lpfc 8.3.32: Correct provisioning change failure on local functionJames Smart2012-07-206-46/+98
* [SCSI] lpfc 8.3.32: Correct host DIF configuration that hung systemJames Smart2012-07-201-2/+33
* [SCSI] lpfc 8.3.32: Fix CQ and EQ dump failure for debugfsJames Smart2012-07-201-4/+14
* [SCSI] lpfc 8.3.32: Correct null pointer Error in lpfc_sli.cJames Smart2012-07-201-13/+7
* [SCSI] lpfc 8.3.32: lpfc_sli.c: add missing jumps to mempool_freeJames Smart2012-07-201-8/+16
* [SCSI] bnx2fc: Bumped version to 1.0.12Bhanu Prakash Gollapudi2012-07-202-2/+2
* [SCSI] bnx2fc: use list_entry instead of explicit castBhanu Prakash Gollapudi2012-07-203-28/+13
* [SCSI] bnx2fc: Improve error recovery by handling parity errorsBhanu Prakash Gollapudi2012-07-203-6/+24
* [SCSI] remove old comment from block/unblock functionsMike Christie2012-07-201-3/+1
* [SCSI] core, classes, mpt2sas: have scsi_internal_device_unblock take new stateMike Christie2012-07-206-33/+40
* [SCSI] add new SDEV_TRANSPORT_OFFLINE stateMike Christie2012-07-202-0/+7
* [SCSI] libfcoe: Fix section mismatchMark Rustad2012-07-201-1/+1
* [SCSI] bnx2fc: Support interface creation on non-VLAN interface also.Bhanu Prakash Gollapudi2012-07-201-16/+17
* [SCSI] bnx2fc: Reduce object size by consolidating formatsJoe Perches2012-07-204-57/+95
* [SCSI] bnx2fc: use kthread_create_on_nodeEric Dumazet2012-07-201-3/+3
* [SCSI] Remove scsi_wait_scan moduleJames Bottomley2012-07-203-56/+0
* [SCSI] libfc: update fcp and exch statsVasu Dev2012-07-202-5/+32
* [SCSI] libfc: adds FCP failures statsVasu Dev2012-07-201-0/+8
* [SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsVasu Dev2012-07-209-62/+61
* [SCSI] fc: add some more FC specific stats to fc_hostVasu Dev2012-07-201-0/+18
* Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds2012-07-181-5/+0
* [SCSI] bnx2i: Removed the reference to the netdev->base_addrEddie Wai2012-07-083-7/+7
* [SCSI] libsas: fix taskfile corruption in sas_ata_qc_fill_rtfDan Williams2012-07-082-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2012-07-061-17/+18
|\
| * qla2xxx: print the right array elements in qlt_async_eventAlan Cox2012-07-061-17/+18
* | SCSI & usb-storage: add try_rc_10_first flagAlan Stern2012-06-221-0/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-06-152-4/+2
|\ \ | |/ |/|
| * [SCSI] Fix sd_probe_domain config problemJames Bottomley2012-06-071-3/+1
| * [SCSI] mpt2sas: Fix unsafe using smp_processor_id() in preemptiblenagalakshmi.nandigama@lsi.com2012-06-061-1/+1
* | qla2xxx: Remove version.h header file inclusionSachin Kamat2012-06-122-2/+0
* | tcm_qla2xxx: Handle malformed wwn strings properlyRoland Dreier2012-06-121-1/+3
* | tcm_qla2xxx: tcm_qla2xxx_handle_tmr() can be staticRoland Dreier2012-06-121-2/+2
* | qla2xxx: Don't leak commands we give up on in qlt_do_work()Roland Dreier2012-06-121-1/+3
* | qla2xxx: Don't crash if we can't find cmd for failed CTIORoland Dreier2012-06-121-4/+2
* | tcm_qla2xxx: Don't insert nacls without sessions into the btreeRoland Dreier2012-06-121-73/+0
* | tcm_qla2xxx: Clear session s_id + loop_id earlier during shutdownNicholas Bellinger2012-06-121-17/+31
* | tcm_qla2xxx: Convert to TFO->put_session() usageJoern Engel2012-06-121-1/+22
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-05-3152-674/+11896
|\
| * [SCSI] fix scsi_wait_scanJames Bottomley2012-05-301-1/+1
| * [SCSI] fix async probe regressionDan Williams2012-05-301-2/+5
| * [SCSI] be2iscsi: fix dma free size mismatch regressionMike Christie2012-05-301-3/+2
| * [SCSI] qla4xxx: Update driver version to 5.02.00-k17Vikas Chaudhary2012-05-301-1/+1
| * [SCSI] qla4xxx: Capture minidump for ISP82XX on firmware failureTej Parkash2012-05-309-16/+1293
| * [SCSI] qla4xxx: Add change_queue_depth API supportTej Parkash2012-05-301-0/+20
| * [SCSI] qla4xxx: Fix clear ddb mbx command failure issue.Manish Rangankar2012-05-301-1/+35
| * [SCSI] qla4xxx: Fix kernel panic during discovery logout.Manish Rangankar2012-05-301-1/+2
| * [SCSI] qla4xxx: Correct early completion of pending mbox.Lalit Chandivade2012-05-301-19/+19
| * [SCSI] fcoe, bnx2fc, libfcoe: SW FCoE and bnx2fc use FCoE SyfsRobert Love2012-05-233-25/+268
| * [SCSI] libfcoe: Add fcoe_sysfsRobert Love2012-05-233-3/+844
OpenPOWER on IntegriCloud