From nobody Tue Oct 4 13:59:38 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4MhfTb1hbDz4dwCr for ; Tue, 4 Oct 2022 13:59:47 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from www541.your-server.de (www541.your-server.de [213.133.107.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4MhfTb194xz3kGy; Tue, 4 Oct 2022 13:59:47 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from sslproxy03.your-server.de ([88.198.220.132]) by www541.your-server.de with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ofiSR-0000O1-Ak; Tue, 04 Oct 2022 15:59:39 +0200 Received: from [188.167.171.2] (helo=[10.0.9.125]) by sslproxy03.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ofiSR-000KEU-4b; Tue, 04 Oct 2022 15:59:39 +0200 Message-ID: Date: Tue, 4 Oct 2022 15:59:38 +0200 List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1 Subject: Re: git: 6c3c5fcfbe27..6a6bd493988c - vendor/openzfs/zfs-2.1-release - vendor branch updated Content-Language: en-US To: Mateusz Guzik Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org References: <202210041148.294BmCVa098952@gitrepo.freebsd.org> From: Martin Matuska In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: martin@matuska.de X-Virus-Scanned: Clear (ClamAV 0.103.7/26679/Tue Oct 4 09:56:50 2022) X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Rspamd-Queue-Id: 4MhfTb194xz3kGy X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N If we agree to commit it (this includes proper reasoning), than we can cherry-pick it after I import 2.1.6, which is likely to happen today. But it would be nice if I update main to the latest OpenZFS master first, so we keep the number of commits in stable/13 that aren't in main yet close to zero. On 4. 10. 2022 14:02, Mateusz Guzik wrote: > replying to a semi-random commit > > what needs to happen for > https://github.com/andrewc12/openzfs/commit/9e425c8cb55cf31ed20434a427fab477798546db > to land in stable/13? > > On 10/4/22, Martin Matuska wrote: >> The branch vendor/openzfs/zfs-2.1-release has been updated by mm: >> >> URL: https://cgit.FreeBSD.org/src/log/?id=6c3c5fcfbe27..6a6bd493988c >> >> 3920d7f32500 Scrub mirror children without BPs >> 5b860ae1fb37 Remove refcount from spa_config_*() >> 415882d22874 Avoid small buffer copying on write >> 72a4709a596e spa.c: Replace VERIFY(nvlist_*(...) == 0) with fnvlist_* >> (#12678) >> fdb80a230168 Add more control/visibility to spa_load_verify(). >> dd9c110ab5d3 Improve log spacemap load time >> 6e1e90d64cf2 Improve mg_aliquot math >> 884364ea8542 More speculative prefetcher improvements >> 813e15f28c28 AVL: Remove obsolete branching optimizations >> 916d9de15841 Reduce ZIO io_lock contention on sorted scrub >> 881249de6f44 FreeBSD: Improve crypto_dispatch() handling >> a861aa2b9ef1 Several sorted scrub optimizations >> dc91a6a660c7 Several B-tree optimizations >> 5e06805d8eec Avoid two 64-bit divisions per scanned block >> 4b8f16072d9c Fix and disable blocks statistics during scrub >> 03e33b2bb8bb Avoid memory copies during mirror scrub >> bbb50e612967 Avoid memory copy when verifying raidz/draid parity >> 15868d3ecbb1 Fix scrub resume from newly created hole. >> 4b0977027bae Remove sha1 hashing from OpenZFS, it's not used anywhere. >> 37430e821176 libtpool: -Wno-clobbered >> 2d235d58f829 config: prune unused -Wno-bool-compare checks >> d7a8c573cf4b Silence -Winfinite-recursion warning in luaD_throw() >> ef0e506f46e6 Fix -Wattribute-warning in zfs_log_xvattr() >> c771583f238f Fix -Wattribute-warning in edonr >> 087f5dedd5f1 Fix -Wattribute-warning in dsl layer >> 6a8117302613 Fix -Wuse-after-free warning in >> dbuf_issue_final_prefetch_done() >> 60f2cfd24f31 Fix -Wuse-after-free warning in dbuf_destroy() >> d483ef37447c Fix -Wformat-truncation warning in upgrade_set_callback() >> d2ff2196a5f0 Fix -Wformat-overflow warning in zfs_project_handle_dir() >> b9d862f2dbcf ICP: Add missing stack frame info to SHA asm files >> 69ad0bd769f6 Fix objtool: missing int3 after ret warning >> 98315be03600 ZTS: Fix io_uring support check >> 17512aba0c33 module: lua: ldo: fix pragma name >> 5c56591b57bd Handle partial reads in zfs_read >> 035ee628cfc6 Revert behavior of 59eab109 on not-Linux >> b06aff105cd7 Fix checkstyle warning: E275 missing whitespace after keyword >> fcbddc7f7ca7 Fix problem with zdb -d >> 57e1052d3348 Linux 5.19 compat: META >> 58571ba447ec Linux 5.20 compat: bdevname() >> 4063d7b6b4b3 Linux 5.20 compat: blk_cleanup_disk() >> e0dbab1a141c Linux 6.0 compat: register_shrinker() now var-arg >> db5fd16f0b7f Fix problem with zdb_objset_id test. >> 533779f5f2d9 arcstat: fix -p option >> 979fd5a434eb contrib: dracut: zfs-snapshot-bootfs: exit status fix >> 8131a96544fd Fix use-after-free in btree code >> e1b49e3f1d53 rpm: Use the correct version-release information in >> dependencies >> f48d9b426919 rpm: Silence "unversioned Obsoletes" warnings on EL 9 >> acd74646399c zed: Ignore false 'atari' partitions in autoreplace >> 65f8f92d12c0 zed: Look for NVMe DEVPATH if no ID_BUS >> b1be0a5c151b ZTS: Fix zpool_expand_001_pos >> 15b64fbc94cc Importing from cachefile can trip assertion >> b6ebf270ebd2 Apply arc_shrink_shift to ARC above arc_c_min >> 78206a2e447a FreeBSD: Mark ZFS_MODULE_PARAM_CALL as MPSAFE >> aa9e887d2a71 Fix column width in 'zpool iostat -v' and 'zpool list -v' >> 2010c183bcc1 Add xattr_handler support for Android kernels >> 7bbfac9d04dc zed: Fix config_sync autoexpand flood >> c8f795ba53ac config: check for parallel(1), use it for cstyle >> 8bd3dca9bf3e Introduce a tunable to exclude special class buffers from >> L2ARC >> 03fa3ef264ab Add physical device size to SIZE column in 'zpool list -v' >> 3f7c174b50a3 vdev_draid_lookup_map() should not iterate outside draid_maps >> cde04badd1d7 make DMU_OT_IS_METADATA and DMU_OT_IS_ENCRYPTED return B_TRUE >> or B_FALSE >> a5b0d4254059 zfs recv hangs if max recordsize is less than received >> recordsize >> 999830a0212e Optimize txg_kick() process (#12274) >> d05f3039f774 Add Module Parameter Regarding Log Size Limit >> ebbbe01e31f6 Ask libtool to stop hiding some errors >> 44cec45f729e Improve too large physical ashift handling >> faa1e4082d64 include: move SPA_MINBLOCKSHIFT and zio_encrypt to >> sys/fs/zfs.h >> d5105f068f19 zfs recv hangs if max recordsize is less than received >> recordsize >> 035e52f59152 Delay ZFS_PROP_SHARESMB property to handle it for encrypted raw >> receive >> 5096ed31c8c3 Fix incorrect size given to bqueue_enqueue() call in >> dmu_redact.c >> b66f8d3c2b79 Add zfs_btree_verify_intensity kernel module parameter >> 91e02156ddea Revert "Reduce dbuf_find() lock contention" >> 33223cbc3cbe Refactor Log Size Limit >> 835e03682c22 Linux: Fix uninitialized variable usage in zio_do_crypt_data() >> c973929b29bb LUA: Fix CVE-2014-5461 >> 8dcd6af62318 FreeBSD: Ignore symlink to i386 includes >> 55816c64dada FreeBSD: Fix integer conversion for vnlru_free{,_vfsops}() >> 2c8e3e4b28a4 FreeBSD: stop passing LK_INTERLOCK to VOP_LOCK >> eec942cc5465 FreeBSD: catch up to 1400068 >> 63d4838b4ac5 FreeBSD: handle V_PCATCH >> a2705b1dd5f8 zpool: Don't print "repairing" on force faulted drives >> *** 2 LINES SKIPPED *** >> >> >