summaryrefslogtreecommitdiff
path: root/sys/dev/nvme
AgeCommit message (Expand)Author
6 daysnvme: Use passed in max_pages.Warner Losh
7 daysnvme_ctrlr_linux_passthru_cmd: correct size of upages_small arrayRyan Libby
10 daysnvme: Allow larger user request sizesWarner Losh
2026-03-30nvme_sim: Fix name in module version metadataOlivier Certner
2026-03-16nvme: Replace bus_space_[read|write]_4 with bus_[read|write]_4Matt Delco
2026-03-16nvme: Removed unused 'regs' variableMatt Delco
2026-03-06nvme: Don't active memory space until all BARs are configuredMatt Delco
2026-03-03nvme_sim: Fix a cut and paste errorWarner Losh
2026-02-24chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper
2026-02-18nvme: Fix sim unit number to match nvme deviceWarner Losh
2026-02-18nvme: fix panic if we boot w/o a namespaceWarner Losh
2026-02-13nvme: Use size_t for payload sizeDag-Erling Smørgrav
2026-02-13nvme: Change fail_on_reset to boolDag-Erling Smørgrav
2026-02-07nvme: Use __diagused instead of __unusedDag-Erling Smørgrav
2026-01-15nvme: Fix a typoMark Johnston
2026-01-15nvme: Add ability to override ioq to put the request onWarner Losh
2026-01-09nvme: Add APST payload overridingAlexey Sukhoguzov
2026-01-09nvme: Support Autonomous Power State Transition (APST)Alexey Sukhoguzov
2026-01-09nvme: Handle get/set feature payloadsAlexey Sukhoguzov
2025-12-10nvme: Only attach to storage NVMe devicesWarner Losh
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_sim: Connect to events broadcast with nvme_ifWarner Losh
2025-12-10nvme_sim: Attach as a child of nvmeWarner Losh
2025-12-10nvme: Add child device for each controllerWarner Losh
2025-12-10nvme: Nvme controller generated eventsWarner Losh
2025-12-05nvme: Rename NVME_NS_ADDED to NVME_NS_ALIVE and _CHANGED to _DELTAWarner Losh
2025-12-05nvme: Improve error message for invalid format valueWarner Losh
2025-12-03nvme: Fix devd logging of SMART_ERRORWarner Losh
2025-12-02nvme: Use memcpy instead of memmove in nvme_cdata_get_disk_identJohn Baldwin
2025-12-01nvme: Minor style nitWarner Losh
2025-11-25nvme: Use 'unsigned int' in preference to bare unsignedWarner Losh
2025-11-25nvme: Minor style(9) fixesWarner Losh
2025-11-25nvme(4): Increase HMB alignment.Ruslan Bukin
2025-11-24nvme: Fix some commentsWarner Losh
2025-11-20nvme: Include <sys/systm.h> explicitly for memmoveJohn Baldwin
2025-11-18nvme_sim: signal namespace depatureWanpeng Qian
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-11-04sys/: rename bio_error variable to abio_errorKonstantin Belousov
2025-10-30nvme: Add handling for bar5Jasper Tran O'Leary
2025-10-28nvme: Remove a todo commentWarner Losh
2025-10-22nvme: add support for DIOCGIDENTAlan Somers
2025-10-13nvme: Use proper prototype for SYSINIT functionsZhenlei Huang
2025-10-13nvme: Use unsignedWarner Losh
2025-10-12nvme: use nitems() rather than hard coded valueWarner Losh
2025-10-09nvme: There's 64 LBAF descriptors, not 16Warner Losh