| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix bugs in recovery path and improve cm tracking | Warner Losh | 2019-07-08 | 4 | -17/+35 |
| * | Fix busy status leak in case of incorrect passthrough args. | Alexander Motin | 2019-05-30 | 1 | -2/+4 |
| * | Extract eventfilter declarations to sys/_eventfilter.h | Conrad Meyer | 2019-05-20 | 1 | -0/+3 |
| * | Add missing newline to debug printf. | Warner Losh | 2019-05-08 | 1 | -1/+1 |
| * | Add missing break statements. Coverity CID 1400446. | Scott Long | 2019-03-27 | 1 | -0/+2 |
| * | Add event table decoding for SAS Broadcast Primitive events. | Scott Long | 2019-03-24 | 1 | -0/+10 |
| * | Fix a transposition error from the previous commit | Scott Long | 2019-03-24 | 1 | -1/+1 |
| * | r329522 created problemss with commands that enter the TIMEDOUT state but | Scott Long | 2019-03-24 | 1 | -3/+2 |
| * | Port over the SCSI sense handling fix from mpr(4) in r342528, and fix | Scott Long | 2018-12-31 | 1 | -3/+5 |
| * | Further refactoring for task management commands. Also fix a related | Scott Long | 2018-12-24 | 1 | -15/+16 |
| * | Commands for user-initated device resets should come from the high-priority | Scott Long | 2018-12-24 | 1 | -2/+2 |
| * | First step in refactoring and fixing the error recovery and task management | Scott Long | 2018-12-24 | 3 | -18/+14 |
| * | mps(4), mpr(4): remove SATA ID command cancellation hack | Conrad Meyer | 2018-12-21 | 3 | -62/+30 |
| * | mps(4), mpr(4): Fix lifetime of command buffer for mp?sas_get_sata_identify | Conrad Meyer | 2018-12-21 | 2 | -5/+12 |
| * | Copy and clear the reply descriptor atomically. This prevents concurrency | Scott Long | 2018-12-09 | 1 | -5/+14 |
| * | Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv, | Warner Losh | 2018-09-26 | 1 | -4/+4 |
| * | Port the mps panic-safe shutdown_final handling to mpr | Warner Losh | 2018-08-13 | 1 | -0/+2 |
| * | Call xpt_sim_poll in shutdown_final handler. | Warner Losh | 2018-08-13 | 1 | -1/+4 |
| * | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -2/+0 |
| * | Disable T10 Protection Information / EEDP handling for type 2 protection. | Kenneth D. Merry | 2018-03-23 | 1 | -2/+13 |
| * | Fix mps deadlock when handling panic | Steven Hartland | 2018-03-14 | 2 | -14/+21 |
| * | Implement a sysctl to dump in-flight I/O state for debugging. The tool to | Scott Long | 2018-03-12 | 1 | -0/+70 |
| * | Allow physically non-contiguous chain frames allocation in mps(4)/mpr(4). | Alexander Motin | 2018-02-27 | 2 | -37/+53 |
| * | Improve command lifecycle debugging and detection of problems. | Scott Long | 2018-02-18 | 3 | -21/+49 |
| * | Fix non-64-bit platform build by printing bus_addr_t values using %#jx | Li-Wen Hsu | 2018-02-13 | 1 | -12/+12 |
| * | Print out the shared memory queues during initialization | Scott Long | 2018-02-11 | 1 | -0/+13 |
| * | Teach mps(4) and mpr(4) drivers to autotune chain frames. | Alexander Motin | 2018-02-10 | 3 | -28/+41 |
| * | Cache the value of the request and reply frame size since it's used quite | Scott Long | 2018-02-06 | 4 | -19/+33 |
| * | Fix queue length reporting in mps(4) and mpr(4). | Alexander Motin | 2018-02-06 | 3 | -4/+7 |
| * | Diagnostic buffer fixes for the mps(4) and mpr(4) drivers. | Kenneth D. Merry | 2018-02-06 | 3 | -14/+165 |
| * | Fix a case where a request frame can be composed that requires 2 or more | Scott Long | 2018-02-06 | 1 | -11/+11 |
| * | Unsign some values related to allocation. | Pedro F. Giffuni | 2018-01-22 | 1 | -1/+1 |
| * | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 2 | -12/+12 |
| * | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 2 | -12/+12 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 22 | -0/+44 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 2 | -0/+4 |
| * | Refactoring the interrupt setup code introduced a bug where the drivers | Scott Long | 2017-11-10 | 1 | -1/+5 |
| * | Improve the debug parsing to allow flags to be added and subtracted | Scott Long | 2017-10-01 | 1 | -1/+30 |
| * | Convert sysctl sbuf usage to use a fully dynaic sbuf. This is strictly | Scott Long | 2017-09-29 | 1 | -9/+9 |
| * | Add the ability to report and set debug flags as text strings instead of | Scott Long | 2017-09-24 | 1 | -6/+112 |
| * | Garbage collect usued fields | Scott Long | 2017-09-23 | 1 | -3/+0 |
| * | Clean up error messages related to device discovery | Scott Long | 2017-09-22 | 1 | -12/+18 |
| * | Fix line wrap issues. | Scott Long | 2017-09-15 | 1 | -4/+4 |
| * | Add infrastructure for allocating multiple MSI-X interrupts. Also | Scott Long | 2017-09-11 | 4 | -28/+147 |
| * | Fix intrhook release in MPR and MPS for EARLY_AP_STARTUP. | Scott Long | 2017-09-10 | 2 | -5/+5 |
| * | More code refactoring in preparation for enabling multiqueue. | Scott Long | 2017-09-10 | 1 | -43/+56 |
| * | Convert some in-line printing of diagnostic into tables. | Scott Long | 2017-09-09 | 3 | -158/+74 |
| * | Remove the unnecessary use of a temporary string buffer. | Scott Long | 2017-09-09 | 2 | -11/+9 |
| * | Start separating the LSI drivers into per-queue structures. No | Scott Long | 2017-09-09 | 3 | -19/+73 |
| * | Refactor interrupt allocation and deallocation. Add some extra | Scott Long | 2017-09-08 | 1 | -50/+53 |