summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-10-1720-27/+305
|\
| * block: remove __generic_unplug_device() from exportsJens Axboe2008-10-174-4/+3Star
| * block: move q->unplug_work initializationPeter Zijlstra2008-10-172-2/+1Star
| * blktrace: pass zfcp driver dataStefan Raspl2008-10-174-0/+49
| * blktrace: add support for driver dataStefan Raspl2008-10-171-0/+32
| * block: fix current kernel-doc warningsRandy Dunlap2008-10-173-4/+5
| * block: only call ->request_fn when the queue is not stoppedJens Axboe2008-10-172-6/+20
| * block: simplify string handling in elv_iosched_store()Li Zefan2008-10-171-7/+2Star
| * block: fix kernel-doc for blk_alloc_devt()Li Zefan2008-10-171-1/+0Star
| * block: fix nr_phys_segments miscalculation bugFUJITA Tomonori2008-10-172-2/+25
| * block: add partition attribute for partition numberTejun Heo2008-10-171-0/+10
| * block: add BIG FAT WARNING to CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo2008-10-171-0/+5
| * softirq: Add support for triggering softirq work on softirqs.David S. Miller2008-10-173-1/+153
* | Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds2008-10-1713-4/+6
|\ \
| * | CRIS: proper defconfig setupAdrian Bunk2008-10-135-0/+2
| * | [CRIS] Rename boot-linkscripts and fix the path to them.Jesper Nilsson2008-07-148-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-1760-1111/+8003
|\ \ \
| * | | [SCSI] sd: fix compile failure with CONFIG_BLK_DEV_INTEGRITY=nJames Bottomley2008-10-151-5/+14
| * | | libiscsi: fix locking in iscsi_eh_device_resetMike Christie2008-10-131-7/+2Star
| * | | libiscsi: check reason why we are stopping iscsi session to determine error v...Mike Christie2008-10-131-1/+1
| * | | [SCSI] iscsi_tcp: return a descriptive error value during connection errorsMike Christie2008-10-132-5/+8
| * | | [SCSI] libiscsi: rename host reset to target resetMike Christie2008-10-134-8/+8
| * | | [SCSI] iscsi class: fix endpoint id handlingMike Christie2008-10-132-5/+6
| * | | [SCSI] libiscsi: Support drivers initiating session removalMike Christie2008-10-138-13/+121
| * | | [SCSI] libiscsi: fix data corruption when target has to resend data-in packetsMike Christie2008-10-132-30/+40
| * | | [SCSI] sd: Switch kernel printing level for DIF messagesMartin K. Petersen2008-10-131-4/+4
| * | | [SCSI] sd: Correctly handle all combinations of DIF and DIXMartin K. Petersen2008-10-133-19/+23
| * | | [SCSI] sd: Always print actual protection_typeMartin K. Petersen2008-10-132-6/+2Star
| * | | [SCSI] sd: Issue correct protection operationMartin K. Petersen2008-10-131-3/+4
| * | | [SCSI] scsi_error: fix target reset handlingJames Bottomley2008-10-131-4/+15
| * | | [SCSI] lpfc 8.2.8 v2 : Add statistical reporting control and additional fc ve...James Smart2008-10-1318-15/+1207
| * | | [SCSI] lpfc 8.2.8 v2 : Add sysfs control of target queue depth handlingJames Smart2008-10-136-0/+85
| * | | [SCSI] lpfc 8.2.8 v2 : Revert target busy in favor of transport disruptedJames Smart2008-10-131-4/+4
| * | | [SCSI] scsi_dh_alua: remove REQ_NOMERGEMike Christie2008-10-131-1/+1
| * | | [SCSI] lpfc 8.2.8 : update driver version to 8.2.8James Smart2008-10-131-1/+1
| * | | [SCSI] lpfc 8.2.8 : Add MSI-X supportJames Smart2008-10-139-167/+699
| * | | [SCSI] lpfc 8.2.8 : Update driver to use new Host byte error code DID_TRANSPO...James Smart2008-10-131-2/+3
| * | | [SCSI] lpfc 8.2.8 : Add support for PCI-EEH permanent disablingJames Smart2008-10-135-3/+103
| * | | [SCSI] lpfc 8.2.8 : Add new FCOE hardware supportJames Smart2008-10-137-19/+153
| * | | [SCSI] lpfc 8.2.8 : Miscellaneous Bug FixesJames Smart2008-10-1313-152/+219
| * | | [SCSI] lpfc 8.2.8 : Update driver for new SLI-3 featuresJames Smart2008-10-139-219/+314
| * | | [SCSI] lpfc 8.2.8 : Miscellaneous Discovery FixesJames Smart2008-10-134-110/+172
| * | | [SCSI] lpfc 8.2.8 : Add kernel-doc function headersJames Smart2008-10-137-256/+4556
| * | | [SCSI] modify scsi to handle new fail fast flags.Mike Christie2008-10-133-3/+38
| * | | [SCSI] block: separate failfast into multiple bits.Mike Christie2008-10-1313-26/+57
| * | | [SCSI] qla2xxx: use new host byte transport errors.Mike Christie2008-10-131-2/+12
| * | | [SCSI] fc class: Add support for new transport errorsMike Christie2008-10-131-3/+3
| * | | [SCSI] iscsi class, libiscsi and qla4xxx: convert to new transport host byte ...Mike Christie2008-10-133-7/+9
| * | | [SCSI] scsi: add transport host byte errors (v3)Mike Christie2008-10-133-2/+21
| * | | [SCSI] ibmvfc, qla2xxx, lpfc: remove scsi_target_unblock calls in terminate c...Mike Christie2008-10-133-11/+0Star