Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
0b9547bf6b94317b3f8e2496dc2b44cb6e599b01
/
drivers
/
scsi
/
megaraid
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
28bc6fb
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 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
87058dd
scsi: megaraid_sas: driver version upgrade
by Shivasharan S
· 7 years ago
54b2804
scsi: megaraid_sas: re-work DCMD refire code
by Shivasharan S
· 7 years ago
88d155c
scsi: megaraid_sas: Expose fw_cmds_outstanding through sysfs
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
619831f
scsi: megaraid_sas: Use megasas_wait_for_adapter_operational to detect controller state in IOCTL path
by Shivasharan S
· 7 years ago
149c575
scsi: megaraid_sas: Avoid firing DCMDs while OCR is in progress
by Shivasharan S
· 7 years ago
f3f7920
scsi: megaraid_sas: unload flag should be set after scsi_remove_host is called
by Shivasharan S
· 7 years ago
7ada701
scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware in RAID map
by Shivasharan S
· 7 years ago
41fae9a
scsi: megaraid_sas: Reset ldio_outstanding in megasas_resume
by Shivasharan S
· 7 years ago
b051cc6
scsi: megaraid_sas: Return the DCMD status from megasas_get_seq_num
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
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 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
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
b5c5d0a
scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"
by Colin Ian King
· 7 years ago
ca6958b
scsi: megaraid: Remove redundant code in megasas_alloc_cmds
by Yisheng Xie
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
c251a7b
scsi: megaraid: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
193ad90
scsi: megaraid_sas: driver version upgrade
by Shivasharan S
· 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
82add4e
scsi: megaraid_sas: Incorrect processing of IOCTL frames for SMP/STP commands
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
e5d65b4
scsi: megaraid_sas: Move controller memory allocations and DMA mask settings from probe to megasas_init_fw
by Shivasharan S
· 7 years ago
7535f27
scsi: megaraid_sas: Move initialization of instance parameters inside newly created function megasas_init_ctrl_params
by Shivasharan S
· 7 years ago
9ad18a9
scsi: megaraid_sas: remove instance->ctrl_info
by Shivasharan S
· 7 years ago
9b3d028
scsi: megaraid_sas: Pre-allocate frequently used DMA buffers
by Shivasharan S
· 7 years ago
1b4bed2
scsi: megaraid_sas: Create separate functions for allocating and freeing controller DMA buffers
by Shivasharan S
· 7 years ago
49a7a4a
scsi: megaraid_sas: Create separate functions to allocate ctrl memory
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
e7d36b8
scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adapter_type
by Shivasharan S
· 7 years ago
754f1ba
scsi: megaraid_sas: Add support for Crusader controllers
by Shivasharan S
· 7 years ago
c365178
scsi: megaraid_sas: use adapter_type for all gen controllers
by Shivasharan S
· 7 years ago
2441500
Merge branch 'fixes' into misc
by James Bottomley
· 7 years ago
6d41534
scsi: megaraid_mbox: drop duplicate bus reset and device reset function
by Hannes Reinecke
· 7 years ago
6ac385d
scsi: megaraid_sas: driver version upgrade
by Shivasharan S
· 7 years ago
5dd977e
scsi: megaraid_sas: call megasas_dump_frame with correct IO frame size
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
ba1477a
scsi: megaraid_sas: replace internal FALSE/TRUE definitions with false/true
by Shivasharan S
· 7 years ago
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
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
91b3d9f
scsi: megaraid_sas: Check valid aen class range to avoid kernel panic
by Shivasharan S
· 7 years ago
8823abe
scsi: megaraid_sas: Fix endianness issues in DCMD handling
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
e636a7a
scsi: megaraid_sas: set minimum value of resetwaittime to be 1 secs
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
61f0c3c
scsi: megaraid_sas: fix error handle in megasas_probe_one
by weiping zhang
· 7 years ago
3b8328e
scsi: megaraid_sas: fix allocate instance->pd_info twice
by weiping
· 7 years ago
e14a396
scsi: remove DRIVER_ATTR() usage
by Greg Kroah-Hartman
· 7 years ago
fc69d86
scsi: megaraid: Replace PCI pool old API
by Romain Perier
· 7 years ago
70c54e2
scsi: megaraid_sas: fix memleak in megasas_alloc_cmdlist_fusion
by Shu Wang
· 7 years ago
896f696
scsi: megaraid: Fix a sleep-in-atomic bug
by Jia-Ju Bai
· 7 years ago
68b4374
drivers/scsi/megaraid: remove expensive inline from megasas_return_cmd
by Andi Kleen
· 8 years ago
22487b6
scsi: megaraid_sas: Driver version upgrade
by Shivasharan S
· 8 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
64ff64b
scsi: megaraid_sas: enable intx only if msix request fails
by Shivasharan S
· 8 years ago
d1da522
scsi: megaraid_sas: handle dma_addr_t right on 32-bit
by Arnd Bergmann
· 8 years ago
40a4c2c
scsi: megaraid_sas: array overflow in megasas_dump_frame()
by Dan Carpenter
· 8 years ago
156f8759
scsi: megaraid_sas: driver version upgrade
by Shivasharan S
· 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
72bff2d
scsi: megaraid_sas: Bail out the driver load if ld_list_query fails
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
21c3400
scsi: megaraid_sas: megasas_return_cmd does not memset IO frame to zero
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
b41c0a4
scsi: megaraid_sas: set pd_after_lb from MR_BuildRaidContext and initialize pDevHandle to MR_DEVHANDLE_INVALID
by Shivasharan S
· 8 years ago
95c0608
scsi: megaraid_sas: latest controller OCR capability from FW before sending shutdown DCMD
by Shivasharan S
· 8 years ago
318aaef
scsi: megaraid_sas: avoid unaligned access in ioctl path
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
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
5fc499b
scsi: megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc fails
by Shivasharan S
· 8 years ago
b4a4221
scsi: megaraid_sas: add print in device removal path
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
Next »