Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
d54d27c9571245e4990bb8d020b109b92115683b
/
drivers
/
scsi
/
megaraid
/
megaraid_sas_fusion.c
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
28661c8
scsi: megaraid_sas: Use SMID for Task abort case only
by Shivasharan S
· 7 years ago
690e9c3
scsi: megaraid_sas: Do not re-fire shutdown DCMD after OCR
by Shivasharan S
· 7 years ago
14298cf
scsi: megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while there are pending commands
by Shivasharan S
· 7 years ago
bdb5c55
scsi: megaraid_sas: Use synchronize_irq in target reset case
by Shivasharan S
· 7 years ago
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
fc69d86
scsi: megaraid: Replace PCI pool old API
by Romain Perier
· 8 years ago
70c54e2
scsi: megaraid_sas: fix memleak in megasas_alloc_cmdlist_fusion
by Shu Wang
· 7 years ago
874d025
scsi: megaraid_sas: raid6 also require cpuSel check same as raid5
by Shivasharan S
· 8 years ago
49524b3
scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1
by Shivasharan S
· 8 years ago
d1da522
scsi: megaraid_sas: handle dma_addr_t right on 32-bit
by Arnd Bergmann
· 8 years ago
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
41064f1
scsi: megaraid_sas: Indentation and smatch warning fixes
by Shivasharan S
· 8 years ago
e00731b
scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug prints
by Shivasharan S
· 8 years ago
ec77959
scsi: megaraid_sas: Increase internal command pool
by Shivasharan S
· 8 years ago
29206da
scsi: megaraid_sas: Use synchronize_irq to wait for IRQs to complete
by Shivasharan S
· 8 years ago
7a7ae4f
scsi: megaraid_sas: Change build_mpt_mfi_pass_thru to return void
by Shivasharan S
· 8 years ago
a6821ca
scsi: megaraid_sas: During OCR, if get_ctrl_info fails do not continue with OCR
by Shivasharan S
· 8 years ago
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
25fb13d
scsi: megaraid_sas: Remove unused pd_index from megasas_build_ld_nonrw_fusion
by Shivasharan S
· 8 years ago
cf4e55e
scsi: megaraid_sas: max_fw_cmds are decremented twice, remove duplicate
by Shivasharan S
· 8 years ago
013aec6
scsi: megaraid_sas: update can_queue only if the new value is less
by Shivasharan S
· 8 years ago
50b7f5a
scsi: megaraid_sas: Change max_cmd from u32 to u16 in all functions
by Shivasharan S
· 8 years ago
a174118b
scsi: megaraid_sas: big endian support changes
by Shivasharan S
· 8 years ago
ff96f92
scsi: megaraid_sas: Big endian RDPQ mode fix
by Shivasharan S
· 8 years ago
d2d0358
scsi: megaraid_sas: MR_TargetIdToLdGet u8 to u16 and avoid invalid raid-map access
by Shivasharan S
· 8 years ago
5fc499b
scsi: megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc fails
by Shivasharan S
· 8 years ago
def0eab
scsi: megaraid_sas: enhance debug logs in OCR context
by Shivasharan S
· 8 years ago
31d9a57
scsi: megaraid_sas: set residual bytes count during IO completion
by Shivasharan S
· 8 years ago
a48ba0e
scsi: megaraid_sas: raid 1 write performance for large io
by Shivasharan S
· 8 years ago
33203bc
scsi: megaraid_sas: NVME fast path io support
by Shivasharan S
· 8 years ago
15dd038
scsi: megaraid_sas: NVME Interface detection and prop settings
by Shivasharan S
· 8 years ago
f4fc209
scsi: megaraid_sas: change issue_dcmd to return void from int
by Shivasharan S
· 8 years ago
52205ac
scsi: megaraid_sas: megasas_get_request_descriptor always return valid desc
by Shivasharan S
· 8 years ago
f55cf47
scsi: megaraid_sas: Use DID_REQUEUE
by Shivasharan S
· 8 years ago
3cabd16
scsi: megaraid_sas: Refactor MEGASAS_IS_LOGICAL macro using sdev
by Shivasharan S
· 8 years ago
45b8a35
scsi: megaraid_sas: 32 bit descriptor fire cmd optimization
by Shivasharan S
· 8 years ago
8bf7c65
scsi: megaraid_sas: raid 1 fast path code optimize
by Shivasharan S
· 8 years ago
f6c0d55
scsi: megaraid_sas: cpu select rework.
by Shivasharan S
· 8 years ago
18bbcab
Revert "scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Threshold Bandwidth"
by Shivasharan S
· 8 years ago
ede7c3c
scsi: megaraid_sas: Implement the PD Map support for SAS3.5 Generic Megaraid Controllers
by Sasikumar Chandrasekaran
· 8 years ago
b71b49c
scsi: megaraid_sas: ldio_outstanding variable is not decremented in completion path
by Sasikumar Chandrasekaran
· 8 years ago
3e5eadb
scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Threshold Bandwidth
by Sasikumar Chandrasekaran
· 8 years ago
9581ebe
scsi: megaraid_sas: Add the Support for SAS3.5 Generic Megaraid Controllers Capabilities
by Sasikumar Chandrasekaran
· 8 years ago
d889344
scsi: megaraid_sas: Dynamic Raid Map Changes for SAS3.5 Generic Megaraid Controllers
by Sasikumar Chandrasekaran
· 8 years ago
69c337c
scsi: megaraid_sas: SAS3.5 Generic Megaraid Controllers Fast Path for RAID 1/10 Writes
by Sasikumar Chandrasekaran
· 8 years ago
fdd84e2
scsi: megaraid_sas: SAS3.5 Generic Megaraid Controllers Stream Detection and IO Coalescing
by Sasikumar Chandrasekaran
· 8 years ago
45d4460
scsi: megaraid_sas: EEDP Escape Mode Support for SAS3.5 Generic Megaraid Controllers
by Sasikumar Chandrasekaran
· 8 years ago
2493c67
scsi: megaraid_sas: 128 MSIX Support
by Sasikumar Chandrasekaran
· 8 years ago
45f4f2e
scsi: megaraid_sas: Add new pci device Ids for SAS3.5 Generic Megaraid Controllers
by Sasikumar Chandrasekaran
· 8 years ago
d557358
scsi: megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which does not support JBOD sequence map
by Kashyap Desai
· 8 years ago
d0fc91d
scsi: megaraid_sas: Send SYNCHRONIZE_CACHE for VD to firmware
by Kashyap Desai
· 8 years ago
a1dfd62
scsi: megaraid_sas: Do not fire DCMDs during PCI shutdown/detach
by Kashyap Desai
· 8 years ago
18e1c7f
scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for 30secs before reset
by Kashyap Desai
· 8 years ago
e7f8516
megaraid_sas: Fix probing cards without io port
by Yinghai Lu
· 8 years ago
13f3077
megaraid_sas: Downgrade two success messages to info
by Andy Lutomirski
· 9 years ago
64d0b8e
megaraid_sas: call ISR function to clean up pending replies in OCR path
by Sumit Saxena
· 9 years ago
c3e385a
megaraid_sas: reduce memory footprints in kdump mode
by Sumit Saxena
· 9 years ago
b99dbe5
megaraid_sas: Add an i/o barrier
by Tomas Henzl
· 9 years ago
8f67c8c
megaraid_sas: Fix for IO failing post OCR in SRIOV environment
by Sumit Saxena
· 9 years ago
3885c26
megaraid_sas: SPERC OCR changes
by Sumit Saxena
· 9 years ago
e3d178c
megaraid_sas: Introduce module parameter for SCSI command timeout
by Sumit Saxena
· 9 years ago
8a01a41
megaraid_sas: Make adprecovery variable atomic
by Sumit Saxena
· 9 years ago
52b62ac
megaraid_sas: IO throttling support
by Sumit Saxena
· 9 years ago
308ec45
megaraid_sas: Dual queue depth support
by Sumit Saxena
· 9 years ago
f9a9dee
megaraid_sas: Code optimization build_and_issue_cmd return-type
by Sumit Saxena
· 9 years ago
179ac14
megaraid_sas: Reply Descriptor Post Queue (RDPQ) support
by Sumit Saxena
· 9 years ago
8f05024
megaraid_sas: Fastpath region lock bypass
by Sumit Saxena
· 9 years ago
18365b1
megaraid_sas: Task management support
by Sumit Saxena
· 9 years ago
2c04835
megaraid_sas: Syncing request flags macro names with firmware
by Sumit Saxena
· 9 years ago
6d40afb
megaraid_sas: MFI IO timeout handling
by Sumit Saxena
· 9 years ago
9fb74c4
megaraid_sas: Fix sparse warning
by Sumit Saxena
· 9 years ago
7364d34
megaraid_sas: Support for Cutlass (12 Gbps) controller
by sumit.saxena@avagotech.com
· 9 years ago
5a8cb85
megaraid_sas: Remove PCI id checks
by sumit.saxena@avagotech.com
· 9 years ago
75b96061e
megaraid_sas: Fix validHandles check in I/O path
by sumit.saxena@avagotech.com
· 9 years ago
79b82c2
megaraid_sas: Chip reset if driver fails to get IOC ready
by sumit.saxena@avagotech.com
· 9 years ago
bd5f948
megaraid_sas: Support for max_io_size 1MB
by sumit.saxena@avagotech.com
· 9 years ago
4dbbe3c
megaraid_sas: Code cleanup-use local variable drv_ops inside megasas_ioc_init_fusion
by sumit.saxena@avagotech.com
· 9 years ago
Next »