This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
dev
/
nvme
History
imp
899bd2ec13
Remove the 'All Rights Reserved' clause from some of the stuff I've
...
done for Netflix, since I'm in the neighborhood.
2018-05-09 20:32:23 +00:00
..
nvme_ctrlr_cmd.c
NVMe: Add big-endian support
2018-02-22 13:32:31 +00:00
nvme_ctrlr.c
Fix LOR between controller and queue locks.
2018-05-02 20:13:03 +00:00
nvme_ns_cmd.c
NVMe: Add big-endian support
2018-02-22 13:32:31 +00:00
nvme_ns.c
Set si_drv1 for nvmeXnsY in a new race-free way.
2018-04-30 19:21:20 +00:00
nvme_private.h
Try polling the qpairs on timeout.
2018-03-16 05:23:48 +00:00
nvme_qpair.c
Fix use-after-free in nvme_qpair_destroy().
2018-04-30 21:28:10 +00:00
nvme_sim.c
Remove the 'All Rights Reserved' clause from some of the stuff I've
2018-05-09 20:32:23 +00:00
nvme_sysctl.c
sys/dev: further adoption of SPDX licensing ID tags.
2017-11-27 14:52:40 +00:00
nvme_test.c
sys/dev: further adoption of SPDX licensing ID tags.
2017-11-27 14:52:40 +00:00
nvme_util.c
sys/dev: further adoption of SPDX licensing ID tags.
2017-11-27 14:52:40 +00:00
nvme.c
NVMe: Add big-endian support
2018-02-22 13:32:31 +00:00
nvme.h
Starting LBA is a 64bit number, so use htole64 instead of htole32. The
2018-03-20 03:37:14 +00:00