1. 720ba80 bnx2fc: reduce stack usage in __bnx2fc_enable by Arnd Bergmann · 9 years ago
  2. e795042 lpfc: fix memory leak and NULL dereference by Sudip Mukherjee · 9 years ago
  3. 481ebb3 fcoe: use continue instead of goto+label by Jiri Slaby · 9 years ago
  4. bf2cf3b scsi: Fix a bdi reregistration race by Bart Van Assche · 9 years ago
  5. cd9d715 FlashPoint: fix build warning by Sudip Mukherjee · 9 years ago
  6. 3209f9d scsi: storvsc: Fix a bug in the handling of SRB status flags by K. Y. Srinivasan · 9 years ago
  7. 81988a0 storvsc: get rid of bounce buffer by Vitaly Kuznetsov · 9 years ago
  8. 8cf308e storvsc: Don't set the SRB_FLAGS_QUEUE_ACTION_ENABLE flag by K. Y. Srinivasan · 9 years ago
  9. ead1cbf aacraid: Update driver version by Mahesh Rajashekhara · 9 years ago
  10. 84859c9 aacraid: Use pci_enable_msix_range() by Mahesh Rajashekhara · 9 years ago
  11. e728f8e aacraid: IOCTL fix by Mahesh Rajashekhara · 9 years ago
  12. 8b1462e aacraid: Reset irq affinity hints by Mahesh Rajashekhara · 9 years ago
  13. 55b8760 aacraid: Tune response path if IsFastPath bit set by Mahesh Rajashekhara · 9 years ago
  14. c699278 aacraid: Enable 64bit write to controller register by Mahesh Rajashekhara · 9 years ago
  15. 9022d37 aacraid: Change interrupt mode to MSI for Series 6 by Mahesh Rajashekhara · 9 years ago
  16. de665f2 aacraid: Add Power Management support by Mahesh Rajashekhara · 9 years ago
  17. fb5d40d aacraid: Fix for LD name and UID not exposed to OS by Mahesh Rajashekhara · 9 years ago
  18. fb9c54d be2iscsi: Bump the driver version by John Soni Jose · 9 years ago
  19. 340c99e be2iscsi: Fix updating the next pointer during WRB posting by John Soni Jose · 9 years ago
  20. 4099819 scsi: restart list search after unlock in scsi_remove_target by Christoph Hellwig · 9 years ago
  21. a82544c cxlflash: Fix to avoid bypassing context cleanup by Matthew R. Ochs · 9 years ago
  22. 0d73122 cxlflash: Fix to avoid lock instrumentation rejection by Matthew R. Ochs · 9 years ago
  23. 1a47401 cxlflash: Fix to avoid corrupting port selection mask by Matthew R. Ochs · 9 years ago
  24. e6e6df3 cxlflash: Fix to escalate to LINK_RESET on login timeout by Manoj Kumar · 9 years ago
  25. ee3491b cxlflash: Fix to avoid leaving dangling interrupt resources by Matthew R. Ochs · 9 years ago
  26. aacb4ff cxlflash: Fix to avoid potential deadlock on EEH by Matthew R. Ochs · 9 years ago
  27. fa3f2c6 cxlflash: Correct trace string by Matthew R. Ochs · 9 years ago
  28. 17ead26 cxlflash: Fix to avoid corrupting adapter fops by Matthew R. Ochs · 9 years ago
  29. b22b403 cxlflash: Fix to double the delay each time by Manoj Kumar · 9 years ago
  30. 11f43ae MAINTAINERS: Add cxlflash driver by Matthew R. Ochs · 9 years ago
  31. af10483 cxlflash: Fix to prevent stale AFU RRQ by Matthew R. Ochs · 9 years ago
  32. f15fbf8 cxlflash: Correct spelling, grammar, and alignment mistakes by Matthew R. Ochs · 9 years ago
  33. 8e78262 cxlflash: Fix to prevent EEH recovery failure by Matthew R. Ochs · 9 years ago
  34. 1786f4a cxlflash: Fix MMIO and endianness errors by Matthew R. Ochs · 9 years ago
  35. 1284fb0 cxlflash: Fix function prolog parameters and return codes by Matthew R. Ochs · 9 years ago
  36. 6ef6f94 cxlflash: Remove unnecessary scsi_block_requests by Matthew R. Ochs · 9 years ago
  37. ed486da cxlflash: Correct behavior in device reset handler following EEH by Matthew R. Ochs · 9 years ago
  38. d804621 cxlflash: Fix to prevent workq from accessing freed memory by Matthew R. Ochs · 9 years ago
  39. 8b5b1e8 cxlflash: Correct usage of scsi_host_put() by Matthew R. Ochs · 9 years ago
  40. e5ce067 cxlflash: Fix AFU version access/storage and add check by Matthew R. Ochs · 9 years ago
  41. 964497b cxlflash: Remove dual port online dependency by Matthew R. Ochs · 9 years ago
  42. 16798d3 cxlflash: Fix async interrupt bypass logic by Matthew R. Ochs · 9 years ago
  43. ef51074 cxlflash: Fix host link up event handling by Matthew R. Ochs · 9 years ago
  44. 8396012 cxlflash: Fix location of setting resid by Matthew R. Ochs · 9 years ago
  45. 018d1dc95 cxlflash: Fix to avoid stall while waiting on TMF by Matthew R. Ochs · 9 years ago
  46. 4392ba4 cxlflash: Fix to avoid spamming the kernel log by Matthew R. Ochs · 9 years ago
  47. e0f01a2 cxlflash: Refine host/device attributes by Matthew R. Ochs · 9 years ago
  48. 1530551 cxlflash: Make functions static by Matthew R. Ochs · 9 years ago
  49. 439e85c cxlflash: Correct naming of limbo state and waitq by Matthew R. Ochs · 9 years ago
  50. 0a27ae5 cxlflash: Fix to avoid CXL services during EEH by Matthew R. Ochs · 9 years ago
  51. a76df36 cxlflash: Fix context encode mask width by Matthew R. Ochs · 9 years ago
  52. e568e23 cxlflash: Fix to avoid sizeof(bool) by Matthew R. Ochs · 9 years ago
  53. 2843fdb cxlflash: Fix data corruption when vLUN used over multiple cards by Matthew R. Ochs · 9 years ago
  54. 22fe1ae cxlflash: Fix potential oops following LUN removal by Matthew R. Ochs · 9 years ago
  55. 471a5a6 cxlflash: Fix read capacity timeout by Manoj Kumar · 9 years ago
  56. 3ebf203 cxlflash: Replace magic numbers with literals by Manoj Kumar · 9 years ago
  57. fa4aa63 cxlflash: Fix to avoid invalid port_sel value by Manoj Kumar · 9 years ago
  58. b704f70 SCSI: fix bug in scsi_dev_info_list matching by Alan Stern · 9 years ago
  59. c42b365 SCSI: refactor device-matching code in scsi_devinfo.c by Alan Stern · 9 years ago
  60. fd6ddfa fnic: check pci_map_single() return value by Maurizio Lombardi · 9 years ago
  61. c4f39bd be2iscsi: Revert ownership to Emulex by Ketan Mukadam · 9 years ago
  62. 9d27e21 MAINTAINERS: Update be2iscsi driver by Ketan Mukadam · 9 years ago
  63. d6dbad4 bnx2fc: Do not log error for netevents that need no action by Shirish Pargaonkar · 10 years ago
  64. baae8fa lpfc: Update version to 11.0.0.0 for upstream patch set by James Smart · 9 years ago
  65. 21bf0b9 lpfc: Fix default RA_TOV and ED_TOV in the FC/FCoE driver for all topologies by James Smart · 9 years ago
  66. 8fe5c16 lpfc: The linux driver does not reinitiate discovery after a failed FLOGI by James Smart · 9 years ago
  67. eec3d31 lpfc: Fix for discovery failure in PT2PT when FLOGI's ELS ACC response gets aborted by James Smart · 9 years ago
  68. d38dd52 lpfc: Add support for Lancer G6 and 32G FC links by James Smart · 9 years ago
  69. 6599eaa fix: lpfc_send_rscn_event sends bigger buffer size by Ales Novak · 9 years ago
  70. db6f1c2 lpfc: remove set but not used variables by Sebastian Herbszt · 9 years ago
  71. 3bb11fc lpfc:Make the function lpfc_sli4_mbox_completions_pending static in order to comply with function prototype by Nicholas Krause · 9 years ago
  72. c0365c0 Fix kmalloc overflow in LPFC driver at large core count by Ian Mitchell · 9 years ago
  73. 7973967 lpfc: Destroy lpfc_hba_index IDR on module exit by Johannes Thumshirn · 9 years ago
  74. 5f406fa lpfc: in sli3 use configured sg_seg_cnt for sg_tablesize by Bodo Stroesser · 9 years ago
  75. c6cb9b4 lpfc: Remove unnessary cast by Firo Yang · 9 years ago
  76. 290237d lpfc: fix model description by Sebastian Herbszt · 9 years ago
  77. 15e3d5a 3w-9xxx: don't unmap bounce buffered commands by Christoph Hellwig · 9 years ago
  78. 1378889 scsi_dh: Use the correct module name when loading device handler by Paul Mackerras · 9 years ago
  79. 52f5664 libiscsi: Fix iscsi_check_transport_timeouts possible infinite loop by Ariel Nahum · 9 years ago
  80. 6ff33f3 Linux 4.3-rc1 by Linus Torvalds · 9 years ago
  81. 6917b51 Merge tag 'cris-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 9 years ago
  82. 10fbd36 blk: rq_data_dir() should not return a boolean by Linus Torvalds · 9 years ago
  83. e1df8b0 Merge branch 'writeback-plugging' by Linus Torvalds · 9 years ago
  84. 505a666 writeback: plug writeback in wb_writeback() and writeback_inodes_wb() by Linus Torvalds · 9 years ago
  85. dfb22fc thermal: fix intel PCH thermal driver mismerge by Linus Torvalds · 9 years ago
  86. 01b0c01 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  87. 3ebb054 ARCv2: [axs103_smp] Reduce clk for SMP FPGA configs by Vineet Gupta · 9 years ago
  88. ded0e25 Merge tag 'ntb-4.3' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  89. f0c032d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  90. fa9a67e Merge tag 'pm+acpi-4.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  91. 05c7808 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  92. 8e78b7d Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  93. 06a660a Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
  94. d9b44fe Merge tag 'edac/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac by Linus Torvalds · 9 years ago
  95. 9ebd051 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  96. e527b22 revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each" by Andrew Morton · 9 years ago
  97. 4f1af60 mm/early_ioremap: add explicit #include of asm/early_ioremap.h by Ard Biesheuvel · 9 years ago
  98. 6798a8c fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void by Joe Perches · 9 years ago
  99. c9946c4 selftests: enhance membarrier syscall test by Mathieu Desnoyers · 9 years ago
  100. b6d9734 selftests: add membarrier syscall test by Pranith Kumar · 9 years ago