]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2013-03-26 markjFix interval-based rotations when the -t flag is used...
2013-03-26 jimharrisReport support for unmapped I/O by adding PIM_UNMAPPED...
2013-03-26 jillesaccept(2): Mention inheritance of O_ASYNC and signal...
2013-03-26 jimharrisClean up debug prints.
2013-03-26 jimharrisUse errno and strerror to print more descriptive messag...
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 jimharrisHave nvd(4) register for controller notifications.
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 emasteAlways define and use PROGNAME
2013-03-26 pfgDtrace: dtrace.c erroneously checks for memory alignmen...
2013-03-26 emasteUnconditionally include ${SRCCONF} if overridden
2013-03-26 adrianImplement the replacement EDMA FIFO code.
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 adrianAdd per-TXQ EDMA FIFO staging queue support.
2013-03-26 markjInvert the meaning of -S (added in r247405) and documen...
2013-03-26 markjMake sure to set OBJS consistently in the cases where...
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-26 alcIntroduce vm_radix_isleaf() and use it in a couple...
2013-03-26 glebiusReturn ENOMEM if malloc() fails.
2013-03-26 glebiusCleanup: wrap long lines, cleanup comments, etc.
2013-03-26 mavgeom_slice.c and its consumers like GEOM_LABEL are...
2013-03-26 mavGEOM NOP does not touch the data, so pass G_PF_ACCEPT_U...
2013-03-26 mavRemove extra bio_data and bio_length copying to child...
2013-03-26 adrianRemove the mcast path calls to ath_hal_gettxdesclinkptr...
2013-03-26 adrianRemove this dead code - it's no longer relevant (as...
2013-03-26 adrianConvert the CABQ queue code over to use the HAL link...
2013-03-26 adrianConvert the EDMA multicast queue code over to use the...
2013-03-26 adrianMigrate the multicast queue assembly code to not use...
2013-03-26 kanDo not pass unmapped buffers to drivers that cannot...
2013-03-25 pfgDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 trocinyhrStorageSize and hrStorageUsed are 32 bit integers...
2013-03-25 pfgDtrace: add toupper()/tolower() and enhancements to...
2013-03-25 melifaroUnlock IPMI sc while performing requests via KCS and...
2013-03-25 mavRead Asynchronous Notification statuses only if Port...
2013-03-25 maximo Typo: IEE -> IEEE.
2013-03-25 davideCache the callout precision argument as part of the...
2013-03-25 mavDepending on combination of running commands (NCQ/non...
2013-03-25 aeWhen we are removing a specific set, call ipfw_expire_d...
2013-03-25 mavMake GEOM MULTIPATH to report unmapped bio support...
2013-03-25 mavRemove two bzero()s that are erasing only few more...
2013-03-25 mavIn GEOM DISK:
2013-03-25 glebAdd shlib-compat under tools.
2013-03-24 jillessh(1): Mention possible ambiguities with $(( and ((.
2013-03-24 mckusickNote that output is in seconds, not msec.
2013-03-24 pfgDtrace: add optional size argument to tracemem().
2013-03-24 ianSet the backlink in mmc commands to the mmc request...
2013-03-24 mavNo need to erase all 64 bytes of CFIS area if we never...
2013-03-24 alcMicro-optimize the control flow in a few places. Elimi...
2013-03-24 antoineAdd 2 more obsolete files and a missing date.
2013-03-24 sbrunoResolve clang compile errors on amd64/i386 for certain...
2013-03-24 mavFix long known deadlock between geom dev destruction...
2013-03-24 adrianAdd new regulatory domain.
2013-03-24 adrianMove the TXQ lock earlier in this routine - so to corre...
2013-03-24 adrianFix the locking changes due to the TXQ change drive-by.
2013-03-24 mavMake g_wither_washer() to not loop by itself, but only...
2013-03-24 sbrunoMinor formatting fix for printf() to fix clang builds.
2013-03-24 dimCompile contrib/tzcode/stdtime/localtime.c with -fwrapv...
2013-03-24 adrianOverhaul the TXQ locking (again!) as part of some beaco...
2013-03-23 adrianCABQ calculation changes to try and fix some weird...
2013-03-23 adrianMore indentation fixes.
2013-03-23 adrianExpose the beacon miss counter.
2013-03-23 kibDo not call malloc(M_WAITOK) while bodev->fence_lock...
2013-03-23 mmMerge bugfix from vendor master branch:
2013-03-23 dumbbelldrm/ttm: Fix a typo: s/pTTM]/[TTM]/
2013-03-23 dumbbelldrm/ttm: Explain why we don't need to acquire a ref...
2013-03-23 mmFix kernel build with options ZFS after r24571 (libzfs_...
2013-03-23 mckusickRevert 248634 and 248643 (e.g., restoring 248625 and...
2013-03-23 dumbbelldrm/ttm: Fix TTM buffer object refcount
2013-03-23 jmgFix compiling ed w/ WITHOUT_ED_CRYPTO... These variabl...
2013-03-23 ianDon't check and warn about pmap mismatch on every call...
next