| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi disk help file is not complete | Randy Dunlap | 2007-07-02 | 1 | -0/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2007-06-18 | 1 | -0/+1 |
|\ |
|
| * | [SCSI] ESP: Don't forget to clear ESP_FLAG_RESETTING. | Thomas Bogendoerfer | 2007-06-13 | 1 | -0/+1 |
* | | ide-scsi: fix OOPS in idescsi_expiry() | Bartlomiej Zolnierkiewicz | 2007-06-16 | 1 | -1/+1 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2007-06-04 | 5 | -53/+26 |
|\ |
|
| * | [SCSI] JAZZ ESP and SUN ESP need SPI_ATTRS | David S. Miller | 2007-06-04 | 1 | -0/+2 |
| * | [SCSI] atari_NCR5380: update_timeout removal | Michael Schmitz | 2007-06-04 | 1 | -42/+2 |
| * | [SCSI] aacraid: fix shutdown handler to also disable interrupts. | Salyzyn, Mark | 2007-06-01 | 1 | -10/+12 |
| * | [SCSI] qla2xxx: fix timeout in qla2x00_down_timeout | Bill Nottingham | 2007-05-30 | 1 | -1/+1 |
| * | [SCSI] fix CONFIG_SCSI_WAIT_SCAN=m | Hugh Dickins | 2007-05-30 | 1 | -0/+9 |
* | | parse errors in ifdefs | Yoann Padioleau | 2007-06-01 | 1 | -1/+1 |
* | | potential parse error in ifdef | Yoann Padioleau | 2007-06-01 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 2007-05-29 | 4 | -277/+189 |
|\ |
|
| * | [SCSI] ESP: Kill SCSI_ESP_CORE and link directly just like jazz_esp | David S. Miller | 2007-05-29 | 2 | -16/+1 |
| * | [SCSI] jazz_esp: Converted to use esp_core. | Thomas Bogendoerfer | 2007-05-29 | 2 | -247/+184 |
| * | [SCSI] pluto: Use wait_for_completion_timeout. | Christoph Hellwig | 2007-05-29 | 1 | -14/+4 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2007-05-29 | 14 | -68/+181 |
|\ \
| |/
|/| |
|
| * | [SCSI] megaraid_sas: intercept cmd timeout and throttle io | Sumant Patro | 2007-05-24 | 2 | -12/+69 |
| * | [SCSI] aic94xx: asd_clear_nexus should fail if the cleared task does not comp... | Darrick J. Wong | 2007-05-22 | 1 | -4/+10 |
| * | [SCSI] aic7xxx: fix aicasm build failure with gcc-3.4.6 | James Bottomley | 2007-05-22 | 2 | -0/+2 |
| * | [SCSI] aacraid: apply commit config for reset_devices flag | Salyzyn, Mark | 2007-05-22 | 3 | -5/+14 |
| * | [SCSI] sd: fix refcounting regression in suspend/resume routines | Alan Stern | 2007-05-22 | 1 | -7/+11 |
| * | [SCSI] aacraid: fix panic on short Inquiry | James Bottomley | 2007-05-16 | 1 | -2/+2 |
| * | [SCSI] aacraid: Correct sa platform support. (Was: [Bug 8469] Bad EIP value o... | Salyzyn, Mark | 2007-05-16 | 3 | -2/+10 |
| * | [SCSI] tgt: fix a rdma indirect transfer error bug | FUJITA Tomonori | 2007-05-16 | 1 | -0/+1 |
| * | [SCSI] stex: minor cleanup and version update | Ed Lin | 2007-05-16 | 1 | -3/+13 |
| * | [SCSI] stex: fix reset recovery for console device | Ed Lin | 2007-05-16 | 1 | -0/+7 |
| * | [SCSI] stex: extend hard reset wait time | Ed Lin | 2007-05-16 | 1 | -1/+6 |
| * | [SCSI] stex: fix id mapping issue | Ed Lin | 2007-05-16 | 2 | -32/+29 |
| * | [SCSI] ipr: Proper return codes for eh_dev_reset for SATA devices | Brian King | 2007-05-16 | 1 | -0/+7 |
* | | Detach sched.h from mm.h | Alexey Dobriyan | 2007-05-21 | 1 | -1/+1 |
|/ |
|
* | [SCSI]: Add help text for SCSI_ESP_CORE. | David S. Miller | 2007-05-13 | 1 | -0/+8 |
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-05-12 | 4 | -46/+14 |
|\ |
|
| * | [ARM] ecard: add ecardm_iomap() / ecardm_iounmap() | Russell King | 2007-05-11 | 4 | -40/+8 |
| * | [ARM] ecard: add helper function for setting ecard irq ops | Russell King | 2007-05-11 | 3 | -6/+6 |
* | | Convert SGI IP22 and specific drivers to platform_device. | Ralf Baechle | 2007-05-11 | 1 | -144/+120 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2007-05-09 | 1 | -13/+17 |
|\ |
|
| * | ide: move IDE settings handling to ide-proc.c | Bartlomiej Zolnierkiewicz | 2007-05-10 | 1 | -6/+10 |
| * | ide: split off ioctl handling from IDE settings (v2) | Bartlomiej Zolnierkiewicz | 2007-05-10 | 1 | -6/+6 |
| * | ide: make /proc/ide/ optional | Bartlomiej Zolnierkiewicz | 2007-05-10 | 1 | -1/+1 |
* | | Fix occurrences of "the the " | Michael Opdenacker | 2007-05-09 | 4 | -6/+6 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2007-05-08 | 1 | -7/+4 |
|\ |
|
| * | [QLA2XXX]: Fix build on sparc. | David S. Miller | 2007-05-08 | 1 | -7/+4 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-05-08 | 43 | -1982/+2210 |
|\ \
| |/
|/| |
|
| * | [SCSI] ipr: Use PCI-E reset API for new ipr adapter | Brian King | 2007-05-08 | 2 | -6/+72 |
| * | [SCSI] qla2xxx: Update version number to 8.01.07-k7. | Andrew Vasquez | 2007-05-08 | 1 | -1/+1 |
| * | [SCSI] qla2xxx: Add MSI support. | Andrew Vasquez | 2007-05-08 | 1 | -1/+14 |
| * | [SCSI] qla2xxx: Correct pci_set_msi() usage semantics. | Andrew Vasquez | 2007-05-08 | 1 | -17/+14 |
| * | [SCSI] qla2xxx: Attempt to stop firmware only if it had been previously execu... | Andrew Vasquez | 2007-05-08 | 1 | -0/+2 |
| * | [SCSI] qla2xxx: Honor NVRAM port-down-retry-count settings. | Andrew Vasquez | 2007-05-08 | 1 | -1/+1 |