1. 42e421b [SCSI] qla2xxx: Verify the RISC is not in ROM code if firmware-load is disabled. by Andrew Vasquez · 17 years ago
  2. e792121 [SCSI] qla2xxx: Correct overflow during dump-processing on large-memory ISP23xx parts. by Andrew Vasquez · 17 years ago
  3. 031e134 [SCSI] qla2xxx: Skip FDMI registration on ISP21xx/22xx parts. by Andrew Vasquez · 17 years ago
  4. 5de1f70 [SCSI] qla2xxx: Correct rport/fcport visibility-state handling during loop-resync. by Seokmann Ju · 17 years ago
  5. da57bf8 [SCSI] qla2xxx: Correct vport management of MBA_PORT_UPDATE. by Seokmann Ju · 17 years ago
  6. 8f0d643 [SCSI] qla2xxx: Correct fcport state-management during loss. by Seokmann Ju · 17 years ago
  7. 246de42 [SCSI] qla2xxx: Always aquire the parent's hardware_lock. by Seokmann Ju · 17 years ago
  8. 436a7b1 [SCSI] qla2xxx: Swap enablement order of EFT and FCE. by Andrew Vasquez · 17 years ago
  9. 1ee2714 [SCSI] qla2xxx: Retrieve board serial-number and description from VPD. by Joe Carnuccio · 17 years ago
  10. e5896bd [SCSI] qla2xxx: Allow the user the option of disabling iIDMA. by Andrew Vasquez · 17 years ago
  11. 711c1d9 [SCSI] qla2xxx: Cleanup NPIV related functions by Seokmann Ju · 17 years ago
  12. 032d8dd [SCSI] qla2xxx: Add LIP count to FC-transport statistics. by Harish Zunjarrao · 17 years ago
  13. e5f5f6f [SCSI] qla2xxx: Track total number of ISP aborts. by Harish Zunjarrao · 17 years ago
  14. 85821c9 [SCSI] qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner. by Andrew Vasquez · 17 years ago
  15. 5f3a9a2 [SCSI] qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support. by Seokmann Ju · 17 years ago
  16. bbfb21d [SCSI] qla2xxx: Correct locking during NVRAM manipulation. by Andrew Vasquez · 17 years ago
  17. 39c1ffe ibmvfc: Add support for collaborative memory overcommit by Brian King · 17 years ago
  18. 7912a0a ibmvscsi: driver enablement for CMO by Robert Jennings · 17 years ago
  19. b5684b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  20. e27420d ide-scsi: remove kmalloced struct request by FUJITA Tomonori · 17 years ago
  21. 08da591 ide: add ide_device_{get,put}() helpers by Bartlomiej Zolnierkiewicz · 17 years ago
  22. 27ac792 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures by Andrea Righi · 17 years ago
  23. be4c916 ide-scsi: convert to using the new atapi_flags by Borislav Petkov · 17 years ago
  24. 08feacf ide-scsi: pass packet command in rq->cmd by Borislav Petkov · 17 years ago
  25. db9d286 ide-scsi: use drive->pc_callback instead of pc->callback by Borislav Petkov · 17 years ago
  26. 374e042 ide: add struct ide_tp_ops (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  27. b73c7ee ide: add ->read_status method by Bartlomiej Zolnierkiewicz · 17 years ago
  28. c6dfa86 ide: add ->exec_command method by Bartlomiej Zolnierkiewicz · 17 years ago
  29. aab0de2 driver core: remove KOBJ_NAME_LEN define by Kay Sievers · 17 years ago
  30. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 17 years ago
  31. 9def0b9 device create: scsi: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  32. 33af79d scsi_dh: Verify "dev" is a sdev before accessing it. by Chandra Seetharaman · 17 years ago
  33. 3ef5eb4 IDE: Remove unused code by Elias Oltmanns · 17 years ago
  34. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 17 years ago
  35. 3a628b0 Don't crash on IOMMU overflow in A100U2W driver by Mikulas Patocka · 17 years ago
  36. a5db334 BUG_ON on kernel misbehavior on A100U2W driver by Mikulas Patocka · 17 years ago
  37. 56d387e Add udelay to A100U2W SCSI driver by Mikulas Patocka · 17 years ago
  38. 987ff95 Fix endianity in A100U2W SCSI driver by Mikulas Patocka · 17 years ago
  39. 22a37bc Merge branch 'sbp2-spindown' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
  40. 98339cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  41. 646c0cb ide: add ide_pc_intr() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  42. 55d82bf ide-{floppy,scsi}: read Status Register before stopping DMA engine by Bartlomiej Zolnierkiewicz · 17 years ago
  43. cdca5c1 ide-scsi: add more debugging to idescsi_pc_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  44. c6b2d26 ide-scsi: use pc->callback by Bartlomiej Zolnierkiewicz · 17 years ago
  45. 6bf1641 ide: add ide_issue_pc() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  46. 28c7214 ide: add PC_FLAG_DRQ_INTERRUPT pc flag by Bartlomiej Zolnierkiewicz · 17 years ago
  47. 4cc1968 ide-scsi: move idescsi_map_sg() call out from idescsi_issue_pc() by Bartlomiej Zolnierkiewicz · 17 years ago
  48. 594c16d ide: add ide_transfer_pc() helper by Bartlomiej Zolnierkiewicz · 17 years ago
  49. f83cbc7 ide-scsi: set drive->scsi flag for devices handled by the driver by Bartlomiej Zolnierkiewicz · 17 years ago
  50. 568ca92 ide-{floppy,tape,scsi}: log device name instead of driver name by Bartlomiej Zolnierkiewicz · 17 years ago
  51. 43a2b5b ide-scsi: add debug_log() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  52. c8c5112 ide-scsi: remove superfluous BUG_ON() from idescsi_transfer_pc() by Bartlomiej Zolnierkiewicz · 17 years ago
  53. 3e52fb4 ide-scsi: merge idescsi_input_buffers() and idescsi_output_buffers() by Bartlomiej Zolnierkiewicz · 17 years ago
  54. 6c60bd8 ide-scsi: fix Interrupt Reason checking in idescsi_pc_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  55. c04bbc8 ide-scsi: fix handling of DMA errors in idescsi_pc_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  56. e8e25f0 ide-scsi: fix DRQ checking for DMA transfers in idescsi_pc_intr() by Bartlomiej Zolnierkiewicz · 17 years ago
  57. b3d96af ide-scsi: fix race in idescsi_transfer_pc() by Bartlomiej Zolnierkiewicz · 17 years ago
  58. 63f5abb ide: remove action argument in ide_do_drive_cmd by FUJITA Tomonori · 17 years ago
  59. 7e12ca1 ide-scsi: replace ide_do_drive_cmd with blk_execute_rq_nowait by FUJITA Tomonori · 17 years ago
  60. f8c4bd0a ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method by Bartlomiej Zolnierkiewicz · 17 years ago
  61. 9a410e7 ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag by Bartlomiej Zolnierkiewicz · 17 years ago
  62. 124cafc ide: remove ide_init_drive_cmd by FUJITA Tomonori · 17 years ago
  63. e8a96aa ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users by Bartlomiej Zolnierkiewicz · 17 years ago
  64. 5a86102 Merge branch 'for-2.6.27' of git://git.infradead.org/users/dwmw2/firmware-2.6 by Linus Torvalds · 17 years ago
  65. 85082fd Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  66. 751851af Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 17 years ago
  67. d1794f2 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 17 years ago
  68. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 17 years ago
  69. dddec01 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  70. d2886ea scsi: sd: optionally set power condition in START STOP UNIT by Stefan Richter · 17 years ago
  71. d7f305e [SCSI] sym53c8xx: Fix bogus sym_que_entry re-implementation of container_of by Benjamin Herrenschmidt · 17 years ago
  72. 453cd0f [SCSI] make struct scsi_{host,target}_type static by Adrian Bunk · 17 years ago
  73. 2476b4d [SCSI] fix locking in host use of blk_plug_device() by James Bottomley · 17 years ago
  74. 072b91f [SCSI] ibmvfc: IBM Power Virtual Fibre Channel Adapter Client Driver by Brian King · 17 years ago
  75. 39120e1 [SCSI] sg: Add target reset support by Brian King · 17 years ago
  76. 5b635da [SCSI] sd: Move scsi_disk() accessor function to sd.h by Martin K. Petersen · 17 years ago
  77. aa91696 [SCSI] sd: Move sd.h header file by Martin K. Petersen · 17 years ago
  78. dbfe54a [SCSI] esp: correct module name in Kconfig help for SCSI_SUNESP by Frans Pop · 17 years ago
  79. a793804 [SCSI] esp: Correct chip ID probing sequence. by David S. Miller · 17 years ago
  80. eac6e8e4 [SCSI] scsi_debug: add support for rotation speed by Matthew Wilcox · 17 years ago
  81. f80f868 [SCSI] iscsi class: fix endpoint leak by Mike Christie · 17 years ago
  82. 4c2133c [SCSI] iscsi class: update version number by Mike Christie · 17 years ago
  83. 8e9a20c [SCSI] libiscsi, iscsi_tcp, ib_iser: fix setting of can_queue with old tools. by Mike Christie · 17 years ago
  84. c95fddc [SCSI] iscsi class: fix refcount leak by Mike Christie · 17 years ago
  85. ff0f4cb [SCSI] lpfc 8.2.7 : Update version to 8.2.7 by James Smart · 17 years ago
  86. 495a714 [SCSI] lpfc 8.2.7 : Miscellaneous Fixes by James Smart · 17 years ago
  87. 5e9d9b8 [SCSI] lpfc 8.2.7 : Rework the worker thread by James Smart · 17 years ago
  88. 0d2b6b8 [SCSI] lpfc 8.2.7 : Discovery Fixes by James Smart · 17 years ago
  89. 915caaa [SCSI] lpfc 8.2.7 : Change device reset behavior by James Smart · 17 years ago
  90. 6362abd [SCSI] Rename scsi_bidi_sdb_cache by Martin K. Petersen · 17 years ago
  91. 0905071 [SCSI] aacraid: prevent copy_from_user() BUG! by Mark Salyzyn · 17 years ago
  92. 597136a [SCSI] scsi_debug: Runtime-configurable sector size by Martin K. Petersen · 17 years ago
  93. 30e9ba9 [SCSI] iscsi_tcp: Enable any size command by Boaz Harrosh · 17 years ago
  94. 8f333991 [SCSI] scsi: use get_unaligned_* helpers by Harvey Harrison · 17 years ago
  95. 3a12b19 [SCSI] Replace __FUNCTION__ with __func__ in iscsi_tcp. by Harvey Harrison · 17 years ago
  96. 913e5bf [SCSI] libiscsi, iser, tcp: remove recv_lock by Mike Christie · 17 years ago
  97. 3cf7b23 [SCSI] libiscsi: fix cmds_max setting by Mike Christie · 17 years ago
  98. 88dfd34 [SCSI] iscsi class: Add session initiatorname and ifacename sysfs attrs. by Mike Christie · 17 years ago
  99. 06520ede [SCSI] iscsi_tcp: hook iscsi_tcp into iscsi_endpoint code by Mike Christie · 17 years ago
  100. d82ff9be [SCSI] iscsi class: add endpoint class by Mike Christie · 17 years ago