aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley5-308/+680
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-8/+0
2015-11-09megaraid_sas: Fix sparse warningSumit Saxena1-1/+1
2015-11-09megaraid_sas: Make tape drives visible on PERC5 controllersSumit Saxena2-3/+18
2015-11-02megaraid_sas : Remove debug print from function megasas_update_span_setsumit.saxena@avagotech.com1-4/+0
2015-11-02megaraid_sas : Driver version upgradesumit.saxena@avagotech.com1-2/+2
2015-11-02megaraid_sas : SMAP restriction--do not access user memory from IOCTL codesumit.saxena@avagotech.com1-2/+11
2015-10-29megaraid_sas: Make PI enabled VD 8 byte DMA alignedsumit.saxena@avagotech.com1-0/+34
2015-10-29megaraid_sas: Initialize tasklet before setting up IRQssumit.saxena@avagotech.com1-2/+3
2015-10-29megaraid_sas: Indicate online firmware upgrade support for Secure JBOD featuresumit.saxena@avagotech.com1-4/+4
2015-10-29megaraid_sas: Update OCR capability on controller properties changesumit.saxena@avagotech.com2-4/+8
2015-10-29megaraid_sas: Do not use PAGE_SIZE for max_sectorssumit.saxena@avagotech.com2-1/+3
2015-10-29megaraid_sas: Support for Cutlass (12 Gbps) controllersumit.saxena@avagotech.com3-0/+23
2015-10-29megaraid_sas: Support for Intruder (12 Gbps) controllersumit.saxena@avagotech.com2-0/+17
2015-10-29megaraid_sas: Remove PCI id checkssumit.saxena@avagotech.com4-146/+76
2015-10-29megaraid_sas: Expose TAPE drives unconditionallysumit.saxena@avagotech.com1-2/+3
2015-10-29megaraid_sas: Version updatesumit.saxena@avagotech.com1-2/+2
2015-10-29megaraid_sas: Code refactor for use of requestorIdsumit.saxena@avagotech.com1-17/+18
2015-10-29megaraid_sas: Fix validHandles check in I/O pathsumit.saxena@avagotech.com1-1/+1
2015-10-29megaraid_sas: Print critical firmware event messagessumit.saxena@avagotech.com2-0/+71
2015-10-29megaraid_sas: Chip reset if driver fails to get IOC readysumit.saxena@avagotech.com1-75/+68
2015-10-29megaraid_sas: Support for max_io_size 1MBsumit.saxena@avagotech.com3-20/+58
2015-10-29megaraid_sas: Code cleanup-use local variable drv_ops inside megasas_ioc_init_fusionsumit.saxena@avagotech.com1-10/+10
2015-10-29megaraid_sas: JBOD sequence number supportsumit.saxena@avagotech.com4-16/+242
2015-10-29megaraid_sas: Increase timeout to 60 secs for abort frames during shutdownsumit.saxena@avagotech.com1-2/+2
2015-10-29megaraid_sas: Synchronize driver headers with firmware APIssumit.saxena@avagotech.com2-5/+16
2015-08-26megaraid_sas: fix whitespace errorsBjorn Helgaas1-126/+118
2015-08-26megaraid_sas: use dev_printk when possibleBjorn Helgaas2-203/+196
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-1003/+930
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+8
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2015-06-15megaraid_sas: fix TRUE and FALSE re-define build errorSuthikulpanit, Suravee1-0/+8
2015-06-13megaraid: fix irq setup process regressionTomas Henzl1-16/+14
2015-06-01megaraid_sas : Modify return value of megasas_issue_blocked_cmd() and wait_and_poll() to consider command status returned by firmwareSumit.Saxena@avagotech.com3-42/+30
2015-05-26megaraid_sas: fix kerneldocGeert Uytterhoeven2-2/+2
2015-05-25megaraid_sas : swap whole register in megasas_register_aenChristoph Hellwig1-2/+2
2015-05-25megaraid_sas : fix megasas_fire_cmd_fusion calling conventionChristoph Hellwig1-41/+31
2015-05-25megaraid_sas : add missing byte swaps to the sriov codeChristoph Hellwig1-21/+25
2015-05-25megaraid_sas : bytewise or should be done on native endian variablesChristoph Hellwig1-1/+3
2015-05-25megaraid_sas : move endianness conversion into caller of megasas_get_seq_numChristoph Hellwig1-6/+6
2015-05-25megaraid_sas : add endianness conversions for all onesChristoph Hellwig3-8/+10
2015-05-25megaraid_sas : add endianness annotationsChristoph Hellwig5-296/+296
2015-05-25megaraid_sas : add missing __iomem annotationsChristoph Hellwig2-5/+6
2015-05-25megaraid_sas : megasas_complete_outstanding_ioctls() can be statickbuild test robot1-1/+1
2015-05-25megaraid_sas : Support for Avago's Single server High Availability productSumit.Saxena@avagotech.com3-3/+49
2015-05-25megaraid_sas : Add release date and update driver versionSumit.Saxena@avagotech.com2-1/+21
2015-05-25megaraid_sas : Modify driver's meta data to reflect AvagoSumit.Saxena@avagotech.com1-3/+3
2015-05-25megaraid_sas : Use Block layer tag support for internal command indexingSumit.Saxena@avagotech.com4-242/+99
2015-05-25megaraid_sas : Enhanced few printsSumit.Saxena@avagotech.com1-25/+24
2015-05-25megaraid_sas : Move controller's queue depth calculation in adapter specific functionSumit.Saxena@avagotech.com3-24/+25