blob: 2af195ca665ed8d46cb4e4f829a24255a1050c12 [file] [log] [blame]
630d42b70f5d ("scsi: megaraid_sas: Fix Ventura series based checks")
81b7645223ea ("scsi: megaraid_sas: Rename scratch_pad registers")
9e77018eefaf ("scsi: megaraid_sas: optimize raid context access in IO path")
e29c32213347 ("scsi: megaraid_sas: Fix combined reply queue mode detection")
de93b40d98ea ("scsi: megaraid_sas: Add check for reset adapter bit")
3f6194af5394 ("scsi: megaraid_sas: Add watchdog thread to detect Firmware fault")
9ff97fa8db94 ("scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura controllers")
b45093dd76be ("scsi: megaraid: use ktime_get_real for firmware time")
4959e61b83a3 ("scsi: megaraid_sas: Selectively apply stream detection based on IO type")
107a60dd71b5 ("scsi: megaraid_sas: Add support for 64bit consistent DMA")
e97e673ca63b ("scsi: megaraid_sas: Retry with reduced queue depth when alloc fails for higher QD")
b9637d14dc00 ("scsi: megaraid_sas: Resize MFA frame used for IOC INIT to 4k")
b99fc2028196 ("scsi: megaraid_sas: Update current host time to FW during IOC Init")
e5d65b4b81af ("scsi: megaraid_sas: Move controller memory allocations and DMA mask settings from probe to megasas_init_fw")
7535f27d1f14 ("scsi: megaraid_sas: Move initialization of instance parameters inside newly created function megasas_init_ctrl_params")
9b3d028f3468 ("scsi: megaraid_sas: Pre-allocate frequently used DMA buffers")
1b4bed206159 ("scsi: megaraid_sas: Create separate functions for allocating and freeing controller DMA buffers")
49a7a4adb016 ("scsi: megaraid_sas: Create separate functions to allocate ctrl memory")
f369a31578c4 ("scsi: megaraid_sas: replace is_ventura with adapter_type checks")
e7d36b884350 ("scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adapter_type")
c365178f3147 ("scsi: megaraid_sas: use adapter_type for all gen controllers")
2d2c2331673c ("scsi: megaraid_sas: modified few prints in OCR and IOC INIT path")
def3e8dfe935 ("scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAID map")
3b8328e2e0fd ("scsi: megaraid_sas: fix allocate instance->pd_info twice")
fc69d86dcb49 ("scsi: megaraid: Replace PCI pool old API")
896f6966fc81 ("scsi: megaraid: Fix a sleep-in-atomic bug")
a73b0a4b5d17 ("scsi: megaraid_sas: Change RAID_1_10_RMW_CMDS to RAID_1_PEER_CMDS and set value to 2")
41064f1bf888 ("scsi: megaraid_sas: Indentation and smatch warning fixes")
e00731bc5abb ("scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug prints")
21c34006dce9 ("scsi: megaraid_sas: megasas_return_cmd does not memset IO frame to zero")
50b7f5a2d012 ("scsi: megaraid_sas: Change max_cmd from u32 to u16 in all functions")
a174118b7a97 ("scsi: megaraid_sas: big endian support changes")
ff96f9251768 ("scsi: megaraid_sas: Big endian RDPQ mode fix")
d2d0358bcd09 ("scsi: megaraid_sas: MR_TargetIdToLdGet u8 to u16 and avoid invalid raid-map access")
5fc499b612c5 ("scsi: megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc fails")
def0eab3af86 ("scsi: megaraid_sas: enhance debug logs in OCR context")
31d9a57b419d ("scsi: megaraid_sas: set residual bytes count during IO completion")
a48ba0eca045 ("scsi: megaraid_sas: raid 1 write performance for large io")
33203bc4d61b ("scsi: megaraid_sas: NVME fast path io support")
96188a89cc6d ("scsi: megaraid_sas: NVME interface target prop added")
15dd03811d99 ("scsi: megaraid_sas: NVME Interface detection and prop settings")
f4fc209326c7 ("scsi: megaraid_sas: change issue_dcmd to return void from int")
ed981b81fa6c ("scsi: megaraid_sas: RAID map is accessed for SYS PDs when use_seqnum_jbod_fp is not set")
3cabd1625658 ("scsi: megaraid_sas: Refactor MEGASAS_IS_LOGICAL macro using sdev")
45b8a35eed7b ("scsi: megaraid_sas: 32 bit descriptor fire cmd optimization")
8bf7c65d379a ("scsi: megaraid_sas: raid 1 fast path code optimize")
f6c0d55c5b91 ("scsi: megaraid_sas: cpu select rework.")
18bbcabdc6cc ("Revert "scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Threshold Bandwidth"")
ede7c3ce82dc ("scsi: megaraid_sas: Implement the PD Map support for SAS3.5 Generic Megaraid Controllers")
b71b49c209fa ("scsi: megaraid_sas: ldio_outstanding variable is not decremented in completion path")