From owner-freebsd-stable@freebsd.org Mon Aug 13 04:51:08 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 441DE106584F for ; Mon, 13 Aug 2018 04:51:08 +0000 (UTC) (envelope-from mckay@freebsd.org) Received: from ipmail06.adl6.internode.on.net (ipmail06.adl6.internode.on.net [150.101.137.145]) by mx1.freebsd.org (Postfix) with ESMTP id 4709A895F0; Mon, 13 Aug 2018 04:51:07 +0000 (UTC) (envelope-from mckay@freebsd.org) Message-Id: <48498b$1s9fo3t@ipmail06.adl6.internode.on.net> Received: from ppp118-208-205-178.bras1.hba1.internode.on.net (HELO localhost) ([118.208.205.178]) by ipmail06.adl6.internode.on.net with ESMTP; 13 Aug 2018 14:15:56 +0930 Content-Type: text/plain; charset=UTF-8 From: Stephen McKay To: freebsd-stable@freebsd.org cc: Stephen McKay Subject: Missing ZFS info in 11.2 and 11.1 release notes Date: Mon, 13 Aug 2018 14:45:53 +1000 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Aug 2018 04:51:08 -0000 Hi everyone, Major changes to ZFS weren't documented in the 11.1 and 11.2 release notes. Can they be added retrospectively? Is there an easier way to find out what has changed than reading the SVN commits? Examples include significant changes to ZIL write behaviour in both 11.1 and 11.2 and the newly added ability to remove vdevs from a pool in 11.2. I'm hoping someone else has a neat list of changes on hand and that I don't have to read every commit (for there are many, some arcane). - Stephen.