| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-post-merge-2.6 | Linus Torvalds | 2011-01-15 | 3 | -58/+50 |
|\ |
|
| * | [SCSI] sd,sr: kill compat SDEV_MEDIA_CHANGE event | Tejun Heo | 2011-01-14 | 2 | -9/+0 |
| * | [SCSI] sd: implement sd_check_events() | Tejun Heo | 2011-01-14 | 2 | -52/+53 |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-01-14 | 2 | -13/+2 |
|\ \
| |/
|/| |
|
| * | PCI: make pci_restore_state return void | Jon Mason | 2010-12-23 | 2 | -13/+2 |
* | | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-01-13 | 5 | -99/+103 |
|\ \ |
|
| * | | Revert "sd: implement sd_check_events()" | Jens Axboe | 2010-12-22 | 2 | -47/+41 |
| * | | sd: implement sd_check_events() | Tejun Heo | 2010-12-16 | 2 | -41/+47 |
| * | | sr: implement sr_check_events() | Tejun Heo | 2010-12-16 | 2 | -53/+98 |
| * | | scsi: replace sr_test_unit_ready() with scsi_test_unit_ready() | Tejun Heo | 2010-12-16 | 5 | -51/+6 |
| * | | scsi: fix TUR error handling in sr_media_change() | Tejun Heo | 2010-12-16 | 1 | -7/+11 |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 20 | -27/+29 |
|\ \ \ |
|
| * | | | drivers: fix comment typo diable -> disable. | Justin P. Mattock | 2011-01-03 | 1 | -1/+1 |
| * | | | Merge branch 'master' into for-next | Jiri Kosina | 2010-12-22 | 179 | -3228/+4339 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | fix comment typos concerning "consistent" | Uwe Kleine-König | 2010-12-10 | 1 | -1/+1 |
| * | | | SCSI: improve two error messages | Alan Stern | 2010-11-26 | 1 | -2/+4 |
| * | | | drivers: scsi: fix typo in comment | Andrea Gelmini | 2010-11-03 | 1 | -1/+1 |
| * | | | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 16 | -22/+22 |
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2011-01-10 | 2 | -3/+2 |
|\ \ \ \ |
|
| * | | | | [libata] avoid needlessly passing around ptr to SCSI completion func | Jeff Garzik | 2011-01-06 | 2 | -3/+2 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2011-01-07 | 142 | -5957/+10326 |
|\ \ \ \ \ |
|
| * | | | | | [SCSI] arcmsr: fix write to device check | roel kluin | 2011-01-03 | 1 | -2/+1 |
| * | | | | | [SCSI] lpfc: lower stack use in lpfc_fc_frame_check | Tomas Henzl | 2011-01-03 | 1 | -1/+2 |
| * | | | | | [SCSI] eliminate an unnecessary local variable from scsi_remove_target() | Alan Stern | 2011-01-03 | 1 | -4/+2 |
| * | | | | | [SCSI] libiscsi: use bh locking instead of irq with session lock | Mike Christie | 2010-12-31 | 1 | -8/+6 |
| * | | | | | [SCSI] libiscsi: do not take host lock in queuecommand | Mike Christie | 2010-12-31 | 1 | -23/+14 |
| * | | | | | [SCSI] be2iscsi: fix null ptr when accessing task hdr | Mike Christie | 2010-12-31 | 1 | -1/+2 |
| * | | | | | [SCSI] be2iscsi: fix gfp use in alloc_pdu | Mike Christie | 2010-12-31 | 1 | -1/+1 |
| * | | | | | [SCSI] libiscsi: add more informative failure message during iscsi scsi eh | Mike Christie | 2010-12-31 | 1 | -5/+5 |
| * | | | | | [SCSI] gdth: Add missing call to gdth_ioctl_free | Julia Lawall | 2010-12-31 | 2 | -5/+15 |
| * | | | | | [SCSI] bfa: remove unused defintions and misc cleanups | Jing Huang | 2010-12-31 | 9 | -514/+158 |
| * | | | | | [SCSI] bfa: remove inactive functions | Jing Huang | 2010-12-31 | 7 | -74/+0 |
| * | | | | | [SCSI] bfa: replace bfa_assert with WARN_ON | Jing Huang | 2010-12-31 | 16 | -135/+125 |
| * | | | | | [SCSI] qla2xxx: Use sg_next to fetch next sg element while walking sg list. | Giridhar Malavali | 2010-12-23 | 1 | -1/+1 |
| * | | | | | [SCSI] qla2xxx: Fix to avoid recursive lock failure during BSG timeout. | Giridhar Malavali | 2010-12-23 | 1 | -0/+2 |
| * | | | | | [SCSI] qla2xxx: Remove code to not reset ISP82xx on failure. | Giridhar Malavali | 2010-12-23 | 3 | -10/+1 |
| * | | | | | [SCSI] qla2xxx: Display mailbox register 4 during 8012 AEN for ISP82XX parts. | Andrew Vasquez | 2010-12-23 | 1 | -0/+2 |
| * | | | | | [SCSI] qla2xxx: Don't perform a BIG_HAMMER if Get-ID (0x20) mailbox command f... | Andrew Vasquez | 2010-12-23 | 1 | -0/+1 |
| * | | | | | [SCSI] qla2xxx: Remove redundant module parameter permission bits | Joe Carnuccio | 2010-12-23 | 1 | -16/+16 |
| * | | | | | [SCSI] qla2xxx: Add sysfs node for displaying board temperature. | Andrew Vasquez | 2010-12-23 | 5 | -1/+97 |
| * | | | | | [SCSI] qla2xxx: Code cleanup to remove unwanted comments and code. | Giridhar Malavali | 2010-12-23 | 2 | -38/+0 |
| * | | | | | [SCSI] qla2xxx: Fix for memory wedge on fw halt for ISP82XX | Madhuranath Iyengar | 2010-12-23 | 1 | -0/+44 |
| * | | | | | [SCSI] qla2xxx: Update FCP priority information to firmware before sending IOs | Madhuranath Iyengar | 2010-12-23 | 4 | -11/+12 |
| * | | | | | [SCSI] qla2xxx: Fixed zero test on new_config in qla2x00_process_loopback(). | Joe Carnuccio | 2010-12-23 | 1 | -1/+1 |
| * | | | | | [SCSI] qla2xxx: Populate FCP_PRIO location for no *FLT* case | Andrew Vasquez | 2010-12-23 | 1 | -4/+7 |
| * | | | | | [SCSI] qla2xxx: list cursors are not null | Dan Carpenter | 2010-12-23 | 2 | -2/+2 |
| * | | | | | [SCSI] qla2xxx: Added support for quiescence mode for ISP82xx. | Saurav Kashyap | 2010-12-23 | 5 | -6/+224 |
| * | | | | | [SCSI] megaraid_sas: Add 9565/9285 specific code | adam radford | 2010-12-23 | 6 | -111/+3751 |
| * | | | | | [SCSI] megaraid_sas: Add struct megasas_instance_template changes | adam radford | 2010-12-23 | 2 | -105/+180 |
| * | | | | | [SCSI] megaraid_sas: Use lowest memory bar for SR-IOV VF support | adam radford | 2010-12-23 | 2 | -19/+11 |