index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
megaraid
/
megaraid_sas_base.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-15
scsi: megaraid_sas: Do not initiate OCR if controller is not in ready state
Anand Lodnoor
1
-1
/
+2
2020-01-27
scsi: megaraid_sas: reduce module load time
Steve Sistare
1
-2
/
+2
2019-12-01
scsi: megaraid_sas: Fix goto labels in error handling
Shivasharan S
1
-3
/
+2
2019-12-01
scsi: megaraid_sas: Fix msleep granularity
Shivasharan S
1
-2
/
+2
2019-08-16
scsi: megaraid_sas: fix panic on loading firmware crashdump
Junxiao Bi
1
-0
/
+3
2019-07-31
scsi: megaraid_sas: Fix calculation of target ID
Shivasharan S
1
-1
/
+2
2019-04-05
scsi: megaraid_sas: return error when create DMA pool failed
Jason Yan
1
-0
/
+1
2018-11-13
scsi: megaraid_sas: fix a missing-check bug
Wenwen Wang
1
-0
/
+3
2018-10-04
scsi: megaraid_sas: Update controller info during resume
Shivasharan S
1
-0
/
+3
2018-07-17
scsi: megaraid_sas: fix selection of reply queue
Ming Lei
1
-3
/
+36
2018-07-17
scsi: megaraid_sas: Create separate functions to allocate ctrl memory
Shivasharan S
1
-46
/
+76
2018-07-17
scsi: megaraid_sas: replace is_ventura with adapter_type checks
Shivasharan S
1
-5
/
+4
2018-07-17
scsi: megaraid_sas: replace instance->ctrl_context checks with instance->adap...
Shivasharan S
1
-27
/
+37
2018-07-17
scsi: megaraid_sas: use adapter_type for all gen controllers
Shivasharan S
1
-34
/
+54
2018-04-12
scsi: megaraid_sas: unload flag should be set after scsi_remove_host is called
Shivasharan S
1
-1
/
+1
2017-09-07
Merge branch 'fixes' into misc
James Bottomley
1
-1
/
+1
2017-08-25
scsi: megaraid_sas: call megasas_dump_frame with correct IO frame size
Shivasharan S
1
-1
/
+1
2017-08-25
scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE...
Shivasharan S
1
-1
/
+4
2017-08-25
scsi: megaraid_sas: use vmalloc for crash dump buffers and driver's local RAI...
Shivasharan S
1
-3
/
+9
2017-08-25
scsi: megaraid_sas: Check valid aen class range to avoid kernel panic
Shivasharan S
1
-0
/
+8
2017-08-25
scsi: megaraid_sas: Fix endianness issues in DCMD handling
Shivasharan S
1
-4
/
+5
2017-08-25
scsi: megaraid_sas: set minimum value of resetwaittime to be 1 secs
Shivasharan S
1
-1
/
+2
2017-08-17
scsi: megaraid_sas: fix error handle in megasas_probe_one
weiping zhang
1
-1
/
+1
2017-08-11
scsi: megaraid_sas: fix allocate instance->pd_info twice
weiping
1
-5
/
+3
2017-08-07
scsi: remove DRIVER_ATTR() usage
Greg Kroah-Hartman
1
-24
/
+12
2017-08-07
scsi: megaraid: Replace PCI pool old API
Romain Perier
1
-13
/
+14
2017-05-09
drivers/scsi/megaraid: remove expensive inline from megasas_return_cmd
Andi Kleen
1
-1
/
+1
2017-03-14
scsi: megaraid_sas: add correct return type check for ldio hint logic for raid1
Shivasharan S
1
-0
/
+3
2017-03-14
scsi: megaraid_sas: enable intx only if msix request fails
Shivasharan S
1
-5
/
+9
2017-02-16
scsi: megaraid_sas: array overflow in megasas_dump_frame()
Dan Carpenter
1
-1
/
+1
2017-02-13
scsi: megaraid_sas: Indentation and smatch warning fixes
Shivasharan S
1
-5
/
+5
2017-02-13
scsi: megaraid_sas: Cleanup VD_EXT_DEBUG and SPAN_DEBUG related debug prints
Shivasharan S
1
-15
/
+0
2017-02-13
scsi: megaraid_sas: Bail out the driver load if ld_list_query fails
Shivasharan S
1
-5
/
+5
2017-02-13
scsi: megaraid_sas: megasas_return_cmd does not memset IO frame to zero
Shivasharan S
1
-4
/
+6
2017-02-13
scsi: megaraid_sas: Change max_cmd from u32 to u16 in all functions
Shivasharan S
1
-5
/
+5
2017-02-13
scsi: megaraid_sas: latest controller OCR capability from FW before sending s...
Shivasharan S
1
-0
/
+7
2017-02-13
scsi: megaraid_sas: avoid unaligned access in ioctl path
Shivasharan S
1
-1
/
+3
2017-02-13
scsi: megaraid_sas: reduce size of fusion_context and use vmalloc if kmalloc ...
Shivasharan S
1
-11
/
+4
2017-02-13
scsi: megaraid_sas: add print in device removal path
Shivasharan S
1
-8
/
+11
2017-02-13
scsi: megaraid_sas: enhance debug logs in OCR context
Shivasharan S
1
-3
/
+35
2017-02-13
scsi: megaraid_sas: NVME interface target prop added
Shivasharan S
1
-4
/
+140
2017-02-13
scsi: megaraid_sas: NVME Interface detection and prop settings
Shivasharan S
1
-49
/
+121
2017-02-13
scsi: megaraid_sas: change issue_dcmd to return void from int
Shivasharan S
1
-8
/
+11
2017-02-13
scsi: megaraid_sas: Use DID_REQUEUE
Shivasharan S
1
-2
/
+2
2017-02-13
scsi: megaraid_sas: RAID map is accessed for SYS PDs when use_seqnum_jbod_fp ...
Shivasharan S
1
-11
/
+14
2017-02-13
scsi: megaraid_sas: Refactor MEGASAS_IS_LOGICAL macro using sdev
Shivasharan S
1
-10
/
+10
2017-02-13
Revert "scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Thre...
Shivasharan S
1
-48
/
+0
2017-01-11
scsi: megaraid_sas: Implement the PD Map support for SAS3.5 Generic Megaraid ...
Sasikumar Chandrasekaran
1
-0
/
+3
2017-01-11
scsi: megaraid_sas: Enable or Disable Fast path based on the PCI Threshold Ba...
Sasikumar Chandrasekaran
1
-0
/
+48
2017-01-11
scsi: megaraid_sas: Add the Support for SAS3.5 Generic Megaraid Controllers C...
Sasikumar Chandrasekaran
1
-28
/
+25
[next]