diff options
author | Martin Matuska <mm@FreeBSD.org> | 2023-11-28 20:35:02 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2023-11-28 20:35:58 +0000 |
commit | 2276e53940c2a2bf7c7e9cb705e51de4202258c2 (patch) | |
tree | a6a04eead8580b0cbc14269fec3d408240d88903 /sys/modules/zfs | |
parent | cd201c090858e5cfae3be005453ec634c1fca36a (diff) | |
parent | 688514e4704bdee4551d25960febd322ac26f297 (diff) |
zfs: merge openzfs/zfs@688514e47
Notable upstream pull request merges:
#15532 c1a47de86 zdb: Fix zdb '-O|-r' options with -e/exported zpool
#15535 cf3316633 ZVOL: Minor code cleanup
#15541 803a9c12c brt: lift internal definitions into _impl header
#15541 213d68296 zdb: show BRT statistics and dump its contents
#15543 a49087510 ZIL: Refactor TX_WRITE encryption similar to
TX_CLONE_RANGE
#15543 27d8c23c5 ZIL: Do not encrypt block pointers in lr_clone_range_t
#15549 67894a597 unnecessary alloc/free in dsl_scan_visitbp()
#15551 126efb588 FreeBSD: Fix the build on FreeBSD 12
#15563 acb33ee1c FreeBSD: Fix ZFS so that snapshots under .zfs/snapshot are
NFS visible
#15564 7bbd42ef4 Don't allow attach to a raidz child vdev
#15566 688514e47 dmu_buf_will_clone: fix race in transition back to NOFILL
#15571 30d581121 dnode_is_dirty: check dnode and its data for dirtiness
Obtained from: OpenZFS
OpenZFS commit: 688514e4704bdee4551d25960febd322ac26f297
Diffstat (limited to 'sys/modules/zfs')
-rw-r--r-- | sys/modules/zfs/zfs_config.h | 4 | ||||
-rw-r--r-- | sys/modules/zfs/zfs_gitrev.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/zfs/zfs_config.h b/sys/modules/zfs/zfs_config.h index bcd23c9ea276..aab672a77324 100644 --- a/sys/modules/zfs/zfs_config.h +++ b/sys/modules/zfs/zfs_config.h @@ -1110,7 +1110,7 @@ /* #undef ZFS_IS_GPL_COMPATIBLE */ /* Define the project alias string. */ -#define ZFS_META_ALIAS "zfs-2.2.99-217-FreeBSD_ga94860a6d" +#define ZFS_META_ALIAS "zfs-2.2.99-231-FreeBSD_g688514e47" /* Define the project author. */ #define ZFS_META_AUTHOR "OpenZFS" @@ -1140,7 +1140,7 @@ #define ZFS_META_NAME "zfs" /* Define the project release. */ -#define ZFS_META_RELEASE "217-FreeBSD_ga94860a6d" +#define ZFS_META_RELEASE "231-FreeBSD_g688514e47" /* Define the project version. */ #define ZFS_META_VERSION "2.2.99" diff --git a/sys/modules/zfs/zfs_gitrev.h b/sys/modules/zfs/zfs_gitrev.h index a68f618a16b9..3dc0d7e7eaa5 100644 --- a/sys/modules/zfs/zfs_gitrev.h +++ b/sys/modules/zfs/zfs_gitrev.h @@ -1 +1 @@ -#define ZFS_META_GITREV "zfs-2.2.99-217-ga94860a6d" +#define ZFS_META_GITREV "zfs-2.2.99-231-g688514e47" |