- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- dfdf16e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 6 months ago
- 07d3f04 scsi: megaraid_sas: Remove undefined ENABLE_IRQ_POLL macro by Chandrakanth Patil · 4 years, 6 months ago
- 7b3c103 scsi: megaraid: Fix compilation warnings by Damien Le Moal · 4 years, 7 months ago
- 2b46e5c scsi: megaraid: Fix kdoc comments format by Damien Le Moal · 4 years, 7 months ago
- 6fd8525 scsi: megaraid_sas: TM command refire leads to controller firmware crash by Sumit Saxena · 4 years, 9 months ago
- 84badfa scsi: megaraid_sas: Remove IO buffer hole detection logic by Sumit Saxena · 4 years, 9 months ago
- 1a5d1d9 scsi: megaraid: Use true, false for bool variables by Jason Yan · 4 years, 9 months ago
- 057d1c0 scsi: megaraid: make some symbols static in megaraid_sas_fusion.c by Jason Yan · 4 years, 10 months ago
- 0e99b2c scsi: megaraid_sas: silence a warning by Tomas Henzl · 5 years ago
- 4d1634b scsi: megaraid_sas: Use Block layer API to check SCSI device in-flight IO requests by Anand Lodnoor · 5 years ago
- 56ee0c5 scsi: megaraid_sas: Limit the number of retries for the IOCTLs causing firmware fault by Anand Lodnoor · 5 years ago
- 6d75372 scsi: megaraid_sas: Do not initiate OCR if controller is not in ready state by Anand Lodnoor · 5 years ago
- eeb63c2 scsi: megaraid_sas: Do not set HBA Operational if FW is not in operational state by Anand Lodnoor · 5 years ago
- 9330a0f scsi: megaraid_sas: Do not kill HBA if JBOD Seqence map or RAID map is disabled by Anand Lodnoor · 5 years ago
- 10fd717 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
- e5460f0 scsi: megaraid_sas: Fix a compilation warning by Qian Cai · 5 years ago
- 88d5c34 scsi: megaraid_sas: Make a bunch of functions static by YueHaibing · 5 years ago
- e45ab43 scsi: megaraid_sas: Make some functions static by YueHaibing · 5 years ago
- ba6d10a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
- 299ee42 scsi: megaraid_sas: Introduce various Aero performance modes by Chandrakanth Patil · 6 years ago
- f39e5e5 scsi: megaraid_sas: Use high IOPS queues based on IO workload by Chandrakanth Patil · 6 years ago
- ea836f4 scsi: megaraid_sas: Enable coalescing for high IOPS queues by Chandrakanth Patil · 6 years ago
- 132147d scsi: megaraid_sas: Add support for High IOPS queues by Chandrakanth Patil · 6 years ago
- 5813685 scsi: megaraid_sas: Add support for MPI toolbox commands by Chandrakanth Patil · 6 years ago
- 7fc5570 scsi: megaraid_sas: Offload Aero RAID5/6 division calculations to driver by Chandrakanth Patil · 6 years ago
- 49f2bf1 scsi: megaraid_sas: RAID1 PCI bandwidth limit algorithm is applicable for only Ventura by Chandrakanth Patil · 6 years ago
- 59db5a9 scsi: megaraid_sas: Handle sequence JBOD map failure at driver level by Chandrakanth Patil · 6 years ago
- 798d44b scsi: megaraid_sas: Don't send FPIO to RL Bypass queue by Chandrakanth Patil · 6 years ago
- ccf6c1f scsi: megaraid_sas: In probe context, retry IOC INIT once if firmware is in fault by Chandrakanth Patil · 6 years ago
- a6ffd5bf scsi: megaraid_sas: Call disable_irq from process IRQ poll by Chandrakanth Patil · 6 years ago
- 2181aac scsi: megaraid_sas: Remove few debug counters from IO path by Chandrakanth Patil · 6 years ago
- 5885571 scsi: megaraid_sas: Add 32 bit atomic descriptor support to AERO adapters by Chandrakanth Patil · 6 years ago
- e58ed50 scsi: megaraid_sas: Use struct_size() helper by Gustavo A. R. Silva · 6 years ago
- 223d581 scsi: megaraid_sas: Print firmware interrupt status by Shivasharan S · 6 years ago
- b666134 scsi: megaraid_sas: Print FW fault information by Shivasharan S · 6 years ago
- 96c9603 scsi: megaraid_sas: Enhance prints in OCR and TM path by Shivasharan S · 6 years ago
- 1d15d90 scsi: megaraid_sas: Load balance completions across all MSI-X by Shivasharan S · 6 years ago
- 62a04f8 scsi: megaraid_sas: IRQ poll to avoid CPU hard lockups by Shivasharan S · 6 years ago
- 78409d4 scsi: megaraid_sas: Block PCI config space access from userspace during OCR by Shivasharan S · 6 years ago
- 44e8d69 scsi: megaraid_sas: Rework code around controller reset by Shivasharan S · 6 years ago
- 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
- d1cd7c8 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
- efc372c scsi: megaraid_sas: fix spelling mistake "oustanding" -> "outstanding" by Colin Ian King · 6 years ago
- fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
- 92fff53 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
- 379c003 scsi: megaraid_sas: Remove a bunch of set but not used variables by YueHaibing · 6 years ago
- f6fe573 scsi: megaraid_sas: Add support for DEVICE_LIST DCMD in driver by Shivasharan S · 6 years ago
- 4d5f6e0 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
- c65bfc8 scsi: megaraid_sas: Retry reads of outbound_intr_status reg by Shivasharan S · 6 years ago
- 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
- c7a082e scsi: megaraid: fix out-of-bound array accesses by Qian Cai · 6 years ago
- 272652f scsi: megaraid_sas: add retry logic in megasas_readl by Shivasharan S · 6 years ago
- de51637 scsi: megaraid_sas: changes to function prototypes by Shivasharan S · 6 years ago
- 630d42b scsi: megaraid_sas: Fix Ventura series based checks by Shivasharan S · 6 years ago
- 19c0507 scsi: megaraid_sas: NULL check before some freeing functions is not needed by Thomas Meyer · 6 years ago
- 74e716f scsi: megaraid_sas_fusion: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
- 1b60d4e scsi: megaraid_sas: increase timeout for IOC INIT to 180seconds by Shivasharan S · 6 years ago
- b52fd07 scsi: megaraid_sas: Remove double endian conversion by Shivasharan S · 6 years ago
- 9fb9856 scsi: megaraid_sas: Re-use max_mfi_cmds to calculate queue sizes by Shivasharan S · 6 years ago
- 81b7645 scsi: megaraid_sas: Rename scratch_pad registers by Shivasharan S · 6 years ago
- 34bd9f2 scsi: megaraid_sas: Remove spin lock for dpc operation by Shivasharan S · 6 years ago
- 9e77018 scsi: megaraid_sas: optimize raid context access in IO path by Shivasharan S · 6 years ago
- 365597c scsi: megaraid_sas: Update copyright information by Shivasharan S · 6 years ago
- f0c21df scsi: megaraid_sas: Add support for FW snap dump by Shivasharan S · 6 years ago
- 3f6194a scsi: megaraid_sas: Add watchdog thread to detect Firmware fault by Shivasharan S · 6 years ago
- 60ee652 scsi: megaraid_sas: switch to generic DMA API by Christoph Hellwig · 6 years ago
- e9495e2 scsi: megaraid_sas: Support FW provided TM timeout values by Shivasharan S · 7 years ago
- fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 5f85942 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
- fb1633d scsi: megaraid_sas: Do not log an error if FW successfully initializes. by Vinson Lee · 7 years ago
- 3239b8c scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOs by Shivasharan S · 7 years ago
- 3c6c122 scsi: megaraid_sas: Use zeroing memory allocator than allocator/memset by Himanshu Jha · 7 years ago
- 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- adbe552 scsi: megaraid_sas: fix selection of reply queue by Ming Lei · 7 years ago
- 8b904b5 block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() by Bart Van Assche · 7 years ago
- 9ff97fa scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura controllers by Shivasharan S · 7 years ago
- f870bcb scsi: megaraid_sas: NVMe passthrough command support by Shivasharan S · 7 years ago
- b45093d scsi: megaraid: use ktime_get_real for firmware time by Arnd Bergmann · 7 years ago
- 54b2804 scsi: megaraid_sas: re-work DCMD refire code by Shivasharan S · 7 years ago
- 4959e61 scsi: megaraid_sas: Selectively apply stream detection based on IO type by Shivasharan S · 7 years ago
- 5f19f7c scsi: megaraid_sas: Update LD map after populating drv_map driver map copy by Shivasharan S · 7 years ago
- cb51efe scsi: megaraid_sas: memset IOC INIT frame using correct size by Shivasharan S · 7 years ago
- e05ee4e scsi: megaraid_sas: zero out IOC INIT and stream detection memory by Shivasharan S · 7 years ago
- 670ffcc Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
- b5c5d0a scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold" by Colin Ian King · 7 years ago
- c251a7b scsi: megaraid: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- 107a60d scsi: megaraid_sas: Add support for 64bit consistent DMA by Shivasharan S · 7 years ago
- 2dba66b scsi: megaraid_sas: Do not limit queue_depth to 1k in non-RDPQ mode by Shivasharan S · 7 years ago
- e97e673 scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for higher QD by Shivasharan S · 7 years ago
- b9637d1 scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4k by Shivasharan S · 7 years ago
- b99fc202 scsi: megaraid_sas: Update current host time to FW during IOC Init by Shivasharan S · 7 years ago
- 9b3d028 scsi: megaraid_sas: Pre-allocate frequently used DMA buffers by Shivasharan S · 7 years ago
- 2dd689c scsi: megaraid_sas: reduce size of fusion_context and use kmalloc for allocation by Shivasharan S · 7 years ago
- f369a31 scsi: megaraid_sas: replace is_ventura with adapter_type checks by Shivasharan S · 7 years ago
- 55fecae scsi: megaraid_sas: Remove redundant checks for ctrl_context by Shivasharan S · 7 years ago
- c365178 scsi: megaraid_sas: use adapter_type for all gen controllers by Shivasharan S · 7 years ago
- 2d2c233 scsi: megaraid_sas: modified few prints in OCR and IOC INIT path by Shivasharan S · 7 years ago
- def3e8d scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAID map by Shivasharan S · 7 years ago