summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Dtrace: dtrace.c erroneously checks for memory alignment on amd64.pfg2013-03-262-21/+30
* Unconditionally include ${SRCCONF} if overriddenemaste2013-03-261-1/+1
* Implement the replacement EDMA FIFO code.adrian2013-03-263-59/+347
* Add a tunable for the I/O timeout interval. Default is still 30 seconds,jimharris2013-03-264-11/+50
* Add handling for controller fatal status (csts.cfs).jimharris2013-03-263-3/+37
* Add API for nvme consumers to access controller and namespace identify data.jimharris2013-03-263-0/+18
* Add controller reset capability to nvme(4) and ability to explicitlyjimharris2013-03-268-101/+265
* Add per-TXQ EDMA FIFO staging queue support.adrian2013-03-263-17/+84
* Invert the meaning of -S (added in r247405) and document its meaning. Also,markj2013-03-262-16/+33
* Make sure to set OBJS consistently in the cases where SRCS is and isn'tmarkj2013-03-261-1/+1
* Keep a doubly-linked list of outstanding trackers.jimharris2013-03-262-10/+14
* Create a generic nvme_ctrlr_cmd_get_log_page function, and change thejimharris2013-03-262-6/+21
* Expose the get/set features API to nvme consumers.jimharris2013-03-262-8/+10
* Add an interface for nvme shim drivers (i.e. nvd) to register forjimharris2013-03-265-21/+81
* Enable asynchronous event requests on non-Chatham devices.jimharris2013-03-265-77/+141
* Move controller destruction code from nvme_detach() to new nvme_ctrlr_destruct()jimharris2013-03-263-46/+53
* Specify command timeout interval on a per-command type basis.jimharris2013-03-263-3/+13
* Explicitly abort a timed out command, if the ABORT command sent to thejimharris2013-03-261-1/+29
* Break out the code for completing an nvme_tracker object into a separatejimharris2013-03-261-43/+59
* Add support for ABORT commands, including issuing these commands whenjimharris2013-03-263-5/+24
* Add an internal _nvme_qpair_submit_request function, which performsjimharris2013-03-261-6/+15
* Make the DSM range count 0-based. Previously we were deallocating one morejimharris2013-03-261-1/+1
* Do not look at the namespace's thin provisioning field to determine if DSMjimharris2013-03-261-1/+1
* Introduce vm_radix_isleaf() and use it in a couple places. As compared toalc2013-03-261-2/+12
* Return ENOMEM if malloc() fails.glebius2013-03-261-1/+1
* Cleanup: wrap long lines, cleanup comments, etc.glebius2013-03-262-113/+141
* geom_slice.c and its consumers like GEOM_LABEL are not touching the datamav2013-03-261-0/+8
* GEOM NOP does not touch the data, so pass G_PF_ACCEPT_UNMAPPED flag through.mav2013-03-261-0/+1
* Remove extra bio_data and bio_length copying to child request after callingmav2013-03-263-6/+0
* Remove the mcast path calls to ath_hal_gettxdesclinkptr() for axq_link -adrian2013-03-262-3/+0
* Remove this dead code - it's no longer relevant (as yes, we do actuallyadrian2013-03-261-8/+0
* Convert the CABQ queue code over to use the HAL link pointer methodadrian2013-03-261-8/+15
* Convert the EDMA multicast queue code over to use the HAL method to setadrian2013-03-261-3/+5
* Migrate the multicast queue assembly code to not use the axq_link pointeradrian2013-03-261-5/+7
* Do not pass unmapped buffers to drivers that cannot handle themkan2013-03-263-3/+14
*-. Dtrace: Add SUN MDB-like type-aware print() action.pfg2013-03-2523-74/+1254
|\ \
| * | Merge r238587 into 20120614 tagmm2012-07-181-0/+533
* | | hrStorageSize and hrStorageUsed are 32 bit integers, reporting a fstrociny2013-03-251-19/+13
* | | Dtrace: add toupper()/tolower() and enhancements to lltostr().pfg2013-03-2513-16/+789
|\ \ \ | | |/ | |/|
* | | Unlock IPMI sc while performing requests via KCS and SMIC interfaces.melifaro2013-03-252-0/+4
* | | Read Asynchronous Notification statuses only if Port Multiplier or ATAPImav2013-03-251-1/+2
* | | o Typo: IEE -> IEEE.maxim2013-03-251-1/+1
* | | Cache the callout precision argument as part of the informations requireddavide2013-03-251-2/+9
* | | Depending on combination of running commands (NCQ/non-NCQ) try to avoidmav2013-03-251-5/+10
* | | When we are removing a specific set, call ipfw_expire_dyn_rules only once.ae2013-03-251-4/+5
* | | Make GEOM MULTIPATH to report unmapped bio support if underling path reportmav2013-03-251-0/+2
* | | Remove two bzero()s that are erasing only few more bytes then set later.mav2013-03-251-2/+6
* | | In GEOM DISK:mav2013-03-251-56/+28
* | | Add shlib-compat under tools.gleb2013-03-2531-0/+1833
* | | sh(1): Mention possible ambiguities with $(( and ((.jilles2013-03-241-1/+14
OpenPOWER on IntegriCloud