aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-post-merge-2.6Linus Torvalds2011-01-143-58/+50
|\
| * [SCSI] sd,sr: kill compat SDEV_MEDIA_CHANGE eventTejun Heo2011-01-142-9/+0
| * [SCSI] sd: implement sd_check_events()Tejun Heo2011-01-142-52/+53
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-01-142-13/+2
|\ \ | |/ |/|
| * PCI: make pci_restore_state return voidJon Mason2010-12-232-13/+2
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-135-99/+103
|\ \
| * | Revert "sd: implement sd_check_events()"Jens Axboe2010-12-222-47/+41
| * | sd: implement sd_check_events()Tejun Heo2010-12-162-41/+47
| * | sr: implement sr_check_events()Tejun Heo2010-12-162-53/+98
| * | scsi: replace sr_test_unit_ready() with scsi_test_unit_ready()Tejun Heo2010-12-165-51/+6
| * | scsi: fix TUR error handling in sr_media_change()Tejun Heo2010-12-161-7/+11
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-1320-27/+29
|\ \ \
| * | | drivers: fix comment typo diable -> disable.Justin P. Mattock2011-01-031-1/+1
| * | | Merge branch 'master' into for-nextJiri Kosina2010-12-22179-3228/+4339
| |\ \ \ | | | |/ | | |/|
| * | | fix comment typos concerning "consistent"Uwe Kleine-König2010-12-101-1/+1
| * | | SCSI: improve two error messagesAlan Stern2010-11-261-2/+4
| * | | drivers: scsi: fix typo in commentAndrea Gelmini2010-11-031-1/+1
| * | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-0116-22/+22
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-102-3/+2
|\ \ \ \
| * | | | [libata] avoid needlessly passing around ptr to SCSI completion funcJeff Garzik2011-01-052-3/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-01-07142-5957/+10326
|\ \ \ \ \
| * | | | | [SCSI] arcmsr: fix write to device checkroel kluin2011-01-031-2/+1
| * | | | | [SCSI] lpfc: lower stack use in lpfc_fc_frame_checkTomas Henzl2011-01-031-1/+2
| * | | | | [SCSI] eliminate an unnecessary local variable from scsi_remove_target()Alan Stern2011-01-031-4/+2
| * | | | | [SCSI] libiscsi: use bh locking instead of irq with session lockMike Christie2010-12-311-8/+6
| * | | | | [SCSI] libiscsi: do not take host lock in queuecommandMike Christie2010-12-311-23/+14
| * | | | | [SCSI] be2iscsi: fix null ptr when accessing task hdrMike Christie2010-12-311-1/+2
| * | | | | [SCSI] be2iscsi: fix gfp use in alloc_pduMike Christie2010-12-311-1/+1
| * | | | | [SCSI] libiscsi: add more informative failure message during iscsi scsi ehMike Christie2010-12-311-5/+5
| * | | | | [SCSI] gdth: Add missing call to gdth_ioctl_freeJulia Lawall2010-12-312-5/+15
| * | | | | [SCSI] bfa: remove unused defintions and misc cleanupsJing Huang2010-12-319-514/+158
| * | | | | [SCSI] bfa: remove inactive functionsJing Huang2010-12-317-74/+0
| * | | | | [SCSI] bfa: replace bfa_assert with WARN_ONJing Huang2010-12-3116-135/+125
| * | | | | [SCSI] qla2xxx: Use sg_next to fetch next sg element while walking sg list.Giridhar Malavali2010-12-231-1/+1
| * | | | | [SCSI] qla2xxx: Fix to avoid recursive lock failure during BSG timeout.Giridhar Malavali2010-12-231-0/+2
| * | | | | [SCSI] qla2xxx: Remove code to not reset ISP82xx on failure.Giridhar Malavali2010-12-233-10/+1
| * | | | | [SCSI] qla2xxx: Display mailbox register 4 during 8012 AEN for ISP82XX parts.Andrew Vasquez2010-12-231-0/+2
| * | | | | [SCSI] qla2xxx: Don't perform a BIG_HAMMER if Get-ID (0x20) mailbox command f...Andrew Vasquez2010-12-231-0/+1
| * | | | | [SCSI] qla2xxx: Remove redundant module parameter permission bitsJoe Carnuccio2010-12-231-16/+16
| * | | | | [SCSI] qla2xxx: Add sysfs node for displaying board temperature.Andrew Vasquez2010-12-235-1/+97
| * | | | | [SCSI] qla2xxx: Code cleanup to remove unwanted comments and code.Giridhar Malavali2010-12-232-38/+0
| * | | | | [SCSI] qla2xxx: Fix for memory wedge on fw halt for ISP82XXMadhuranath Iyengar2010-12-231-0/+44
| * | | | | [SCSI] qla2xxx: Update FCP priority information to firmware before sending IOsMadhuranath Iyengar2010-12-234-11/+12
| * | | | | [SCSI] qla2xxx: Fixed zero test on new_config in qla2x00_process_loopback().Joe Carnuccio2010-12-231-1/+1
| * | | | | [SCSI] qla2xxx: Populate FCP_PRIO location for no *FLT* caseAndrew Vasquez2010-12-231-4/+7
| * | | | | [SCSI] qla2xxx: list cursors are not nullDan Carpenter2010-12-232-2/+2
| * | | | | [SCSI] qla2xxx: Added support for quiescence mode for ISP82xx.Saurav Kashyap2010-12-235-6/+224
| * | | | | [SCSI] megaraid_sas: Add 9565/9285 specific codeadam radford2010-12-226-111/+3751
| * | | | | [SCSI] megaraid_sas: Add struct megasas_instance_template changesadam radford2010-12-222-105/+180
| * | | | | [SCSI] megaraid_sas: Use lowest memory bar for SR-IOV VF supportadam radford2010-12-222-19/+11