| Commit message (Expand) | Author | Age | Files | Lines |
* | mrsas: Fix callout locking in mrsas_complete_cmd() | Mark Johnston | 2023-10-07 | 1 | -0/+2 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | Add the mfi(4) ioctl support to mrsas(4) | Doug Ambrisko | 2023-04-28 | 1 | -1/+12 |
* | mrsas: Don't leak a stack pointer value in the softc. | John Baldwin | 2022-12-21 | 1 | -0/+1 |
* | mrsas: Remove unused devclass argument to DRIVER_MODULE. | John Baldwin | 2022-05-06 | 1 | -3/+1 |
* | mrsas: if controller reset is in progress, refrain from firing DCMDs to | Chandrakanth Patil | 2022-04-05 | 1 | -0/+1 |
* | mrsas(4): Fix a typo in a source code comment | Gordon Bergling | 2022-04-02 | 1 | -1/+1 |
* | Fix "set but not used" in mrsas. This includes removing unnecessary cdevsw | Scott Long | 2021-12-04 | 1 | -38/+5 |
* | mrsas(4): Report more correct maximum I/O size. | Alexander Motin | 2021-07-01 | 1 | -5/+6 |
* | mrsas: unbreak i386 build | Alfredo Dal'Ava Junior | 2021-02-05 | 1 | -3/+1 |
* | [POWERPC64BE] mrsas: add big-endian support | Alfredo Dal'Ava Junior | 2021-02-04 | 1 | -90/+108 |
* | Make MAXPHYS tunable. Bump MAXPHYS to 1M. | Konstantin Belousov | 2020-11-28 | 1 | -4/+4 |
* | mrsas: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -14/+0 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -2/+3 |
* | Add KERNEL_PANICKED macro for use in place of direct panicstr tests | Mateusz Guzik | 2020-01-12 | 1 | -1/+1 |
* | add mrsas_shutdown method | Andriy Gapon | 2019-05-23 | 1 | -0/+34 |
* | Allocated MFI frames should be same as MPT frames reserved for DCMDs | Kashyap D Desai | 2019-03-12 | 1 | -2/+1 |
* | fw_outstanding"(outstanding IOs at firmware level) counter gets screwed up wh... | Kashyap D Desai | 2019-03-12 | 1 | -1/+6 |
* | Problem statement: | Kashyap D Desai | 2018-12-26 | 1 | -23/+41 |
* | This patch will add support for 32 bit atomic request descriptor for Aero ada... | Kashyap D Desai | 2018-12-26 | 1 | -8/+37 |
* | This patch will add support for latest generation MegaRAID adapters- Aero(39xx). | Kashyap D Desai | 2018-12-26 | 1 | -22/+47 |
* | This patch will increase debug level as current logging level has | Kashyap D Desai | 2018-12-14 | 1 | -1/+2 |
* | Change IOC INIT wait time to 180 secs to keep it inline with timeout | Kashyap D Desai | 2018-12-14 | 1 | -1/+1 |
* | This patch will add support for NVME PRPs creation by driver for fastpath | Kashyap D Desai | 2018-12-14 | 1 | -1/+19 |
* | This patch will add support for new DCMD to get PD information and a single d... | Kashyap D Desai | 2018-12-14 | 1 | -3/+189 |
* | To improve RAID 1/10 Write performance, OS drivers need to issue the | Kashyap D Desai | 2018-12-14 | 1 | -45/+100 |
* | Detect sequential Write IOs and pass the hint that it is part of sequential | Kashyap D Desai | 2018-12-14 | 1 | -1/+48 |
* | This patch will add new interface to support more than 256 JBODs. | Kashyap D Desai | 2018-12-14 | 1 | -0/+6 |
* | This patch will add support for divert bitmap in RAID map. Divert bitmap is s... | Kashyap D Desai | 2018-12-14 | 1 | -5/+5 |
* | This patch will add support for new Dynamic RaidMap to have different sizes | Kashyap D Desai | 2018-12-14 | 1 | -17/+41 |
* | This patch will add support for next generation(SAS3.5) of Tri mode(SAS, SATA... | Kashyap D Desai | 2018-12-14 | 1 | -8/+41 |
* | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 1 | -2/+1 |
* | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 1 | -1/+2 |
* | This patch will add code to refire IOCTL commands after OCR. | Kashyap D Desai | 2016-11-29 | 1 | -1/+22 |
* | This patch will unblock SYNCHRONIZE_CACHE command to firmware, i.e. don't blo... | Kashyap D Desai | 2016-11-29 | 1 | -0/+15 |
* | Wait for AEN task to be completed(if in queue) before resetting the controller | Kashyap D Desai | 2016-11-29 | 1 | -15/+15 |
* | This patch will add task management support in driver. Below is high level de... | Kashyap D Desai | 2016-11-29 | 1 | -33/+69 |
* | Process outstanding reply descriptors from all the reply descriptor post queu... | Kashyap D Desai | 2016-11-29 | 1 | -0/+5 |
* | Clean up reference to AEN command if abort AEN is succesful as the command is... | Kashyap D Desai | 2016-11-29 | 1 | -1/+2 |
* | Update controller properties(read OCR capability bit) when MR_EVT_CTRL_PROP_C... | Kashyap D Desai | 2016-11-29 | 1 | -6/+15 |
* | Add sanity check in IO and IOCTL path not to process command further if contr... | Kashyap D Desai | 2016-11-29 | 1 | -2/+4 |
* | Use a variable to indicate Gen3 controllers and remove all PCI ids based | Kashyap D Desai | 2016-11-29 | 1 | -24/+13 |
* | Problem statement: | Kashyap D Desai | 2016-11-29 | 1 | -31/+51 |
* | Added support for Avago/Broadcom Cutlass(12 Gbps- 16 port count) controllers. | Kashyap D Desai | 2016-06-02 | 1 | -4/+14 |
* | Following bugs fixed as part of this patch: | Kashyap D Desai | 2016-05-13 | 1 | -9/+6 |
* | Added supprot for Avago Intruder controller. | Kashyap D Desai | 2016-05-13 | 1 | -4/+15 |
* | Implemented interrupt Config Hook in mrsas(4) to defer some of the tasks, like: | Kashyap D Desai | 2016-05-13 | 1 | -45/+76 |
* | This patch implements driver support for 1MB IO size. | Kashyap D Desai | 2016-05-13 | 1 | -11/+33 |
* | Similar to RAID map for Logical Drives, now JBOD map has been introduced for | Kashyap D Desai | 2016-05-13 | 1 | -8/+206 |
* | There was no ERROR handling for firmware command TIMEOUT. This patch | Kashyap D Desai | 2016-05-13 | 1 | -97/+182 |