]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/nvme
Avoid potential redefinition of the macro.
[FreeBSD/FreeBSD.git] / sys / dev / nvme /
2013-08-13 jimharrisIf a controller fails to initialize, do not notify...
2013-08-13 jimharrisSend a shutdown notification in the driver unload path...
2013-08-06 erwinUpdate Bind to 9.8.5-P2
2013-08-02 peterUpdate serf 1.2.1 -> 1.3.0 for svn
2013-07-28 peterUpdate subversion-1.8.0 -> 1.8.1. Update supporting
2013-07-28 pfgDTrace: re-merge remainder of r249367 (original from...
2013-07-19 jimharrisAdd message when nvd disks are attached and detached.
2013-07-19 jimharrisFix nvme(4) and nvd(4) to support non 512-byte sector...
2013-07-17 jimharrisUse pause() instead of DELAY() when polling for complet...
2013-07-17 jimharrisDefine constants for the lengths of the serial number...
2013-07-11 jimharrisFix a poorly worded comment in nvme(4).
2013-07-09 jimharrisAdd comment explaining why CACHE_LINE_SIZE is defined...
2013-07-09 jimharrisUpdate copyright dates.
2013-07-09 jimharrisDo not retry failed async event requests.
2013-07-09 jimharrisAdd pci_enable_busmaster() and pci_disable_busmaster...
2013-07-06 netchild- Move videodev headers from compat/linux to contrib...
2013-07-04 rpauloRestore the dbus directory that was not meant to be...
2013-07-04 rpauloMerge hostapd / wpa_supplicant 2.0.
2013-06-27 jimharrisAdd firmware replacement and activation support to...
2013-06-26 jimharrisRemove remaining uio-related code.
2013-06-26 jimharrisFail any passthrough command whose transfer size exceed...
2013-06-26 jimharrisUse MAXPHYS to specify the maximum I/O size for nvme(4).
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-12 jimharrisRemove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_N...
2013-04-12 jimharrisAdd support for passthrough NVMe commands.
2013-04-12 jimharrisMove the busdma mapping functions to nvme_qpair.c.
2013-04-12 jimharrisRemove the NVMe-specific physio and associated routines.
2013-04-12 jimharrisAdd a mutex to each namespace, for general locking...
2013-04-12 jimharrisRename the controller's fail_req_lock, so that it can...
2013-04-12 jimharrisDo not panic when a busdma mapping operation fails.
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-09 edImport a new version of NetBSD's mtree.
2013-04-06 mmMFV r248217:
2013-04-05 desUpgrade to 1.4.20.
2013-04-05 desMinimal subset of the unbound sources.
2013-04-04 jkimMerge ACPICA 20130328.
2013-04-02 sjgUpdate to bmake-20130330
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-04-01 jimharrisAdd unmapped bio support to nvme(4) and nvd(4).
2013-03-29 jimharrisAdd "type" to nvme_request, signifying if its payload...
2013-03-28 jimharrisRemove obsolete comment. This code has now been tested...
2013-03-28 jimharrisDelete extra IO qpairs allocated based on number of...
2013-03-27 jimharrisFix printf format issue on i386.
2013-03-26 jimharrisClean up debug prints.
2013-03-26 jimharrisMove common code from the different nvme_allocate_reque...
2013-03-26 jimharrisChange a number of malloc(9) calls to use M_WAITOK...
2013-03-26 jimharrisReplace usages of mtx_pool_find used for admin commands...
2013-03-26 jimharrisAbort and do not retry any outstanding admin commands...
2013-03-26 jimharrisAdd the ability to internally mark a controller as...
2013-03-26 jimharrisJust disable the controller instead of deleting IO...
2013-03-26 jimharrisSet Pre-boot Software Load Count to 0 at the end of...
2013-03-26 jimharrisRemove the is_started flag from struct nvme_controller.
2013-03-26 jimharrisEnsure the controller's MDTS is accounted for in max_xf...
2013-03-26 jimharrisCap the number of retry attempts to a configurable...
2013-03-26 jimharrisPass associated log page data to async event consumers...
2013-03-26 jimharrisWhen an asynchronous event request is completed, automa...
2013-03-26 jimharrisAdd structure definitions and controller command functi...
2013-03-26 jimharrisAdd structure definitions and a controller command...
2013-03-26 jimharrisCreate struct nvme_status.
2013-03-26 jimharrisMake nvme_ctrlr_reset a nop if a reset is already in...
2013-03-26 jimharrisBy default, always escalate to controller reset when...
2013-03-26 jimharrisAdd a tunable for the I/O timeout interval. Default...
2013-03-26 jimharrisAdd handling for controller fatal status (csts.cfs).
2013-03-26 jimharrisAdd API for nvme consumers to access controller and...
2013-03-26 jimharrisAdd controller reset capability to nvme(4) and ability...
2013-03-26 jimharrisKeep a doubly-linked list of outstanding trackers.
2013-03-26 jimharrisCreate a generic nvme_ctrlr_cmd_get_log_page function...
2013-03-26 jimharrisExpose the get/set features API to nvme consumers.
2013-03-26 jimharrisAdd an interface for nvme shim drivers (i.e. nvd) to...
2013-03-26 jimharrisEnable asynchronous event requests on non-Chatham devices.
2013-03-26 jimharrisMove controller destruction code from nvme_detach(...
2013-03-26 jimharrisSpecify command timeout interval on a per-command type...
2013-03-26 jimharrisExplicitly abort a timed out command, if the ABORT...
2013-03-26 jimharrisBreak out the code for completing an nvme_tracker objec...
2013-03-26 jimharrisAdd support for ABORT commands, including issuing these...
2013-03-26 jimharrisAdd an internal _nvme_qpair_submit_request function...
2013-03-26 jimharrisMake the DSM range count 0-based. Previously we were...
2013-03-26 jimharrisDo not look at the namespace's thin provisioning field...
2013-03-25 pfgDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 pfgDtrace: add toupper()/tolower() and enhancements to...
2013-03-24 pfgDtrace: add optional size argument to tracemem().
2013-03-22 desUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 mmMFV r248590,248594:
2013-03-19 mmMFV r247580:
2013-03-15 brooksReplace our (un)vis(1) commands with implementations...
next