summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2011-03-172-2/+0Star
|\
| * drivers: remove extraneous includes of smp_lock.hArnd Bergmann2011-03-022-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-174-22/+11Star
|\ \
| * | fcoe: correct checking for bondingJiri Pirko2011-03-151-3/+1Star
| * | ipv4: Create and use route lookup helpers.David S. Miller2011-03-131-17/+3Star
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-042-2/+2
| |\ \
| * | | cxgb{3,4}*: improve Kconfig dependenciesDimitris Michailidis2011-03-032-2/+6
| * | | ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-1/+2
| * | | ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller2011-03-011-1/+1
| * | | ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller2011-03-011-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-03-163-3/+3
|\ \ \
| * | | PM: Remove CONFIG_PM_OPSRafael J. Wysocki2011-03-153-3/+3
| | |/ | |/|
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-163-17/+100
|\ \ \
| * | | libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-022-3/+2Star
| * | | libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-022-4/+3Star
| * | | libata: remove ATA_FLAG_{SRST|SATA_RESET}Sergei Shtylyov2011-03-022-4/+4
| * | | ipr/sas_ata: use mode mask macros from <linux/ata.h>Sergei Shtylyov2011-03-022-5/+5
| * | | libsas: convert to libata new error handlerJames Bottomley2011-03-022-8/+93
| | |/ | |/|
* | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-163-3/+3
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into for-2.6.39Tejun Heo2011-02-2110-106/+132
| |\|
| * | scsi/scsi_tgt_lib: scsi_tgtd isn't used in memory reclaim pathTejun Heo2011-02-011-1/+1
| * | scsi/be2iscsi,qla2xxx: convert to alloc_workqueue()Tejun Heo2011-02-012-2/+2
* | | 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/+0Star
* | [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/+49Star
* | [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/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-post-merge-2.6Linus Torvalds2011-01-153-58/+50Star
|\
| * [SCSI] sd,sr: kill compat SDEV_MEDIA_CHANGE eventTejun Heo2011-01-142-9/+0Star
| * [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/+2Star
|\ \ | |/ |/|
| * PCI: make pci_restore_state return voidJon Mason2010-12-232-13/+2Star
* | 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/+41Star
| * | 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/+6Star
| * | 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