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.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_fusion.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-26
megaraid_sas: use dev_printk when possible
Bjorn Helgaas
1
-49
/
+46
2015-06-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-290
/
+264
2015-06-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2015-06-01
megaraid_sas : Modify return value of megasas_issue_blocked_cmd() and wait_an...
Sumit.Saxena@avagotech.com
1
-1
/
+2
2015-05-26
megaraid_sas: fix kerneldoc
Geert Uytterhoeven
1
-1
/
+1
2015-05-25
megaraid_sas : fix megasas_fire_cmd_fusion calling convention
Christoph Hellwig
1
-41
/
+31
2015-05-25
megaraid_sas : bytewise or should be done on native endian variables
Christoph Hellwig
1
-1
/
+3
2015-05-25
megaraid_sas : add endianness conversions for all ones
Christoph Hellwig
1
-4
/
+5
2015-05-25
megaraid_sas : add endianness annotations
Christoph Hellwig
1
-1
/
+1
2015-05-25
megaraid_sas : Support for Avago's Single server High Availability product
Sumit.Saxena@avagotech.com
1
-0
/
+20
2015-05-25
megaraid_sas : Use Block layer tag support for internal command indexing
Sumit.Saxena@avagotech.com
1
-113
/
+38
2015-05-25
megaraid_sas : Move controller's queue depth calculation in adapter specific ...
Sumit.Saxena@avagotech.com
1
-0
/
+9
2015-05-25
megaraid_sas : Add separate functions for building sysPD IOs and non RW LDIOs
Sumit.Saxena@avagotech.com
1
-101
/
+129
2015-05-25
megaraid_sas : Add separate function for refiring MFI commands
Sumit.Saxena@avagotech.com
1
-41
/
+39
2015-04-16
megaraid_sas: use raw_smp_processor_id()
Christoph Hellwig
1
-3
/
+6
2015-01-09
megaraid_sas: reserve commands for IOCTLs and internal DCMDs
Sumit.Saxena@avagotech.com
1
-2
/
+6
2015-01-09
megaraid_sas: complete outstanding IOCTLs before killing adapter
Sumit.Saxena@avagotech.com
1
-4
/
+0
2015-01-09
megaraid_sas: disable interrupt_mask before enabling hardware interrupts
Sumit.Saxena@avagotech.com
1
-1
/
+2
2015-01-09
megaraid_sas: fix the problem of non-existing VD exposed to host
Sumit.Saxena@avagotech.com
1
-2
/
+12
2015-01-09
megaraid_sas: add support for secure JBOD
Sumit.Saxena@avagotech.com
1
-32
/
+41
2015-01-09
megaraid_sas: endianness related bug fixes and code optimization
Sumit.Saxena@avagotech.com
1
-4
/
+3
2014-11-24
megaraid_sas: dndinaness related bug fixes
Sumit.Saxena@avagotech.com
1
-6
/
+7
2014-11-24
megaraid_sas: make HBA operational after LD_MAP_SYNC DCMD in OCR path
Sumit.Saxena@avagotech.com
1
-13
/
+13
2014-11-24
megaraid_sas: online Firmware upgrade support for Extended VD feature
Sumit.Saxena@avagotech.com
1
-41
/
+14
2014-11-24
megaraid_sas: update MAINTAINERS and copyright information for megaraid drivers
Sumit.Saxena@avagotech.com
1
-8
/
+10
2014-09-16
megaraid_sas : MFI MPT linked list corruption fix
Sumit.Saxena@avagotech.com
1
-23
/
+78
2014-09-16
megaraid_sas : N-drive primary raid level 1 load balancing
Sumit.Saxena@avagotech.com
1
-8
/
+6
2014-09-16
megaraid_sas : Round down max sge supported by controller to power of two
Sumit.Saxena@avagotech.com
1
-2
/
+2
2014-09-16
megaraid_sas : Extended VD support
Sumit.Saxena@avagotech.com
1
-24
/
+94
2014-09-16
megaraid_sas : Firmware crash dump feature support
Sumit.Saxena@avagotech.com
1
-2
/
+170
2014-09-16
megaraid_sas : Update threshold based reply post host index register
Sumit.Saxena@avagotech.com
1
-1
/
+22
2014-09-16
megaraid_sas : Use writeq for 64bit pci write to avoid spinlock overhead
Sumit.Saxena@avagotech.com
1
-0
/
+6
2014-09-16
megaraid_sas: Fix reset_mutex leak
Adam Radford
1
-0
/
+1
2014-07-18
scsi: use 64-bit LUNs
Hannes Reinecke
1
-2
/
+2
2014-03-15
[SCSI] megaraid_sas: Add Dell PowerEdge VRTX SR-IOV VF support
adam radford
1
-34
/
+198
2014-03-15
[SCSI] megaraid_sas: Return leaked MPT frames to MPT frame pool
adam radford
1
-2
/
+5
2014-03-15
[SCSI] megaraid_sas: Fix megasas_ioc_init_fusion
adam radford
1
-10
/
+7
2014-03-15
[SCSI] megaraid_sas: Performance boost fixes
Sumit.Saxena@lsi.com
1
-0
/
+2
2014-03-15
[SCSI] megaraid_sas: Big endian code related fixes
Sumit.Saxena@lsi.com
1
-3
/
+3
2014-03-15
[SCSI] megaraid_sas: Don't wait forever for non-IOCTL DCMDs
Sumit.Saxena@lsi.com
1
-0
/
+1
2014-03-15
[SCSI] megaraid_sas_fusion: Return correct error value in megasas_get_ld_map_...
Hannes Reinecke
1
-1
/
+1
2014-03-15
[SCSI] megaraid_sas_fusion: correctly pass queue info pointer
Hannes Reinecke
1
-1
/
+4
2013-09-11
[SCSI] megaraid_sas: addded support for big endian architecture
Sumit.Saxena@lsi.com
1
-66
/
+63
2013-09-07
[SCSI] megaraid_sas: Add High Availability clustering support using shared Lo...
adam radford
1
-13
/
+64
2013-06-25
[SCSI] megaraid_sas: Add support for Uneven Span PRL11
Sumit.Saxena@lsi.com
1
-4
/
+1
2013-06-25
[SCSI] megaraid_sas: Add support for Extended MSI-x vectors for 12Gb/s contro...
Sumit.Saxena@lsi.com
1
-8
/
+30
2013-06-25
[SCSI] megaraid_sas: Set IoFlags to enable Fast Path for JBODs for 12 Gb/s co...
Sumit.Saxena@lsi.com
1
-0
/
+4
2013-06-25
[SCSI] megaraid_sas: Add support to display Customer branding details in syslog
Sumit.Saxena@lsi.com
1
-0
/
+62
2013-06-25
[SCSI] megaraid_sas: Add support for MegaRAID Fury (device ID-0x005f) 12Gb/s ...
Sumit.Saxena@lsi.com
1
-9
/
+18
2013-06-25
[SCSI] megaraid_sas: Set IO request timeout value provided by OS timeout for ...
Sumit.Saxena@lsi.com
1
-0
/
+12
[next]