| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2010-12-24 | 9 | -46/+47 |
|\ |
|
| * | [SCSI] bfa: rename log_level to bfa_log_level | Jing Huang | 2010-12-20 | 9 | -46/+47 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-12-20 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead | Martin K. Petersen | 2010-12-17 | 1 | -2/+1 |
* | | [SCSI] hpsa: fix redefinition of PCI_DEVICE_ID_CISSF | Mike Miller | 2010-12-09 | 1 | -7/+1 |
* | | [SCSI] qla2xxx: Update version number to 8.03.05-k0. | Madhuranath Iyengar | 2010-12-09 | 1 | -2/+2 |
* | | [SCSI] qla2xxx: Properly set the return value in qla2xxx_eh_abort function. | Saurav Kashyap | 2010-12-09 | 1 | -1/+1 |
* | | [SCSI] qla2xxx: Correct issue where NPIV-config data was not being allocated ... | Andrew Vasquez | 2010-12-09 | 1 | -0/+1 |
* | | [SCSI] qla2xxx: Change MSI initialization from using incorrect request_irq pa... | Mike Hernandez | 2010-12-09 | 2 | -3/+3 |
* | | [SCSI] qla2xxx: Populate Command Type 6 LUN field properly. | Mike Hernandez | 2010-12-09 | 2 | -0/+2 |
* | | [SCSI] Eliminate error handler overload of the SCSI serial number | James Bottomley | 2010-12-09 | 2 | -29/+2 |
* | | [SCSI] pmcraid: disable msix and expand device config entry | Anil Ravindranath | 2010-12-09 | 2 | -5/+5 |
* | | [SCSI] osd: checking NULL instead of ERR_PTR() | Dan Carpenter | 2010-12-09 | 1 | -2/+2 |
|/ |
|
* | SCSI: arm fas216: fix missing ';' | Russell King | 2010-11-23 | 1 | -1/+1 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 3 | -3/+0 |
* | SCSI host lock push-down | Jeff Garzik | 2010-11-16 | 95 | -167/+271 |
* | block: remove REQ_HARDBARRIER | Christoph Hellwig | 2010-11-10 | 1 | -13/+5 |
* | [SCSI] pmcraid: add support for set timestamp command and other fixes | Anil Ravindranath | 2010-10-29 | 2 | -22/+129 |
* | [SCSI] pmcraid: remove duplicate struct member | Anil Ravindranath | 2010-10-26 | 1 | -1/+0 |
* | [SCSI] qla4xxx: Fix cmd check in qla4xxx_cmd_wait | Mike Christie | 2010-10-26 | 1 | -1/+7 |
* | [SCSI] megaraid_sas: Version and documentation update | Yang, Bo | 2010-10-26 | 2 | -4/+4 |
* | [SCSI] megaraid_sas: Add three times Online controller reset | Yang, Bo | 2010-10-26 | 1 | -1/+69 |
* | [SCSI] megaraid_sas: Add input parameter for max_sectors | Yang, Bo | 2010-10-26 | 2 | -0/+31 |
* | [SCSI] megaraid_sas: support devices update flag | Yang, Bo | 2010-10-26 | 1 | -0/+24 |
* | [SCSI] libosd: write/read_sg_kern API | Boaz Harrosh | 2010-10-26 | 1 | -0/+71 |
* | [SCSI] libosd: Support for scatter gather write/read commands | Boaz Harrosh | 2010-10-26 | 1 | -5/+143 |
* | [SCSI] libosd: Free resources in reverse order of allocation | Boaz Harrosh | 2010-10-26 | 1 | -4/+5 |
* | [SCSI] libosd: Fix bug in attr_page handling | Boaz Harrosh | 2010-10-26 | 1 | -6/+10 |
* | [SCSI] lpfc 8.3.18: Update lpfc driver version to 8.3.18 | James Smart | 2010-10-26 | 1 | -1/+1 |
* | [SCSI] lpfc 8.3.18: Add new WQE support | James Smart | 2010-10-26 | 3 | -207/+197 |
* | [SCSI] lpfc 8.3.18: Fix critical errors | James Smart | 2010-10-26 | 3 | -5/+15 |
* | [SCSI] lpfc 8.3.18: Adapter Shutdown and Unregistration cleanup | James Smart | 2010-10-26 | 7 | -28/+235 |
* | [SCSI] lpfc 8.3.18: Add logic to detect last devloss timeout | James Smart | 2010-10-26 | 7 | -204/+327 |
* | [SCSI] lpfc 8.3.18: Add support of received ELS commands | James Smart | 2010-10-25 | 3 | -2/+389 |
* | [SCSI] lpfc 8.3.18: FC/FCoE Discovery fixes | James Smart | 2010-10-25 | 3 | -50/+58 |
* | [SCSI] ipr: add definitions for a new adapter | Wayne Boyer | 2010-10-25 | 2 | -0/+3 |
* | [SCSI] bfa: fix comments for c files | Jing Huang | 2010-10-25 | 18 | -1003/+943 |
* | [SCSI] bfa: fix comments for header files | Jing Huang | 2010-10-25 | 16 | -267/+266 |
* | [SCSI] bfa: fix frame size over 1024 compile warning | Jing Huang | 2010-10-25 | 4 | -32/+15 |
* | [SCSI] bfa: remove os wrapper functions and macros | Jing Huang | 2010-10-25 | 10 | -258/+226 |
* | [SCSI] bfa: replace endian swap macros with the ones provided by linux | Jing Huang | 2010-10-25 | 14 | -218/+191 |
* | [SCSI] bfa: remove os wrapper and unused functions | Jing Huang | 2010-10-25 | 15 | -396/+136 |
* | [SCSI] scsi_dh_rdac: Add two new SUN devices to rdac_dev_list | Chauhan, Vijay | 2010-10-25 | 1 | -0/+2 |
* | [SCSI] cxgb4i: ignore informational act-open-rpl message | Karen Xie | 2010-10-25 | 1 | -0/+3 |
* | [SCSI] qla2xxx: Avoid depending on SCSI host_lock in queuecommand function. | Giridhar Malavali | 2010-10-25 | 3 | -13/+11 |
* | [SCSI] qla2xxx: Correct PRLI failure response code handling. | Andrew Vasquez | 2010-10-25 | 1 | -6/+0 |
* | [SCSI] qla2xxx: Drop srb reference before waiting for completion. | Mike Christie | 2010-10-25 | 1 | -41/+20 |
* | [SCSI] qla2xxx: Addition of shutdown callback handler. | Madhuranath Iyengar | 2010-10-25 | 2 | -15/+74 |
* | [SCSI] qla2xxx: Initialize the vport_slock spinlock. | Andrew Vasquez | 2010-10-25 | 1 | -0/+1 |
* | [SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug traces | Madhuranath Iyengar | 2010-10-25 | 3 | -19/+12 |