aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mrsas
Commit message (Expand)AuthorAgeFilesLines
* mrsas(4): Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang2024-09-031-13/+0
* mrsas: don't reference the removed physical disk of RAID1 during IO submissionSumit Saxena2024-03-121-2/+4
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* mrsas: Fix callout locking in mrsas_complete_cmd()Mark Johnston2023-10-071-0/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-14/+0
* mrsas: Use mrsas_sge64 instead of iovec for the S/G list for passthru.John Baldwin2023-06-281-7/+7
* mrsas(4) switch from PTRIN define to include sys/abi_compat.hDoug Ambrisko2023-04-281-4/+1
* mrsas(4) fix build on targets that don't define PTRIN.Doug Ambrisko2023-04-281-0/+4
* Add the mfi(4) ioctl support to mrsas(4)Doug Ambrisko2023-04-284-1/+278
* mrsas: Fix a typo in a source code commentZhenlei Huang2023-04-281-1/+1
* mrsas: purge EOL release compatibilityElliott Mitchell2023-02-044-76/+1
* mrsas(4): Fix a typo in a source code commentGordon Bergling2023-01-111-1/+1
* mrsas: Don't leak a stack pointer value in the softc.John Baldwin2022-12-211-0/+1
* mrsas: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* mrsas: if controller reset is in progress, refrain from firing DCMDs toChandrakanth Patil2022-04-051-0/+1
* mrsas: remove additional MPT command allocation for R1 FP commandChandrakanth Patil2022-04-051-1/+0
* mrsas(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* Fix "set but not used" in the mrsas driver. Remove dead code.Scott Long2022-02-261-2/+1
* Fix "set but not used" in mrsas. This includes removing unnecessary cdevswScott Long2021-12-042-44/+5
* mrsas(4): Report more correct maximum I/O size.Alexander Motin2021-07-012-40/+7
* mrsas: unbreak i386 buildAlfredo Dal'Ava Junior2021-02-051-3/+1
* [POWERPC64BE] mrsas: add big-endian supportAlfredo Dal'Ava Junior2021-02-044-201/+510
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* Use uintptr_t instead of unsigned long for pointers.John Baldwin2020-12-161-4/+4
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-4/+4
* mrsas: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-70/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+3
* Fix some misleading indentation warnings reported by recent clang.John Baldwin2020-01-261-7/+8
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* add mrsas_shutdown methodAndriy Gapon2019-05-231-0/+34
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* Update driver version to 07.709.04.00-fbsdKashyap D Desai2019-03-121-1/+1
* Allocated MFI frames should be same as MPT frames reserved for DCMDsKashyap D Desai2019-03-121-2/+1
* fw_outstanding"(outstanding IOs at firmware level) counter gets screwed up wh...Kashyap D Desai2019-03-122-9/+29
* Driver version upgrade.Kashyap D Desai2018-12-261-1/+1
* Problem statement:Kashyap D Desai2018-12-261-23/+41
* This patch will add support for 32 bit atomic request descriptor for Aero ada...Kashyap D Desai2018-12-262-9/+41
* This patch will add support for latest generation MegaRAID adapters- Aero(39xx).Kashyap D Desai2018-12-264-39/+74
* Compilation failure on ppc and mips due to Revision 342066.Kashyap D Desai2018-12-141-3/+5
* Driver version upgrade 07.708.02.00-fbsdKashyap D Desai2018-12-141-1/+1
* This patch will increase debug level as current logging level hasKashyap D Desai2018-12-141-1/+2
* Change IOC INIT wait time to 180 secs to keep it inline with timeoutKashyap D Desai2018-12-142-2/+1
* This patch will add support for NVME PRPs creation by driver for fastpathKashyap D Desai2018-12-144-38/+312
* This patch will add support for new DCMD to get PD information and a single d...Kashyap D Desai2018-12-142-4/+400
* To improve RAID 1/10 Write performance, OS drivers need to issue theKashyap D Desai2018-12-144-97/+312
* Detect sequential Write IOs and pass the hint that it is part of sequentialKashyap D Desai2018-12-144-2/+159
* This patch will add new interface to support more than 256 JBODs.Kashyap D Desai2018-12-143-3/+32
* This patch will add support for divert bitmap in RAID map. Divert bitmap is s...Kashyap D Desai2018-12-144-63/+170
* This patch will add support for new Dynamic RaidMap to have different sizesKashyap D Desai2018-12-143-36/+327
* This patch will add support for next generation(SAS3.5) of Tri mode(SAS, SATA...Kashyap D Desai2018-12-144-21/+64