History log of /freebsd-14.2/sys/contrib/openzfs/.github/workflows/codeql.yml (Results 1 – 3 of 3)
Revision Date Author Comments
# 81be5a55 23-Feb-2024 Martin Matuska <[email protected]>

zfs: merge openzfs/zfs@c883088df (zfs-2.2-release) into stable/14

OpenZFS release 2.2.3

Notable upstream pull request merges:
#15428 2a59b6bfa ABD: Be more assertive in iterators
#15486 c34fe8dcb

zfs: merge openzfs/zfs@c883088df (zfs-2.2-release) into stable/14

OpenZFS release 2.2.3

Notable upstream pull request merges:
#15428 2a59b6bfa ABD: Be more assertive in iterators
#15486 c34fe8dcb Update the kstat dataset_name when renaming a zvol
#15495 f13593619 FreeBSD: Optimize large kstat outputs
#15517 ad47eca19 ZIL: Assert record sizes in different places
#15519 2e259c6f0 L2ARC: Restrict write size to 1/4 of the device
#15544 121924575 Allow block cloning across encrypted datasets
#15553 e48195c81 ZIO: Add overflow checks for linear buffers
#15612 3b8f22736 ZIL: Remove TX_CLONE_RANGE replay for ZVOLs
#15617 e11b3eb1c ZIL: Do not clone blocks from the future
#15625 e09356fa0 BRT: Limit brt_vdev_dump() to only one vdev
#15629 dea2d3c6c zdb: Dump encrypted write and clone ZIL records
#15630 3425484eb Fix file descriptor leak on pool import
#15634 1e1d748ca ZIL: Remove 128K into 2x68K LWB split optimization
#15644 b13c91bb2 DMU: Fix lock leak on dbuf_hold() error
#15653 a701548eb dbuf: Handle arcbuf assignment after block cloning
#15656 9c40ae021 dbuf: Set dr_data when unoverriding after clone
#15660 4db88c37c fix(mount): do not truncate shares not zfs mount
#15665 c0c4866f8 dmu: Allow buffer fills to fail
#15675 db2db50e3 spa: make read/write queues configurable
#15677 f71c16a66 Don't panic on unencrypted block in encrypted dataset
#15719 9181e94f0 spa: Fix FreeBSD sysctl handlers
#15719 a00231a3f spa: Let spa_taskq_param_get()'s addition of a newline be optional
#15721 4d4972ed9 Stop wasting time on malloc in snprintf_zstd_header
#15726 7bccf98a7 Make zdb -R scale less poorly
#15732 ac592318b Fix livelist assertions for dedup and cloning
#15735 152a775ea Improve block sizes checks during cloning
#15737 52cee9a3e fix: Uber block label not always found for aux vdevs
#15737 eb4a36bce Extend aux label to add path information
#15737 a2e71db66 Add path handling for aux vdevs in `label_path`
#15747 2006ac1f4 Fix "out of memory" error
#15752 8b1c6db3d Fix a potential use-after-free in zfs_setsecattr()
#15769 40e20d808 Add 'zpool status -e' flag to see unhealthy vdevs
#15772 ef527958c Fix cloning into mmaped and cached file
#15780 09a796136 FreeBSD: Fix bootstrapping tools under Linux/musl
#15781 07cf973fe Autotrim High Load Average Fix
#15783 c1161e285 fix: variable type with zfs-tests/cmd/clonefile.c
#15816 dd3a0a271 Update vdev devid and physpath if changed between imports
#15818 ab653603f Don't assert mg_initialized due to device addition race
#15823 acc7cd8e9 Update man pages to time(1) from time(2)
#15825 0606ce205 zpool wait: print timestamp before the header
#15847 d22bf6a9b LUA: Backport CVE-2020-24370's patch
#15864 36116b461 zfs list: add '-t fs' and '-t vol' options
#15874 fc3d34bd0 BRT: Fix slop space calculation with block cloning
#15882 a4978d260 zdb: Fix false leak report for BRT objects

Obtained from: OpenZFS
OpenZFS commit: c883088df83ced3a2b8b38e6d89a5e63fb153ee4
OpenZFS tag: zfs-2.2.3

show more ...


# bb2d13b6 07-Dec-2022 Martin Matuska <[email protected]>

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

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'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
correctly

Obtained from: OpenZFS
OpenZFS commit: 59493b63c18ea223857066218d6a58b67eb88159

show more ...


# dbd5678d 16-Nov-2022 Martin Matuska <[email protected]>

zfs: merge openzfs/zfs@2163cde45

Notable upstream pull request merges:
#13680 Add options to zfs redundant_metadata property
#13758 Allow mounting snapshots in .zfs/snapshot as a regular user

zfs: merge openzfs/zfs@2163cde45

Notable upstream pull request merges:
#13680 Add options to zfs redundant_metadata property
#13758 Allow mounting snapshots in .zfs/snapshot as a regular user
#13838 quota: disable quota check for ZVOL
#13839 quota: extend quota for dataset
#13973 Fix memory leaks in dmu_send()/dmu_send_obj()
#13977 Avoid unnecessary metaslab_check_free calling
#13978 PAM: Fix unchecked return value from zfs_key_config_load()
#13979 Handle possible null pointers from malloc/strdup/strndup()
#13997 zstream: allow decompress to fix metadata for uncompressed
records
#13998 zvol_wait logic may terminate prematurely
#14001 FreeBSD: Fix a pair of bugs in zfs_fhtovp()
#14003 Stop ganging due to past vdev write errors
#14039 Optimize microzaps
#14050 Fix draid2+2s metadata error on simultaneous 2 drive failures
#14062 zed: Avoid core dump if wholedisk property does not exist
#14077 Propagate extent_bytes change to autotrim thread
#14079 FreeBSD: vn_flush_cached_data: observe vnode locking contract
#14093 Fix ARC target collapse when zfs_arc_meta_limit_percent=100
#14106 Add ability to recompress send streams with new compression
algorithm
#14119 Deny receiving into encrypted datasets if the keys are not
loaded
#14120 Fix arc_p aggressive increase
#14129 zed: Prevent special vdev to be replaced by hot spare
#14133 Expose zfs_vdev_open_timeout_ms as a tunable
#14135 FreeBSD: Fix out of bounds read in zfs_ioctl_ozfs_to_legacy()
#14152 Adds the `-p` option to `zfs holds`
#14161 Handle and detect #13709's unlock regression

Obtained from: OpenZFS
OpenZFS commit: 2163cde450d0898b5f7bac16afb4e238485411ff

show more ...