From owner-dev-commits-src-all@freebsd.org Fri Sep 17 23:25:49 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AD63C66CEBE for ; Fri, 17 Sep 2021 23:25:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HB9714LT8z3mZR; Fri, 17 Sep 2021 23:25:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 760DF1F112; Fri, 17 Sep 2021 23:25:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18HNPnZh003378; Fri, 17 Sep 2021 23:25:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18HNPnSl003376; Fri, 17 Sep 2021 23:25:49 GMT (envelope-from git) Date: Fri, 17 Sep 2021 23:25:49 GMT Message-Id: <202109172325.18HNPnSl003376@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org From: Martin Matuska Subject: git: 4f92fe0f5c82..71c6098526c6 - vendor/openzfs/zfs-2.1-release - vendor branch updated MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mm X-Git-Repository: src X-Git-Refname: refs/heads/vendor/openzfs/zfs-2.1-release X-Git-Reftype: branch X-Git-Commit: 71c6098526c6d5fbfa84a58cefe6cdc403488d8c X-Git-Oldrev: 4f92fe0f5c822f6802c6ec675809d7c112a46f2e X-Git-Newrev: 71c6098526c6d5fbfa84a58cefe6cdc403488d8c Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2021 23:25:49 -0000 The branch vendor/openzfs/zfs-2.1-release has been updated by mm: URL: https://cgit.FreeBSD.org/src/log/?id=4f92fe0f5c82..71c6098526c6 18260685236e FreeBSD: Clean up ASSERT/VERIFY use in module 6fe6192796f6 FreeBSD: Implement xattr=sa f3969ea78b5f Optimize small random numbers generation d6c2b89032be ZED: Match added disk by pool/vdev GUID if found (#12217) 2334bc4efa9a Upstream: dmu_zfetch_stream_fini leaks refcount 035219ee10b1 Fix abd leak, kmem_free correct size of abd_t 15177c1aac9f Compact dbuf/buf hashes and lock arrays c20ba9bd7a1e Udev rules: use non-ancient comma syntax 0cb122941e1a Udev rules: replace deprecated $tempnode with $devnode fd2e4d143dff Udev rules: use match (==) rather than assign (=) for PROGRAM 7138fe7205da Print zvol_id error messages to stderr rather than stdout dab147d65ac0 Use substantially more robust program exit status logic in zvol_id 41b33dce4438 Move gethrtime() calls out of vdev queue lock 49bb454120d9 FreeBSD: Hardcode abd_chunk_size to PAGE_SIZE c84670950ad8 FreeBSD: Use unmapped I/O for scattered/gang ABD buffers a0b4da22978b Replace strchrnul() with strrchr() 04ebe2918803 dprintf_dnode: strcpy -> strlcpy 8415c3c1705e file reference counts can get corrupted a5e68f047899 Update bug report template 45305a067ff4 Fix ARC ghost states eviction accounting 960a5a557b58 Tinker with slop space accounting with dedup 968dc135728d config/libatomic: require -latomic iff atomic.c doesn't link w/o it ba76bb30a697 Introduce dsl_dir_diduse_transfer_space() 056c273939c8 Correct zfs-send(8) on readonly sends f8c2e91db568 zpool_influxdb: fix -Werror=stringop-truncation c2c4d0570000 FreeBSD: Switch from MAXPHYS to maxphys on FreeBSD 13+ 0ca955856167 Remove unused fields from zvol_task_t 4affa09f3e6c A few fixes of callback typecasting (for the upcoming ClangCFI) 4dfb698aac43 dmu_redact.c does not call bqueue_destroy 6a49948c7309 Minor ARC optimizations 7c61e1ef9d9f CI: generate ABI files if changed 32c0b6468cbc Optimize allocation throttling eaa10257ca72 Remove old orig_fd variable from zfs send 93e11e257b9a FreeBSD: Ignore make_dev_s() errors 729eb4866695 zloop: Add a max iterations option, use default run/pass times 2f073cc9c670 Linux 5.14 compat: blk_alloc_disk() 6385f4e70e62 Fix unfortunate NULL in spa_update_dspace 4434baab1101 Linux 5.14 compat: explicity assign set_page_dirty fceda40c1e66 Initialize "autoreplace" in spa_ld_get_props() 9cc982101495 Initialize all fields in zfs_log_xvattr() bd910fdeb0ae Zero pad bytes when allocating a ZIL record 99df200ffce8 Zero pad bytes following TX_WRITE log data ac573e31053f Initialize dn_next_type[] in the dnode constructor 406534f807b9 Fixes in persistent L2ARC 898b1e173c72 Add missing properties to zfs allow manpage 8a969f3e2d07 Read past end of argv array in zpool_do_import() 94299107813a Assorted fixes for the performance tests e298ac5d04c9 Add comment on metaslab_class_throttle_reserve() locking 451d6da98838 Allow disabling of unmapped I/O on FreeBSD ddb732e2c8aa Modify checksum obtain method of QAT c07ed695778b Man zpool-scrub.8: describe sequential scrub 32a971e7499a Enable /proc/diskstats for zvols 23184b172a8b Make get_key_material_file fail more verbosely 477edd642c6d Run arc_evict thread at higher priority cc5527168129 Fix usage of find in tests/Makefile.am cacc48702bbd Add zfs.sh -r flag to reload modules 744f3009fc78 zfs: add missed dependency of zfs module on zlib 24e51e37495d Restore FreeBSD sysctl processing for arc.min and arc.max c6c0d30016ff ZTS: Avoid unset $tmpdir in redacted_panic 5afc35b69824 Use more atomics in refcounts c600f0687fef Avoid vq_lock drop in vdev_queue_aggregate() 40e02f49e9e6 Fix/improve dbuf hits accounting 61773f41b898 Optimize arc_l2c_only lists assertions a4862125b887 Remove b_pabd/b_rabd allocation from arc_hdr_alloc() 5de6e4ec9447 zfs.4: Fix typo s/compatiblity/compatibility/ 1655ce5619e1 Linux 4.11 compat: statx support 584b7a214e37 ZTS: Add tests for creation time 2016d7fb9c87 Initialize parity blocks before RAID-Z reconstruction benchmarking e78d06f89b02 zpool-remove.8: describe top-level vdev sector size limitation bc371b28067b vdev_id: Return an error if config file is not found 2904ec57f0ed Make 'zpool labelclear -f' work on offlined disks 6c3c7dc8462b Correct checking bdev_check_media_change message 6bb6410570e6 ZTS: Waiting for zvols to be available 72a989cf60b4 Fix cross-endian interoperability of zstd 81611683c877 FreeBSD: Don't remove SA xattr if not SA znode aef8a72afeec ZTS: Remove exceptions for flaky zhack on FreeBSD 004e7d3f9a53 Check for libabigail version 993d4b28af85 CI: use fresh libabigail via docker image d6dae009824b Libabigail: make .abi files more consistent 5331e2d216be Update ABI files via new libabigail version e16e05c9cf85 CI: don't install abigail-tools *** 12 LINES SKIPPED ***