1. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  2. 28bc6fb Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  3. f870bcb scsi: megaraid_sas: NVMe passthrough command support by Shivasharan S · 7 years ago
  4. b45093d scsi: megaraid: use ktime_get_real for firmware time by Arnd Bergmann · 7 years ago
  5. 87058dd scsi: megaraid_sas: driver version upgrade by Shivasharan S · 7 years ago
  6. 54b2804 scsi: megaraid_sas: re-work DCMD refire code by Shivasharan S · 7 years ago
  7. 88d155c scsi: megaraid_sas: Expose fw_cmds_outstanding through sysfs by Shivasharan S · 7 years ago
  8. 4959e61 scsi: megaraid_sas: Selectively apply stream detection based on IO type by Shivasharan S · 7 years ago
  9. 5f19f7c scsi: megaraid_sas: Update LD map after populating drv_map driver map copy by Shivasharan S · 7 years ago
  10. 619831f scsi: megaraid_sas: Use megasas_wait_for_adapter_operational to detect controller state in IOCTL path by Shivasharan S · 7 years ago
  11. 149c575 scsi: megaraid_sas: Avoid firing DCMDs while OCR is in progress by Shivasharan S · 7 years ago
  12. f3f7920 scsi: megaraid_sas: unload flag should be set after scsi_remove_host is called by Shivasharan S · 7 years ago
  13. 7ada701 scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware in RAID map by Shivasharan S · 7 years ago
  14. 41fae9a scsi: megaraid_sas: Reset ldio_outstanding in megasas_resume by Shivasharan S · 7 years ago
  15. b051cc6 scsi: megaraid_sas: Return the DCMD status from megasas_get_seq_num by Shivasharan S · 7 years ago
  16. cb51efe scsi: megaraid_sas: memset IOC INIT frame using correct size by Shivasharan S · 7 years ago
  17. e05ee4e scsi: megaraid_sas: zero out IOC INIT and stream detection memory by Shivasharan S · 7 years ago
  18. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  19. 670ffcc Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  20. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  21. b5c5d0a scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold" by Colin Ian King · 7 years ago
  22. ca6958b scsi: megaraid: Remove redundant code in megasas_alloc_cmds by Yisheng Xie · 7 years ago
  23. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  24. c251a7b scsi: megaraid: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  25. 193ad90 scsi: megaraid_sas: driver version upgrade by Shivasharan S · 7 years ago
  26. 107a60d scsi: megaraid_sas: Add support for 64bit consistent DMA by Shivasharan S · 7 years ago
  27. 2dba66b scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ mode by Shivasharan S · 7 years ago
  28. e97e673 scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for higher QD by Shivasharan S · 7 years ago
  29. 82add4e scsi: megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commands by Shivasharan S · 7 years ago
  30. b9637d1 scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4k by Shivasharan S · 7 years ago
  31. b99fc202 scsi: megaraid_sas: Update current host time to FW during IOC Init by Shivasharan S · 7 years ago
  32. e5d65b4 scsi: megaraid_sas: Move controller memory allocations and DMA mask settings from probe to megasas_init_fw by Shivasharan S · 7 years ago
  33. 7535f27 scsi: megaraid_sas: Move initialization of instance parameters inside newly created function megasas_init_ctrl_params by Shivasharan S · 7 years ago
  34. 9ad18a9 scsi: megaraid_sas: remove instance->ctrl_info by Shivasharan S · 7 years ago
  35. 9b3d028 scsi: megaraid_sas: Pre-allocate frequently used DMA buffers by Shivasharan S · 7 years ago
  36. 1b4bed2 scsi: megaraid_sas: Create separate functions for allocating and freeing controller DMA buffers by Shivasharan S · 7 years ago
  37. 49a7a4a scsi: megaraid_sas: Create separate functions to allocate ctrl memory by Shivasharan S · 7 years ago
  38. 2dd689c scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocation by Shivasharan S · 7 years ago
  39. f369a31 scsi: megaraid_sas: replace is_ventura with adapter_type checks by Shivasharan S · 7 years ago
  40. 55fecae scsi: megaraid_sas: Remove redundant checks for ctrl_context by Shivasharan S · 7 years ago
  41. e7d36b8 scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adapter_type by Shivasharan S · 7 years ago
  42. 754f1ba scsi: megaraid_sas: Add support for Crusader controllers by Shivasharan S · 7 years ago
  43. c365178 scsi: megaraid_sas: use adapter_type for all gen controllers by Shivasharan S · 7 years ago
  44. 2441500 Merge branch 'fixes' into misc by James Bottomley · 7 years ago
  45. 6d41534 scsi: megaraid_mbox: drop duplicate bus reset and device reset function by Hannes Reinecke · 7 years ago
  46. 6ac385d scsi: megaraid_sas: driver version upgrade by Shivasharan S · 7 years ago
  47. 5dd977e scsi: megaraid_sas: call megasas_dump_frame with correct IO frame size by Shivasharan S · 7 years ago
  48. 2d2c233 scsi: megaraid_sas: modified few prints in OCR and IOC INIT path by Shivasharan S · 7 years ago
  49. ba1477a scsi: megaraid_sas: replace internal FALSE/TRUE definitions with false/true by Shivasharan S · 7 years ago
  50. eb3fe26 scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE in case adapter is dead by Shivasharan S · 7 years ago
  51. def3e8d scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAID map by Shivasharan S · 7 years ago
  52. 28661c8 scsi: megaraid_sas: Use SMID for Task abort case only by Shivasharan S · 7 years ago
  53. 91b3d9f scsi: megaraid_sas: Check valid aen class range to avoid kernel panic by Shivasharan S · 7 years ago
  54. 8823abe scsi: megaraid_sas: Fix endianness issues in DCMD handling by Shivasharan S · 7 years ago
  55. 690e9c3 scsi: megaraid_sas: Do not re-fire shutdown DCMD after OCR by Shivasharan S · 7 years ago
  56. 14298cf scsi: megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while there are pending commands by Shivasharan S · 7 years ago
  57. bdb5c55 scsi: megaraid_sas: Use synchronize_irq in target reset case by Shivasharan S · 7 years ago
  58. e636a7a scsi: megaraid_sas: set minimum value of resetwaittime to be 1 secs by Shivasharan S · 7 years ago
  59. ed2983f scsi: megaraid_sas: mismatch of allocated MFI frame size and length exposed in MFI MPT pass through command by Shivasharan S · 7 years ago
  60. 61f0c3c scsi: megaraid_sas: fix error handle in megasas_probe_one by weiping zhang · 7 years ago
  61. 3b8328e scsi: megaraid_sas: fix allocate instance->pd_info twice by weiping · 7 years ago
  62. e14a396 scsi: remove DRIVER_ATTR() usage by Greg Kroah-Hartman · 7 years ago
  63. fc69d86 scsi: megaraid: Replace PCI pool old API by Romain Perier · 7 years ago
  64. 70c54e2 scsi: megaraid_sas: fix memleak in megasas_alloc_cmdlist_fusion by Shu Wang · 7 years ago
  65. 896f696 scsi: megaraid: Fix a sleep-in-atomic bug by Jia-Ju Bai · 7 years ago
  66. 68b4374 drivers/scsi/megaraid: remove expensive inline from megasas_return_cmd by Andi Kleen · 8 years ago
  67. 22487b6 scsi: megaraid_sas: Driver version upgrade by Shivasharan S · 8 years ago
  68. 874d025 scsi: megaraid_sas: raid6 also require cpuSel check same as raid5 by Shivasharan S · 8 years ago
  69. 49524b3 scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1 by Shivasharan S · 8 years ago
  70. 64ff64b scsi: megaraid_sas: enable intx only if msix request fails by Shivasharan S · 8 years ago
  71. d1da522 scsi: megaraid_sas: handle dma_addr_t right on 32-bit by Arnd Bergmann · 8 years ago
  72. 40a4c2c scsi: megaraid_sas: array overflow in megasas_dump_frame() by Dan Carpenter · 8 years ago
  73. 156f8759 scsi: megaraid_sas: driver version upgrade by Shivasharan S · 8 years ago
  74. a73b0a4 scsi: megaraid_sas: Change RAID_1_10_RMW_CMDS to RAID_1_PEER_CMDS and set value to 2 by Shivasharan S · 8 years ago
  75. 41064f1 scsi: megaraid_sas: Indentation and smatch warning fixes by Shivasharan S · 8 years ago
  76. e00731b scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug prints by Shivasharan S · 8 years ago
  77. ec77959 scsi: megaraid_sas: Increase internal command pool by Shivasharan S · 8 years ago
  78. 29206da scsi: megaraid_sas: Use synchronize_irq to wait for IRQs to complete by Shivasharan S · 8 years ago
  79. 72bff2d scsi: megaraid_sas: Bail out the driver load if ld_list_query fails by Shivasharan S · 8 years ago
  80. 7a7ae4f scsi: megaraid_sas: Change build_mpt_mfi_pass_thru to return void by Shivasharan S · 8 years ago
  81. a6821ca scsi: megaraid_sas: During OCR, if get_ctrl_info fails do not continue with OCR by Shivasharan S · 8 years ago
  82. 1d6dbd1 scsi: megaraid_sas: Do not set fp_possible if TM capable for non-RW syspdIO, change fp_possible to bool by Shivasharan S · 8 years ago
  83. 25fb13d scsi: megaraid_sas: Remove unused pd_index from megasas_build_ld_nonrw_fusion by Shivasharan S · 8 years ago
  84. 21c3400 scsi: megaraid_sas: megasas_return_cmd does not memset IO frame to zero by Shivasharan S · 8 years ago
  85. cf4e55e scsi: megaraid_sas: max_fw_cmds are decremented twice, remove duplicate by Shivasharan S · 8 years ago
  86. 013aec6 scsi: megaraid_sas: update can_queue only if the new value is less by Shivasharan S · 8 years ago
  87. 50b7f5a scsi: megaraid_sas: Change max_cmd from u32 to u16 in all functions by Shivasharan S · 8 years ago
  88. b41c0a4 scsi: megaraid_sas: set pd_after_lb from MR_BuildRaidContext and initialize pDevHandle to MR_DEVHANDLE_INVALID by Shivasharan S · 8 years ago
  89. 95c0608 scsi: megaraid_sas: latest controller OCR capability from FW before sending shutdown DCMD by Shivasharan S · 8 years ago
  90. 318aaef scsi: megaraid_sas: avoid unaligned access in ioctl path by Shivasharan S · 8 years ago
  91. a174118b scsi: megaraid_sas: big endian support changes by Shivasharan S · 8 years ago
  92. ff96f92 scsi: megaraid_sas: Big endian RDPQ mode fix by Shivasharan S · 8 years ago
  93. d2d0358 scsi: megaraid_sas: MR_TargetIdToLdGet u8 to u16 and avoid invalid raid-map access by Shivasharan S · 8 years ago
  94. a09454c scsi: megaraid_sas: In validate raid map, raid capability is not converted to cpu format for all lds by Shivasharan S · 8 years ago
  95. 5fc499b scsi: megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc fails by Shivasharan S · 8 years ago
  96. b4a4221 scsi: megaraid_sas: add print in device removal path by Shivasharan S · 8 years ago
  97. def0eab scsi: megaraid_sas: enhance debug logs in OCR context by Shivasharan S · 8 years ago
  98. 31d9a57 scsi: megaraid_sas: set residual bytes count during IO completion by Shivasharan S · 8 years ago
  99. a48ba0e scsi: megaraid_sas: raid 1 write performance for large io by Shivasharan S · 8 years ago
  100. 33203bc scsi: megaraid_sas: NVME fast path io support by Shivasharan S · 8 years ago