summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [SCSI] qla2xxx: Correct PRLI failure response code handling.Andrew Vasquez2010-10-251-6/+0
| * | | | | [SCSI] qla2xxx: Drop srb reference before waiting for completion.Mike Christie2010-10-251-41/+20
| * | | | | [SCSI] qla2xxx: Addition of shutdown callback handler.Madhuranath Iyengar2010-10-252-15/+74
| * | | | | [SCSI] qla2xxx: Initialize the vport_slock spinlock.Andrew Vasquez2010-10-251-0/+1
| * | | | | [SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug tracesMadhuranath Iyengar2010-10-253-19/+12
| * | | | | [SCSI] qla2xxx: Add flash read/update support using BSG interfaceHarish Zunjarrao2010-10-252-0/+127
| * | | | | [SCSI] qla2xxx: Group CS_RESET return status with other link level event stat...Chad Dupuis2010-10-251-4/+2
| * | | | | [SCSI] qla2xxx: Change del_timer_sync() to del_timer() in qla2x00_ctx_sp_free().Chad Dupuis2010-10-251-1/+1
| * | | | | [SCSI] qla2xxx: Add module parameter to enable/disable GFF_ID device type check.Chad Dupuis2010-10-253-2/+9
| * | | | | [SCSI] qla2xxx: Remove port down retry count.Chad Dupuis2010-10-254-40/+4
| * | | | | [SCSI] qla2xxx: locking problem in qla2x00_init_rings()Dan Carpenter2010-10-251-2/+2
| * | | | | [SCSI] sr: fix sr_drive_status handling when initialization requiredRobert Jennings2010-10-251-0/+9
| * | | | | [SCSI] fcoe: Fix broken NPIV with correction to MAC validationRobert Love2010-10-251-10/+6
| * | | | | [SCSI] libfcoe: VN2VN connection setup causing stack memory corruption.Kiran Patil2010-10-251-1/+1
| * | | | | [SCSI] libfc: Do not let disc work cancel itselfBhanu Prakash Gollapudi2010-10-252-4/+3
| * | | | | [SCSI] libfc: possible race could panic system due to NULL fsp->cmdVasu Dev2010-10-251-12/+6
| * | | | | [SCSI] fcoe: set default FIP mode as FIP_MODE_FABRICVasu Dev2010-10-251-1/+1
| * | | | | [SCSI] libfc: adds flogi retry in case DID is zero in RJTVasu Dev2010-10-251-8/+4
| * | | | | [SCSI] libfc: use DID_TRANSPORT_DISRUPTED while lport not readyVasu Dev2010-10-251-4/+2
| * | | | | [SCSI] libfc: fix setting of rport dev lossMike Christie2010-10-251-2/+2
| * | | | | [SCSI] gdth: integer overflow in ioctlDan Carpenter2010-10-251-0/+8
| * | | | | [SCSI] Fix race when removing SCSI devicesChristof Schmitt2010-10-251-1/+2
| * | | | | [SCSI] sd: Export effective protection mode in sysfsMartin K. Petersen2010-10-251-0/+23
| * | | | | [SCSI] qla4xxx: Update driver version to 5.02.00-k4Vikas Chaudhary2010-10-251-1/+1
| * | | | | [SCSI] qla4xxx: grab hardware_lock in eh_abort before accessing srbMike Christie2010-10-251-3/+6
| * | | | | [SCSI] qla4xxx: remove unwanted check for bad spdVikas Chaudhary2010-10-252-20/+0
| * | | | | [SCSI] qla4xxx: update AER support for ISP82XXVikas Chaudhary2010-10-252-35/+29
| * | | | | [SCSI] qla4xxx: Clear the rom lock if the firmware died while holding it.Shyam Sundar2010-10-251-6/+43
| * | | | | [SCSI] qla4xxx: use CRB Register for Request Queue in-pointerShyam Sundar2010-10-255-30/+16
| * | | | | [SCSI] qla4xxx: dump mailbox registers on System ErrorKaren Higgins2010-10-253-0/+104
| * | | | | [SCSI] qla4xxx: Add support for 8130/8131 AENs.Shyam Sundar2010-10-252-0/+14
| * | | | | [SCSI] qla4xxx: Reset seconds_since_last_heartbeat correctly.Lalit Chandivade2010-10-251-1/+3
| * | | | | [SCSI] qla4xxx: On firmware hang do not wait for the outstanding commands to ...Nilesh Javali2010-10-251-2/+4
| * | | | | [SCSI] qla4xxx: free_irqs on failed initialize_adapterVikas Chaudhary2010-10-251-0/+6
| * | | | | [SCSI] qla4xxx: correct data type of sense_len in qla4xxx_status_cont_entryVikas Chaudhary2010-10-251-1/+1
| * | | | | [SCSI] qla4xxx: remove "ha->retry_reset_ha_cnt" from wait_for_hba_onlineVikas Chaudhary2010-10-251-2/+0
| * | | | | [SCSI] qla4xxx: honor return status of qla4xxx_hw_resetVikas Chaudhary2010-10-251-2/+5
| * | | | | [SCSI] qla4xxx: Trivial cleanupVikas Chaudhary2010-10-255-22/+12
| * | | | | [SCSI] Fix regressions in scsi_internal_device_blockMike Christie2010-10-251-1/+2
| * | | | | [SCSI] zfcp: Use correct length for FCP_RSP_INFOChristof Schmitt2010-10-251-1/+1
| * | | | | [SCSI] zfcp: Call get_device on port before calling put_deviceChristof Schmitt2010-10-251-2/+2
| * | | | | [SCSI] zfcp: Fix adapter activation on link downSwen Schillig2010-10-251-3/+0
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git...Linus Torvalds2010-10-3120-37/+36
|\ \ \ \ \ \ \
| | * | | | | | semaphore: Remove mutex emulationThomas Gleixner2010-10-302-12/+2
| | * | | | | | staging: Final semaphore cleanupThomas Gleixner2010-10-3015-20/+20
| | * | | | | | jbd2: Convert jbd2_slab_create_sem to mutexThomas Gleixner2010-10-301-4/+4
| | * | | | | | hpfs: Convert sbi->hpfs_creation_de to mutexThomas Gleixner2010-10-303-4/+4
| * | | | | | | genirq: Fix up irq_node() for irq_data changes.Paul Mundt2010-10-281-1/+1
| * | | | | | | genirq: Add single IRQ reservation helperPaul Mundt2010-10-261-0/+5
| * | | | | | | genirq: Warn if enable_irq is called before irq is set upThomas Gleixner2010-10-221-0/+4
| | |_|_|_|/ / | |/| | | | |
OpenPOWER on IntegriCloud