[Bug 271292] kernel panic while dd'ing a USB disk to a ZFS directory
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 May 2023 19:24:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271292 --- Comment #11 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to dgilbert from comment #10) See the 1st paragraph of Comment 8 (other than the missing "MAY"): YES. FYI for what has been commited to openzfs, starting with the bad import: Commit message (Expand) Author Age Files Lines * zfs: merge openzfs/zfs@d96e29576 Martin Matuska 4 days 125 -625/+1965 * stand: Add isspace to FreeBSD ctypes.h Warner Losh 6 days 1 -0/+1 * stand: back out the most of the horrible aarch64 kludge Warner Losh 6 days 1 -5/+8 * openzfs: re-enable FPU usage on aarch64 Kyle Evans 11 days 1 -6/+1 * Fix BLAKE3 aarch64 assembly for FreeBSD and macOS Tino Reichardt 11 days 2 -4511/+4057 * zfs: Fix positive ABD size assertion in abd_verify(). Mateusz Guzik 11 days 1 -1/+2 * openzfs: arm64: implement kfpu_begin/kfpu_end Kyle Evans 11 days 1 -1/+27 * zfs: make zfs_vfs_held() definition consistent with declaration Dimitry Andric 12 days 1 -1/+1 * zfs: Revert "Fix data race between zil_commit() and zil_suspend()" Mateusz Guzik 12 days 2 -28/+0 * Add support for zpool user properties Allan Jude 12 days 12 -48/+627 * zfs: fix up bogus checksums with blake3 in face of cpu migration Mateusz Guzik 12 days 1 -2/+5 * zfs/powerpc64: Fix big-endian powerpc64 asm Justin Hibbits 2023-04-22 5 -1/+62 * zfs: fix up EINVAL from getdirentries on .zfs Mateusz Guzik 2023-04-20 1 -0/+11 * zfs: add missing vn state transition for .zfs Mateusz Guzik 2023-04-20 1 -0/+4 * zfs: Add vfs.zfs.bclone_enabled sysctl. Pawel Jakub Dawidek 2023-04-17 3 -2/+11 * zfs: Merge https://github.com/openzfs/zfs/pull/14739 Pawel Jakub Dawidek 2023-04-17 1 -3/+1 * zfs: cherry-pick openzfs/zfs@c71fe7164 Pawel Jakub Dawidek 2023-04-17 1 -2/+4 * zfs: Revert "ZFS_IOC_COUNT_FILLED does unnecessary txg_wait_synced()" Mateusz Guzik 2023-04-15 1 -16/+5 * zfs: don't use zfs_freebsd_copy_file_range Mateusz Guzik 2023-04-15 1 -1/+2 * zfs: Appease set by unused warnings for spl_fstrans_*mark stubs. John Baldwin 2023-04-10 1 -1/+1 * openzfs: adopt to the new vn_lock_pair() interface Konstantin Belousov 2023-04-07 1 -1/+2 * zfs: disable kernel fpu usage on arm and aarc64 Mateusz Guzik 2023-04-07 2 -2/+2 * zfs: try to fallback early if can't do optimized copy Mateusz Guzik 2023-04-07 1 -0/+8 * zfs: fix up EXDEV handling for clone_range Mateusz Guzik 2023-04-07 1 -29/+27 * zfs: add missing vop_fplookup_vexec assignments Mateusz Guzik 2023-04-06 1 -0/+9 * zfs: fix null ap->a_fsizetd NULL pointer derefernce Martin Matuska 2023-04-05 1 -1/+1 * Revert "zfs: fall back if block_cloning feature is disabled" Martin Matuska 2023-04-04 1 -10/+7 * zfs: fall back if block_cloning feature is disabled Martin Matuska 2023-04-04 1 -7/+10 * zfs: merge openzfs/zfs@431083f75 Martin Matuska 2023-04-03 309 -15331/+45241 -- You are receiving this mail because: You are the assignee for the bug.