1. 3346149 qla2xxx: Increase the wait time for firmware to be ready for P3P. by Chad Dupuis · 10 years ago
  2. 6cbfb1e qla2xxx: Fix crash due to wrong casting of reg for ISP27XX. by Himanshu Madhani · 10 years ago
  3. dd83cb2 qla2xxx: Fix warnings reported by static checker. by Himanshu Madhani · 10 years ago
  4. d09c78f lpfc: Update version to 10.5.0.0 for upstream patch set by James Smart · 10 years ago
  5. f25e8e7 lpfc: Update copyright to 2015 by James Smart · 10 years ago
  6. 4fbdf9c lpfc: Fix for lun discovery issue with saturn adapter. by James Smart · 10 years ago
  7. ad490b6 lpfc: Fix crash in device reset handler. by James Smart · 10 years ago
  8. 6c7cf48 lpfc: Fix OS crash when running loopback test in applications by James Smart · 10 years ago
  9. 6eae430 lpfc: Fix internal loopback failure. by James Smart · 10 years ago
  10. be6bb94 lpfc: Fix premature release of rpi bit in bitmask by James Smart · 10 years ago
  11. 34154e0 lpfc: Initiator sends wrong BBCredit value for either FLOGI or FLOGI_ACC by James Smart · 10 years ago
  12. 63e480f lpfc: Fix null ndlp dereference in target_reset_handler by James Smart · 10 years ago
  13. 76b2c34 lpfc: Fix FDMI Fabric support in driver for Brocade by James Smart · 10 years ago
  14. f0bf5f9 lpfc: Fix provide host name and OS name in RSNN-NN FC-GS command by James Smart · 10 years ago
  15. 26d830e lpfc: Parse the new 20G, 25G and 40G link speeds in the lpfc driver by James Smart · 10 years ago
  16. a0683bf lpfc: Add support for reporting option_rom_version on newer adapters by James Smart · 10 years ago
  17. 2c9c5a0 lpfc: Fix setting of EQ (interrupt) delay Multiplier by James Smart · 10 years ago
  18. ea4142f lpfc: Fix host reset escalation killing all IOs. by James Smart · 10 years ago
  19. 85c0f17 lpfc: Linux lpfc driver doesn't re-establish the link after a cable pull on LPe12002 by James Smart · 10 years ago
  20. ed4afe7 lpfc: Fix to handle PLOGI when already logged in by James Smart · 10 years ago
  21. c637797 lpfc: Add new mbx cmd recognition by James Smart · 10 years ago
  22. 946727d lpfc: Add Lancer Temperature Event support to the lpfc driver by James Smart · 10 years ago
  23. 77d093f lpfc: Fix the iteration count to match the 30 sec comment in the routine lpfc_pci_function_reset by James Smart · 10 years ago
  24. c749e6b scsi_transport_fc: Add support for 25Gbit speed by James Smart · 10 years ago
  25. eef7780 aha1542: remove loop from aha1542_outb by Ondrej Zary · 10 years ago
  26. 7061dec aha1542: Fix bus reset by Ondrej Zary · 10 years ago
  27. 1b0224b aha1542: rework locking by Ondrej Zary · 10 years ago
  28. 764a0c7 aha1542: Don't reduce functionality with DEBUG enabled by Ondrej Zary · 10 years ago
  29. 6ddc8cf aha1542: Use print_hex_dump_bytes in debug code by Ondrej Zary · 10 years ago
  30. fde1fb8 aha1542: remove DEB macro and simplify debug code by Ondrej Zary · 10 years ago
  31. 2906b3c aha1542: Use shost_printk instead of printk by Ondrej Zary · 10 years ago
  32. 37d607b aha1542: Change aha1542_set_bus_times parameters by Ondrej Zary · 10 years ago
  33. 68ea9de aha1542: Pass struct Scsi_Host * to functions by Ondrej Zary · 10 years ago
  34. 954a9fd aha1542: cleanup includes by Ondrej Zary · 10 years ago
  35. 1d084d2 aha1542: remove useless changelog by Ondrej Zary · 10 years ago
  36. e51dacb aha1542: fix include guard and remove useless changelog by Ondrej Zary · 10 years ago
  37. c2532f6 aha1542: Always name Scsi_Host variables sh by Ondrej Zary · 10 years ago
  38. 55b28f9 aha1524: Use struct scsi_cmnd by Ondrej Zary · 10 years ago
  39. cad2fc7 aha1542: clean up cmd variables by Ondrej Zary · 10 years ago
  40. 17787a0 aha1542: Simplify aha1542_biosparam by Ondrej Zary · 10 years ago
  41. f71429a aha1542: rework configuration parameters by Ondrej Zary · 10 years ago
  42. 3a70c00 aha1542: rework hw_init by Ondrej Zary · 10 years ago
  43. 23e6940 aha1542: Call wait_mask from aha1542_out by Ondrej Zary · 10 years ago
  44. b847fd0 aha1542: split out code from aha1542_hw_init by Ondrej Zary · 10 years ago
  45. 8537cba aha1542: Merge aha1542_host_reset and aha1542_bus_reset by Ondrej Zary · 10 years ago
  46. dfd7c99 aha1542: Remove aha1542_restart by Ondrej Zary · 10 years ago
  47. bdebe22 aha1542: remove useless code from aha1542_test_port by Ondrej Zary · 10 years ago
  48. a13b372 aha1542: Remove unneeded gotos by Ondrej Zary · 10 years ago
  49. 0c2b648 aha1542: Split aha1542_out by Ondrej Zary · 10 years ago
  50. f8846be aha1542: Unify aha1542_in and aha1542_in1 by Ondrej Zary · 10 years ago
  51. 2093bfa aha1542: Remove WAIT and WAITd macros by Ondrej Zary · 10 years ago
  52. 6d9ffe6 aha1542: Use BIT() macro by Ondrej Zary · 10 years ago
  53. f232d53 aha1542: remove empty aha1542_stat by Ondrej Zary · 10 years ago
  54. 09a4483 aha1542: Reorder functions to remove forward declarations by Ondrej Zary · 10 years ago
  55. cb5b570 aha1542: Use u8 instead of unchar by Ondrej Zary · 10 years ago
  56. f1bbef6 aha1542: Convert aha1542_intr_reset to function by Ondrej Zary · 10 years ago
  57. e98878f aha1542: Remove HOSTDATA macro by Ondrej Zary · 10 years ago
  58. 10be625 aha1542: Remove SCSI_BUF_PA, SCSI_SG_PA, AHA1542_SCATTER and AHA1542_CMDLUN by Ondrej Zary · 10 years ago
  59. 6f82fbf aha1542: remove dead code by Ondrej Zary · 10 years ago
  60. 643a7c4 aha1542: Stop using scsi_module.c by Ondrej Zary · 10 years ago
  61. f20dffc aacraid: driver version change by Mahesh Rajashekhara · 10 years ago
  62. dab04b0 aacraid: AIF raw device remove support by Mahesh Rajashekhara · 10 years ago
  63. ef61623 aacraid: performance improvement changes by Mahesh Rajashekhara · 10 years ago
  64. f9c4259 aacraid: IOCTL fix by Mahesh Rajashekhara · 10 years ago
  65. dafde94 aacraid: IOP RESET command handling changes by Mahesh Rajashekhara · 10 years ago
  66. a7129a5 aacraid: 240 simple volume support by Mahesh Rajashekhara · 10 years ago
  67. 5d91064 aacraid: vpd page code 0x83 support by Mahesh Rajashekhara · 10 years ago
  68. 495c021 aacraid: MSI-x support by Mahesh Rajashekhara · 10 years ago
  69. b836439 aacraid: 4KB sector support by Mahesh Rajashekhara · 10 years ago
  70. 2f5d1f7 aacraid: IOCTL pass-through command fix by Mahesh Rajashekhara · 10 years ago
  71. 46154a0 aacraid: AIF support for SES device add/remove by Mahesh Rajashekhara · 10 years ago
  72. 29854a4 ipr: Driver version 2.6.1 by Brian King · 10 years ago
  73. f8ee25d ipr: AF DASD raw mode implementation in ipr driver by Wen Xiong · 10 years ago
  74. ea30c1d ipr: Re-enable write same by Brian King · 10 years ago
  75. a65e8f1 ipr: Fix possible error path oops during initialization by Brian King · 10 years ago
  76. 2796ca5 ipr: Reset in task context by Brian King · 10 years ago
  77. 4fdd7c7 ipr: Reboot speed improvements by Brian King · 10 years ago
  78. be0cf6c scsi: storvsc: Set the tablesize based on the information given by the host by K. Y. Srinivasan · 10 years ago
  79. aaced99 scsi: storvsc: Don't assume that the scatterlist is not chained by K. Y. Srinivasan · 10 years ago
  80. 8de5807 scsi: storvsc: Fix a bug in copy_from_bounce_buffer() by K. Y. Srinivasan · 10 years ago
  81. 5117b93 scsi: storvsc: Retrieve information about the capability of the target by K. Y. Srinivasan · 10 years ago
  82. 0147dab scsi: storvsc: Always send on the selected outgoing channel by K. Y. Srinivasan · 10 years ago
  83. f458aad scsi: storvsc: Size the queue depth based on the ringbuffer size by K. Y. Srinivasan · 10 years ago
  84. b9ec3a5 scsi: storvsc: Increase the ring buffer size by K. Y. Srinivasan · 10 years ago
  85. 114fc1d aic7xxx: replace kmalloc/memset by kzalloc by Michael Opdenacker · 10 years ago
  86. cff549e scsi: proper state checking and module refcount handling in scsi_device_get by Christoph Hellwig · 10 years ago
  87. 3d9a1f5 sd: don't grab a device references from driver methods by Christoph Hellwig · 10 years ago
  88. e27829d scsi: serialize ->rescan against ->remove by Christoph Hellwig · 10 years ago
  89. 4e5a800 ncr5380: Harmonize jiffies conversion with msecs_to_jiffies by Nicholas Mc Guire · 10 years ago
  90. b026e8e g_NCR5380: Kill compiler warning if builtin by Geert Uytterhoeven · 10 years ago
  91. 700d985 ncr5380: Drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  92. 13a7a6a Linux 4.0-rc2 by Linus Torvalds · 10 years ago
  93. 9128b04 drm/i915: Fix modeset state confusion in the load detect code by Daniel Vetter · 10 years ago
  94. 023a600 Merge tag 'gpio-v4.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  95. 10d6dfc Merge branch 'fixes-for-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 10 years ago
  96. 1a6f77a Merge tag 'md/4.0-fixes' of git://neil.brown.name/md by Linus Torvalds · 10 years ago
  97. 49db1f0 Merge tag 'metag-fixes-v4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 10 years ago
  98. a38ecbb Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  99. 640c0f5 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  100. d7b48fe Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago