<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in kmodtool</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2a58b312 - zfs: merge openzfs/zfs@431083f75</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool#2a58b312</link>
        <description>zfs: merge openzfs/zfs@431083f75Notable upstream pull request merges:  #12194 Fix short-lived txg caused by autotrim  #13368 ZFS_IOC_COUNT_FILLED does unnecessary txg_wait_synced()  #13392 Implementation of block cloning for ZFS  #13741 SHA2 reworking and API for iterating over multiple implementations  #14282 Sync thread should avoid holding the spa config write lock         when possible  #14283 txg_sync should handle write errors in ZIL  #14359 More adaptive ARC eviction  #14469 Fix NULL pointer dereference in zio_ready()  #14479 zfs redact fails when dnodesize=auto  #14496 improve error message of zfs redact  #14500 Skip memory allocation when compressing holes  #14501 FreeBSD: don&apos;t verify recycled vnode for zfs control directory  #14502 partially revert PR 14304 (eee9362a7)  #14509 Fix per-jail zfs.mount_snapshot setting  #14514 Fix data race between zil_commit() and zil_suspend()  #14516 System-wide speculative prefetch limit  #14517 Use rw_tryupgrade() in dmu_bonus_hold_by_dnode()  #14519 Do not hold spa_config in ZIL while blocked on IO  #14523 Move dmu_buf_rele() after dsl_dataset_sync_done()  #14524 Ignore too large stack in case of dsl_deadlist_merge  #14526 Use .section .rodata instead of .rodata on FreeBSD  #14528 ICP: AES-GCM: Refactor gcm_clear_ctx()  #14529 ICP: AES-GCM: Unify gcm_init_ctx() and gmac_init_ctx()  #14532 Handle unexpected errors in zil_lwb_commit() without ASSERT()  #14544 icp: Prevent compilers from optimizing away memset()         in gcm_clear_ctx()  #14546 Revert zfeature_active() to static  #14556 Remove bad kmem_free() oversight from previous zfsdev_state_list         patch  #14563 Optimize the is_l2cacheable functions  #14565 FreeBSD: zfs_znode_alloc: lock the vnode earlier  #14566 FreeBSD: fix false assert in cache_vop_rmdir when replaying ZIL  #14567 spl: Add cmn_err_once() to log a message only on the first call  #14568 Fix incremental receive silently failing for recursive sends  #14569 Restore ASMABI and other Unify work  #14576 Fix detection of IBM Power8 machines (ISA 2.07)  #14577 Better handling for future crypto parameters  #14600 zcommon: Refactor FPU state handling in fletcher4  #14603 Fix prefetching of indirect blocks while destroying  #14633 Fixes in persistent error log  #14639 FreeBSD: Remove extra arc_reduce_target_size() call  #14641 Additional limits on hole reporting  #14649 Drop lying to the compiler in the fletcher4 code  #14652 panic loop when removing slog device  #14653 Update vdev state for spare vdev  #14655 Fix cloning into already dirty dbufs  #14678 Revert &quot;Do not hold spa_config in ZIL while blocked on IO&quot;Obtained from:	OpenZFSOpenZFS commit:	431083f75bdd3efaee992bdd672625ec7240d252

            List of files:
            /freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool</description>
        <pubDate>Mon, 03 Apr 2023 14:49:30 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb2d13b6 - zfs: merge openzfs/zfs@59493b63c (master)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool#bb2d13b6</link>
        <description>zfs: merge openzfs/zfs@59493b63c (master)Notable upstream pull request merges:  #13782 Fix setting the large_block feature after receiving a snapshot  #14157 FreeBSD: stop using buffer cache-only routines on sync  #14172 zed: post a udev change event from spa_vdev_attach()  #14181 zed: unclean disk attachment faults the vdev  #14190 Bump checksum error counter before reporting to ZED  #14196 Remove atomics from zh_refcount  #14197 Don&apos;t leak packed recieved proprties  #14198 Switch dnode stats to wmsums  #14199 Remove few pointer dereferences in dbuf_read()  #14200 Micro-optimize zrl_remove()  #14204 Lua: Fix bad bitshift in lua_strx2number()  #14212 Zstd fixes  #14218 Avoid a null pointer dereference in zfs_mount() on FreeBSD  #14235 nopwrites on dmu_sync-ed blocks can result in a panic  #14236 zio can deadlock during device removal  #14247 Micro-optimize fletcher4 calculations  #14261 FreeBSD: zfs_register_callbacks() must implement error check         correctlyObtained from:	OpenZFSOpenZFS commit:	59493b63c18ea223857066218d6a58b67eb88159

            List of files:
            /freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool</description>
        <pubDate>Wed, 07 Dec 2022 13:10:46 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3aa18ad - zfs: merge openzfs/zfs@b9d98453f</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool#e3aa18ad</link>
        <description>zfs: merge openzfs/zfs@b9d98453fNotable upstream pull request merges:  #12321 Fix inflated quiesce time caused by lwb_tx during zil_commit()  #13244 zstd early abort  #13360 Verify BPs as part of spa_load_verify_cb()  #13452 More speculative prefetcher improvements  #13466 Expose zpool guids through kstats  #13476 Refactor Log Size Limit  #13484 FreeBSD: libspl: Add locking around statfs globals  #13498 Cancel in-progress rebuilds when we finish removal  #13499 zed: Take no action on scrub/resilver checksum errors  #13513 Remove wrong assertion in log spacemapObtained from:	OpenZFSOpenZFS commit:	b9d98453f9387c413f91d1d9cdb0cba8e04dbd95

            List of files:
            /freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool</description>
        <pubDate>Fri, 03 Jun 2022 15:58:39 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>716fd348 - zfs: merge openzfs/zfs@c0cf6ed67</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool#716fd348</link>
        <description>zfs: merge openzfs/zfs@c0cf6ed67Notable upstream pull request merges:  #10662 zvol_wait: Ignore locked zvols  #12789 Improve log spacemap load time  #12812 Improved zpool status output, list all affected datasets  #13277 FreeBSD: Use NDFREE_PNBUF if available  #13302 Make zfs_max_recordsize default to 16M  #13311 Fix error handling in FreeBSD&apos;s get/putpages VOPs  #13345 FreeBSD: Fix translation from ABD to physical pages  #13373 zfs: holds: dequadratify  #13375 Corrected edge case in uncompressed ARC-&gt;L2ARC handling  #13388 Improve mg_aliquot math  #13405 Reduce dbuf_find() lock contention  #13406 FreeBSD: use zero_region instead of allocating a dedicated pageObtained from:	OpenZFSOpenZFS commit:	c0cf6ed6792e545fd614c2a88cb53756db7e03f8

            List of files:
            /freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool</description>
        <pubDate>Wed, 18 May 2022 22:54:40 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e92ffd9b - zfs: merge openzfs/zfs@17b2ae0b2 (master) into main</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool#e92ffd9b</link>
        <description>zfs: merge openzfs/zfs@17b2ae0b2 (master) into mainNotable upstream pull request merges:  #12766 Fix error propagation from lzc_send_redacted  #12805 Updated the lz4 decompressor  #12851 FreeBSD: Provide correct file generation number  #12857 Verify dRAID empty sectors  #12874 FreeBSD: Update argument types for VOP_READDIR  #12896 Reduce number of arc_prune threads  #12934 FreeBSD: Fix zvol_*_open() locking  #12947 lz4: Cherrypick fix for CVE-2021-3520  #12961 FreeBSD: Fix leaked strings in libspl mnttab  #12964 Fix handling of errors from dmu_write_uio_dbuf() on FreeBSD  #12981 Introduce a flag to skip comparing the local mac when raw sending  #12985 Avoid memory allocations in the ARC eviction threadObtained from:	OpenZFSOpenZFS commit:	17b2ae0b24d487fdda2ef1098ec26fa7f79a61f6

            List of files:
            /freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool</description>
        <pubDate>Sat, 22 Jan 2022 22:05:15 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dae17134 - zfs: merge openzfs/zfs@269b5dadc (master) into main</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool#dae17134</link>
        <description>zfs: merge openzfs/zfs@269b5dadc (master) into mainNotable upstream pull request merges:  #12285 Introduce a tunable to exclude special class buffers from L2ARC  #12689 Check l2cache vdevs pending list inside the vdev_inuse()  #12735 Enable edonr in FreeBSD  #12743 FreeBSD: fix world build after de198f2  #12745 Restore dirty dnode detection logicObtained from:	OpenZFSOpenZFS commit:	269b5dadcfd1d5732cf763dddcd46009a332eae4

            List of files:
            /freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool</description>
        <pubDate>Wed, 17 Nov 2021 08:35:14 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>16038816 - zfs: merge openzfs/zfs@75b4cbf62 (master) into main</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool#16038816</link>
        <description>zfs: merge openzfs/zfs@75b4cbf62 (master) into mainNotable upstream pull request merges:  #11710 Allow zfs to send replication streams with missing snapshots  #11751 Avoid taking global lock to destroy zfsdev state  #11786 Ratelimit deadman zevents as with delay zevents  #11803 ZFS traverse_visitbp optimization to limit prefetch  #11813 Allow pool names that look like Solaris disk names  #11822 Atomically check and set dropped zevent count  #11822 Don&apos;t scale zfs_zevent_len_max by CPU count  #11833 Refactor zfsdev state init/destroy to share common code  #11837 zfs get -p only outputs 3 columns if &quot;clones&quot; property is empty  #11843 libzutil: zfs_isnumber(): return false if input empty  #11849 Use dsl_scan_setup_check() to setup a scrub  #11861 Improvements to the &apos;compatibility&apos; property  #11862 cmd/zfs receive: allow dry-run (-n) to check property args  #11864 receive: don&apos;t fail inheriting (-x) properties on wrong dataset type  #11877 Combine zio caches if possible  #11881 FreeBSD: use vnlru_free_vfsops if available  #11883 FreeBSD: add support for lockless symlink lookup  #11884 FreeBSD: add missing seqc write begin/end around zfs_acl_chown_setattr  #11896 Fix crash in zio_done error reporting  #11905 zfs-send(8): Restore sorting of flags  #11926 FreeBSD: damage control racing .. lookups in face of mkdir/rmdir  #11930 vdev_mirror: don&apos;t scrub/resilver devices that can&apos;t be read  #11938 Fix AVX512BW Fletcher code on AVX512-but-not-BW machines  #11955 zfs get: don&apos;t lookup mount options when using &quot;-s local&quot;  #11956 libzfs: add keylocation=https://, backed by fetch(3) or libcurl  #11959 vdev_id: variable not getting expanded under map_slot()  #11966 Scale worker threads and taskqs with number of CPUs  #11994 Clean up use of zfs_log_create in zfs_dir  #11997 FreeBSD: Don&apos;t force xattr mount option  #11997 FreeBSD: Implement xattr=sa  #11997 FreeBSD: Use SET_ERROR to trace xattr name errors  #11998 Simplify/fix dnode_move() for dn_zfetch  #12003 FreeBSD: Initialize/destroy zp-&gt;z_lock  #12010 Fix dRAID self-healing short columns  #12033 Revert &quot;Fix raw sends on encrypted datasets when copying back snapshots&quot;  #12040 Reinstate the old zpool read label logic as a fallback  #12046 Improve scrub maxinflight_bytes math  #12049 FreeBSD: avoid memory allocation in arc_prune_async  #12052 FreeBSD: incorporate changes to the VFS_QUOTACTL(9) KPI  #12061 Fix dRAID sequential resilver silent damage handling  #12072 Let zfs diff be more permissive  #12077 FreeBSD: Retry OCF ENOMEM errors.  #12088 Propagate vdev state due to invalid label corruption  #12091 libzfs: On FreeBSD, use MNT_NOWAIT with getfsstat  #12097 FreeBSD: Update dataset_kstats for zvols in dev mode  #12104 FreeBSD boot code reminder after zpool upgrade  #12114 Introduce write-mostly sumsObtained from:	OpenZFSOpenZFS commit:	75b4cbf62590c23fac3667537961a2a75fdc2cc3

            List of files:
            /freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool</description>
        <pubDate>Tue, 08 Jun 2021 14:48:37 +0000</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eda14cbc - Initial import from vendor-sys branch of openzfs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool#eda14cbc</link>
        <description>Initial import from vendor-sys branch of openzfs

            List of files:
            /freebsd-14.2/sys/contrib/openzfs/scripts/kmodtool</description>
        <pubDate>Mon, 24 Aug 2020 23:31:26 +0000</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
