diff options
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -10,6 +10,16 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +c43cad871720: + jemalloc 5.3.0 has landed. See contrib/jemalloc/ChangeLog + for the long list of changes. + +cce64f2e6851: + Add support for the NFSv4.2 Clone operation, which uses + block cloning to "copy on write" files on an NFS server. + This only works for exported ZFS file systems that have + block cloning enabled, at this time. + 37b2cb5ecb0f: Add support to VOP_COPY_FILE_RANGE() for block cloning. At this time, ZFS is the only local file system that supports @@ -75,6 +85,16 @@ f1f230439fa4: and obj NFSv4 mounted, the total RPC count dropped from 5461286 to 945643, with a 20% drop in elapsed time. +c3fc0db3bc50 + The default value of the sysctl variable + net.inet.tcp.nolocaltimewait has changed from 1 to 0. This means + that FreeBSD does not skip the TIME_WAIT state anymore for + endpoints for which the remote address is local. The new sysctl + variable net.inet.tcp.msl_local can be used to control the time + these endpoints stay in the TIME_WAIT state. The sysctl variable + net.inet.tcp.nolocaltimewait is deprecated and intended to be + removed in FreeBSD 16. + cd240957d7ba Making a connection to INADDR_ANY (i.e., using INADDR_ANY as an alias for localhost) is now disabled by default. This functionality can be |