summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-nextJiri Kosina2010-04-23277-3660/+7573
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-04-2210-41/+41
| |\
| | * [SCSI] bnx2i: Bug fixes related to MTU change issue when there are active isc...Anil Veerabhadrappa2010-04-113-4/+24
| | * [SCSI] ibmvscsi: fix DMA API misuseFUJITA Tomonori2010-04-111-27/+2
| | * [SCSI] wd7000: fix reset handler typo spin_unlock_irq() => spin_lock_irq()Dan Carpenter2010-04-111-1/+1
| | * [SCSI] iscsi_tcp: fix relogin/shutdown hangMike Christie2010-04-111-1/+1
| | * [SCSI] qla2xxx: fix lock imbalanceJiri Slaby2010-04-081-0/+1
| | * [SCSI] lpfc: fix lock imbalancesJiri Slaby2010-04-081-2/+2
| | * [SCSI] be2iscsi: fix lock imbalanceJiri Slaby2010-04-081-0/+1
| | * [SCSI] dpt_i2o: several use after free issuesDan Carpenter2010-04-081-6/+9
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-091-1/+1
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into for-linusJens Axboe2010-03-1914-18/+18
| | |\
| | * | Remove GENHD_FL_DRIVERFSNeilBrown2010-03-161-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-04-0510-84/+171
| |\ \ \
| | * | | [SCSI] qla1280: retain firmware for error recoveryMichael Reed2010-03-271-52/+109
| | * | | [SCSI] advansys: fix regression with request_firmware changeHerton Ronaldo Krzesinski2010-03-271-0/+8
| | * | | [SCSI] qla2xxx: Updated version number to 8.03.02-k2.Giridhar Malavali2010-03-271-2/+2
| | * | | [SCSI] qla2xxx: Prevent sending mbx commands from sysfs during isp reset.Santosh Vernekar2010-03-271-1/+5
| | * | | [SCSI] qla2xxx: Disable MSI on qla24xx chips other than QLA2432.Ben Hutchings2010-03-271-15/+13
| | * | | [SCSI] qla2xxx: Check to make sure multique and CPU affinity support is not e...Michael Hernandez2010-03-271-1/+3
| | * | | [SCSI] qla2xxx: Correct vp_idx checking during PORT_UPDATE processing.Andrew Vasquez2010-03-271-5/+4
| | * | | [SCSI] qla2xxx: Honour "Extended BB credits" bit for CNAs.Santosh Vernekar2010-03-272-4/+22
| | * | | [SCSI] scsi_transport_fc: Make sure commands are completed when rport is offlineSarang Radke2010-03-271-2/+2
| | * | | [SCSI] libiscsi: Fix recovery slowdown regressionMike Christie2010-03-271-2/+3
| * | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30165-11/+158
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-03-18131-3523/+7201
| |\ \ \
| | * | | [SCSI] scsi_transport_fc: Fix synchronization issue while deleting vportGal Rosen2010-03-081-12/+12
| | * | | [SCSI] bfa: Update the driver version to 2.1.2.1.Krishna Gudipati2010-03-071-1/+1
| | * | | [SCSI] bfa: Remove unused header files and did some cleanup.Krishna Gudipati2010-03-0713-238/+24
| | * | | [SCSI] bfa: Handle SCSI IO underrun case.Krishna Gudipati2010-03-071-2/+12
| | * | | [SCSI] bfa: FCS and include file changes.Krishna Gudipati2010-03-075-35/+22
| | * | | [SCSI] bfa: Modified the portstats get/clear logicKrishna Gudipati2010-03-077-706/+405
| | * | | [SCSI] bfa: Replace bfa_get_attr() with specific APIsKrishna Gudipati2010-03-0715-215/+195
| | * | | [SCSI] bfa: New portlog entries for events (FIP/FLOGI/FDISC/LOGO).Krishna Gudipati2010-03-074-8/+66
| | * | | [SCSI] bfa: Rename pport to fcport in BFA FCS.Krishna Gudipati2010-03-0725-735/+1103
| | * | | [SCSI] bfa: IOC fixes, check for IOC down condition.Krishna Gudipati2010-03-072-3/+18
| | * | | [SCSI] bfa: In MSIX mode, ignore spurious RME interrupts when FCoE ports are ...Krishna Gudipati2010-03-072-27/+17
| | * | | [SCSI] bfa: Fix Command Queue (CPE) full condition check and ack CPE interrupt.Krishna Gudipati2010-03-075-24/+74
| | * | | [SCSI] bfa: IOC recovery fix in fcmode.Krishna Gudipati2010-03-071-4/+13
| | * | | [SCSI] bfa: AEN and byte alignment fixes.Krishna Gudipati2010-03-079-64/+73
| | * | | [SCSI] bfa: Introduce a link notification state machine.Krishna Gudipati2010-03-072-15/+230
| | * | | [SCSI] bfa: Added firmware save clear feature for BFA driver.Krishna Gudipati2010-03-074-1/+20
| | * | | [SCSI] bfa: FCS authentication related changes.Krishna Gudipati2010-03-075-2/+33
| | * | | [SCSI] bfa: PCI VPD, FIP and include file changes.Krishna Gudipati2010-03-079-59/+178
| | * | | [SCSI] bfa: Fix to copy fpma MAC when requested by user space application.Krishna Gudipati2010-03-074-4/+20
| | * | | [SCSI] bfa: RPORT state machine: direct attach mode fix.Krishna Gudipati2010-03-071-4/+11
| | * | | [SCSI] bfa: Replace bfa_assert() with bfa_sm_fault()Krishna Gudipati2010-03-0714-146/+146
| | * | | [SCSI] bfa: Clear LL_HALT and PSS_ERR bit when IOC crashes.Krishna Gudipati2010-03-076-4/+70
| | * | | [SCSI] bfa: IOC changes: Support faster recovery and split bfa_ioc.c into ASI...Krishna Gudipati2010-03-0712-459/+859
| | * | | [SCSI] bfa: Resume BFA operations after firmware mismatch is resolved.Krishna Gudipati2010-03-047-59/+192
OpenPOWER on IntegriCloud