summaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_ctrlr.c
AgeCommit message (Expand)Author
8 daysnvme: Add ability to override ioq to put the request onWarner Losh
14 daysnvme: Add APST payload overridingAlexey Sukhoguzov
14 daysnvme: Support Autonomous Power State Transition (APST)Alexey Sukhoguzov
2025-12-10nvme: remove now-redundant consumer interfaceWarner Losh
2025-12-10nvme: Notify failure with newbus callWarner Losh
2025-12-10nvme: Use new method to do async notificationsWarner Losh
2025-12-10nvd: Connect nvme_if methodsWarner Losh
2025-12-10nvme: Add child device for each controllerWarner Losh
2025-12-05nvme: Rename NVME_NS_ADDED to NVME_NS_ALIVE and _CHANGED to _DELTAWarner Losh
2025-12-03nvme: Fix devd logging of SMART_ERRORWarner Losh
2025-11-25nvme(4): Increase HMB alignment.Ruslan Bukin
2025-11-18nvme: Notify namespace changes betterWanpeng Qian
2025-11-18nvme: Fix backwards sense of error conditionWarner Losh
2025-11-17nvme: Abstract out function to obtain a disk ident string from cdataJohn Baldwin
2025-10-30nvme: Add handling for bar5Jasper Tran O'Leary
2025-10-22nvme: add support for DIOCGIDENTAlan Somers
2025-09-08nvme: Linux compat: don't filter & 0x3.Warner Losh
2025-09-03nvme: Call vm_fault_hold_pages instead of vmapbufWarner Losh
2025-08-28nvme: Style tweaksWarner Losh
2025-08-28nvme: fix byte conversion macrosWarner Losh
2025-07-21nvme: Move AER processing into a task threadWarner Losh
2025-07-21nvme: Finish removing failed request queueWarner Losh
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-04-30nvme: Allow command opcodes with lower bit clear as readsWarner Losh
2025-02-25nvme: Fix hotplug on one of the amazon platformsWarner Losh
2025-01-31nvme/nvmf: Add NVME_GET_CONTROLLER_DATA ioctl to fetch cached cdataJohn Baldwin
2024-11-09nvme: Pass malloc flags to request allocation functionsMark Johnston
2024-11-02nvme: Clarify a commentWarner Losh
2024-10-15nvme: Inject artificial failure on resetWarner Losh
2024-08-15nvme: Separate total failures from I/O failuresWarner Losh
2024-08-15Revert "nvme: Separate total failures from I/O failures"Warner Losh
2024-08-15nvme: Separate total failures from I/O failuresWarner Losh
2024-08-13nvme: Add a clarifying commentWarner Losh
2024-08-13nvme: Make is_initialized a boolWarner Losh
2024-07-29proc: Remove kernel stack swapping support, part 7Mark Johnston
2024-06-26nvme: avoid gcc -Werror=int-to-pointer-cast on 32-bit archRyan Libby
2024-06-14nvme: Add Linux copatible ioctlsWarner Losh
2024-06-01nvme: Change namespace device nameChuck Tuffli
2024-05-24nvme: Count number of alginment splitsWarner Losh
2024-05-13nvme/f: Use strlcpy instead of strncpy + manual string terminationJohn Baldwin
2024-04-16nvme: Eliminate intel_log_temp_stats_swapbytesWarner Losh
2024-03-22nvme: Add constants for fields in AER completion dword 0John Baldwin
2024-03-06nvme: Add SMART WARNING for persistent memory regionWarner Losh
2024-03-06nvme: Log reset success or failure to devdWarner Losh
2024-03-06nvme: Change devctl events for the controllerWarner Losh
2024-03-06nvme: split devctl out to its own functionWarner Losh
2024-03-01nvme: Report only the unknown bitsWarner Losh
2024-03-01nvme: Firmware revisions in the firmware slot info logpage are ASCII stringsJohn Baldwin
2024-01-29nvme: Use the NVMEF macro to construct fieldsJohn Baldwin
2024-01-29nvme: Use the NVMEM macro instead of expanded versionsJohn Baldwin