summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* block: add @force_kblockd to __blk_run_queue()Tejun Heo2011-03-022-2/+2
* [SCSI] qla2xxx: Return DID_NO_CONNECT when FC device is lost.Andrew Vasquez2011-02-151-1/+0
* [SCSI] scsi_debug: Fix 32-bit overflow in do_device_access causing memory cor...Darrick J. Wong2011-02-121-1/+1
* [SCSI] qla2xxx: Change from irq to irqsave with host_lockMadhuranath Iyengar2011-02-123-8/+12
* [SCSI] qla2xxx: Fix race that could hang kthread_stop()James Bottomley2011-02-121-1/+3
* [SCSI] libsas: fix runaway error handler problemJames Bottomley2011-01-241-0/+1
* [SCSI] arcmsr: Fix the issue of system hangup after commands timeout on ARC-1200NickCheng2011-01-243-78/+49
* [SCSI] mpt2sas: fix Integrated Raid unsynced on shutdown problemKashyap, Desai2011-01-241-0/+1
* [SCSI] mpt2sas: Kernel Panic during Large Topology discovery Kashyap, Desai2011-01-241-2/+11
* [SCSI] mpt2sas: Fix the race between broadcast asyn event and scsi command co...Kashyap, Desai2011-01-241-9/+45
* [SCSI] mpt2sas: Correct resizing calculation for max_queue_depthKashyap, Desai2011-01-241-3/+3
* [SCSI] mpt2sas: fix internal device reset for older firmware prior to MPI Rev KKashyap, Desai2011-01-241-0/+6
* [SCSI] mpt2sas: Fix device removal handshake for zoned devicesKashyap, Desai2011-01-241-3/+0
* 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
OpenPOWER on IntegriCloud