Age | Commit message (Expand) | Author | Files | Lines |
2016-07-14 | megaraid_sas: Do not fire MR_DCMD_PD_LIST_QUERY to controllers which do not s... | Sumit Saxena | 1 | -0/+6 |
2016-05-06 | megaraid_sas: Downgrade two success messages to info | Andy Lutomirski | 2 | -2/+2 |
2016-04-15 | megaraid_sas: driver version upgrade | Sumit Saxena | 1 | -2/+2 |
2016-04-15 | megaraid_sas: task management code optimizations | Sumit Saxena | 1 | -21/+46 |
2016-04-15 | megaraid_sas: call ISR function to clean up pending replies in OCR path | Sumit Saxena | 1 | -0/+2 |
2016-04-15 | megaraid_sas: reduce memory footprints in kdump mode | Sumit Saxena | 3 | -19/+34 |
2016-03-18 | megaraid_sas: add missing curly braces in ioctl handler | Arnd Bergmann | 1 | -1/+2 |
2016-03-11 | megaraid_sas: Don't issue kill adapter for MFI controllers in case of PD list... | Sumit Saxena | 2 | -5/+11 |
2016-02-24 | megaraid_sas: Add an i/o barrier | Tomas Henzl | 2 | -0/+2 |
2016-02-24 | megaraid_sas: Fix SMAP issue | Sumit Saxena | 1 | -7/+6 |
2016-02-24 | megaraid_sas: Fix for IO failing post OCR in SRIOV environment | Sumit Saxena | 3 | -22/+39 |
2016-02-24 | megaraid: fix null pointer check in megasas_detach_one(). | Maurizio Lombardi | 1 | -5/+5 |
2016-02-24 | megaraid_sas: driver version upgrade | Sumit Saxena | 1 | -2/+2 |
2016-02-24 | megaraid_sas: SPERC OCR changes | Sumit Saxena | 1 | -57/+16 |
2016-02-24 | megaraid_sas: Introduce module parameter for SCSI command timeout | Sumit Saxena | 2 | -4/+13 |
2016-02-24 | megaraid_sas: MFI adapter OCR changes | Sumit Saxena | 1 | -51/+50 |
2016-02-24 | megaraid_sas: Make adprecovery variable atomic | Sumit Saxena | 3 | -74/+50 |
2016-02-24 | megaraid_sas: IO throttling support | Sumit Saxena | 2 | -2/+5 |
2016-02-24 | megaraid_sas: Dual queue depth support | Sumit Saxena | 3 | -10/+107 |
2016-02-24 | megaraid_sas: Code optimization build_and_issue_cmd return-type | Sumit Saxena | 2 | -9/+4 |
2016-02-24 | megaraid_sas: Reply Descriptor Post Queue (RDPQ) support | Sumit Saxena | 4 | -239/+331 |
2016-02-24 | megaraid_sas: Fastpath region lock bypass | Sumit Saxena | 4 | -7/+17 |
2016-02-24 | megaraid_sas: Update device queue depth based on interface type | Sumit Saxena | 2 | -1/+396 |
2016-02-24 | megaraid_sas: Task management support | Sumit Saxena | 4 | -18/+646 |
2016-02-24 | megaraid_sas: Syncing request flags macro names with firmware | Sumit Saxena | 2 | -4/+5 |
2016-02-24 | megaraid_sas: MFI IO timeout handling | Sumit Saxena | 3 | -110/+338 |
2016-02-24 | megaraid_sas: Do not allow PCI access during OCR | Sumit Saxena | 2 | -174/+82 |
2016-01-08 | megaraid: Fix possible NULL pointer deference in mraid_mm_ioctl | Nicholas Krause | 1 | -0/+4 |
2015-11-12 | Merge tag '4.4-scsi-mkp' into misc | James Bottomley | 5 | -308/+680 |
2015-11-10 | scsi: use host wide tags by default | Christoph Hellwig | 1 | -8/+0 |
2015-11-09 | megaraid_sas: Fix sparse warning | Sumit Saxena | 1 | -1/+1 |
2015-11-09 | megaraid_sas: Make tape drives visible on PERC5 controllers | Sumit Saxena | 2 | -3/+18 |
2015-11-03 | megaraid_sas : Remove debug print from function megasas_update_span_set | sumit.saxena@avagotech.com | 1 | -4/+0 |
2015-11-03 | megaraid_sas : Driver version upgrade | sumit.saxena@avagotech.com | 1 | -2/+2 |
2015-11-03 | megaraid_sas : SMAP restriction--do not access user memory from IOCTL code | sumit.saxena@avagotech.com | 1 | -2/+11 |
2015-10-29 | megaraid_sas: Make PI enabled VD 8 byte DMA aligned | sumit.saxena@avagotech.com | 1 | -0/+34 |
2015-10-29 | megaraid_sas: Initialize tasklet before setting up IRQs | sumit.saxena@avagotech.com | 1 | -2/+3 |
2015-10-29 | megaraid_sas: Indicate online firmware upgrade support for Secure JBOD feature | sumit.saxena@avagotech.com | 1 | -4/+4 |
2015-10-29 | megaraid_sas: Update OCR capability on controller properties change | sumit.saxena@avagotech.com | 2 | -4/+8 |
2015-10-29 | megaraid_sas: Do not use PAGE_SIZE for max_sectors | sumit.saxena@avagotech.com | 2 | -1/+3 |
2015-10-29 | megaraid_sas: Support for Cutlass (12 Gbps) controller | sumit.saxena@avagotech.com | 3 | -0/+23 |
2015-10-29 | megaraid_sas: Support for Intruder (12 Gbps) controller | sumit.saxena@avagotech.com | 2 | -0/+17 |
2015-10-29 | megaraid_sas: Remove PCI id checks | sumit.saxena@avagotech.com | 4 | -146/+76 |
2015-10-29 | megaraid_sas: Expose TAPE drives unconditionally | sumit.saxena@avagotech.com | 1 | -2/+3 |
2015-10-29 | megaraid_sas: Version update | sumit.saxena@avagotech.com | 1 | -2/+2 |
2015-10-29 | megaraid_sas: Code refactor for use of requestorId | sumit.saxena@avagotech.com | 1 | -17/+18 |
2015-10-29 | megaraid_sas: Fix validHandles check in I/O path | sumit.saxena@avagotech.com | 1 | -1/+1 |
2015-10-29 | megaraid_sas: Print critical firmware event messages | sumit.saxena@avagotech.com | 2 | -0/+71 |
2015-10-29 | megaraid_sas: Chip reset if driver fails to get IOC ready | sumit.saxena@avagotech.com | 1 | -75/+68 |
2015-10-29 | megaraid_sas: Support for max_io_size 1MB | sumit.saxena@avagotech.com | 3 | -20/+58 |