]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/nvme
syr827: Switch to iicdev_{readfrom,writeto}
[FreeBSD/FreeBSD.git] / sys / dev / nvme /
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-23 mavMake nvme(4) driver some more NUMA aware.
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-09-04 impSupport doorbell strides != 0.
2019-09-03 impImplement nvme suspend / resume for pci attachment
2019-09-02 impIn nvme_completion_poll, add a sanity check to make...
2019-09-02 impIn all the places that we use the polled for completion...
2019-09-02 impAdd a brief comment explaining why we can return ETIMED...
2019-08-23 impIt turns out the duplication is only mostly harmless.
2019-08-22 impWhen we have errors resetting the device before we...
2019-08-22 impWe need to define version 1 of nvme, not nvme_foo....
2019-08-22 impMove releasing of resources to later
2019-08-22 cyMFV r346563:
2019-08-22 impRemove stray line that was duplicated.
2019-08-21 impCreate a AHCI attachment for nvme.
2019-08-21 impSeparate the pci attachment from the rest of nvme
2019-08-21 mavImprove NVMe hot unplug handling.
2019-08-21 mavFormalize NVMe controller consumer life cycle.
2019-08-14 mavReport NOIOB and NPWG fields as stripe size.
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-05 mavAdd `nvmecontrol resv` to handle NVMe reservations.
2019-08-03 mavAdd more random bits from NVMe 1.4.
2019-08-02 mavDecode few more NVMe log pages.
2019-08-02 mavFix typo in r350529.
2019-08-02 mavAdd more new fields and values from NVMe 1.4.
2019-08-01 mavAdd IOCTL to translate nvdX into nvmeY and NSID.
2019-07-30 asomersMFHead @350426
2019-07-29 mavAdd some new fields and bits from NVMe 1.4.
2019-07-28 asomersMFHead @r350386
2019-07-25 impWiden the type for to.
2019-07-19 impKeep track of the number of commands that exhaust their...
2019-07-19 impKeep track of the number of retried commands.
2019-07-19 impUse sysctl + CTLRWTUN for hw.nvme.verbose_cmd_dump.
2019-07-18 impProvide new tunable hw.nvme.verbose_cmd_dump
2019-07-18 impProvide macros to extract the sub-fields of the CAP_LO...
2019-07-17 impRemove now-obsolete comment.
2019-07-16 impAssume that the timeout value from the capacity is...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-06-28 mmMFV r349454:
2019-06-20 asomersMFHead @349234
2019-06-17 mmMFV r349134:
2019-06-07 chuckFix nda(4) PCIe link status output
2019-06-06 asomersMFHead @348740
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-06-01 impSince a fatal trap can happen at aribtrary times, don...
2019-05-20 mmMFV r347989:
2019-05-13 asomersMFHead @347527
2019-05-08 imprename nvme_ctrlr_destroy_qpair to nvme_ctrlr_destroy_q...
2019-05-08 manudts: Import files from Linux 5.1
2019-05-05 mavDecode Deallocate Logical Block Features.
2019-04-23 cyMFV r346563:
2019-04-19 cemUpdate to Zstandard 1.4.0
2019-04-12 baptUpdate mandoc to 1.14.5
2019-04-10 manuImport DTS files from Linux 5.0
2019-04-03 philImport libxo-1.0.2
2019-04-01 ngieIntegrate capsicum-test into the FreeBSD test suite
2019-03-25 mmMFV r345495:
2019-03-18 asomersMFHead@r345275
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-11 ngieMFhead@r344996
2019-03-09 impDon't print all the I/O we abort on a reset, unless...
2019-03-07 cyMFV r344878:
2019-03-05 ngieMFhead@r344786
2019-03-04 dimMerge ^/head r344549 through r344775.
2019-03-03 impAdd ABORTED_BY_REQUEST to the list of things we look...
2019-02-27 impUnconditionally support unmapped BIOs. This was another...
2019-02-27 impRemove #ifdef code to support FreeBSD versions that...
2019-02-26 sjgAdd libbearssl
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
2019-02-12 mmMFV r344063:
2019-02-05 dimMerge ^/head r343712 through r343806.
2019-02-04 impRegularize the Netflix copyright
2019-01-22 dimMerge compiler-rt trunk r351319, and resolve conflicts.
2019-01-22 dimMerge libc++ trunk r351319, and resolve conflicts.
2019-01-20 dimMerge lldb trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge lld trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge clang trunk r351319, resolve conflicts, and updat...
2019-01-20 dimMerge llvm trunk r351319, resolve conflicts, and update...
2019-01-15 glebiusAllocate pager bufs from UMA instead of 80-ish mutex...
2019-01-11 manuImport DTS from Linux 4.20
2019-01-11 manuImport DTS includes from 4.19
2019-01-10 emasteUpdate to ELF Tool Chain r3668
2019-01-08 chuckAdd NVMe drive to NOIOB quirk list
2018-12-29 cemUpdate to Zstandard 1.3.8
2018-12-26 mavAdd descriptions to NVMe interrupts.
2018-12-24 mavRemove CAM SIM lock from NVMe SIM.
2018-12-18 cyMFV r342175:
2018-12-13 chucknda(4) fix check for Dataset Management support
2018-12-09 dimMerge ^/head r340918 through r341763.
2018-12-09 cyMFV r341618:
2018-12-07 impEven though they are reserved, cdw2 and cdw3 can be...
2018-12-06 sjgUpdate bmake to version 20180919
2018-11-24 dimMerge ^/head r340427 through r340868.
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-16 impRemove do-nothing nvme_modevent.
next