aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs
Commit message (Expand)AuthorAgeFilesLines
...
* zfs: merge openzfs/zfs@8e8acabdcMartin Matuska2023-06-251-2/+6
* zfs: merge openzfs/zfs@10e36e176Martin Matuska2023-06-1615-250/+151
* zfs: merge openzfs/zfs@feff9dfedMartin Matuska2023-06-1092-1210/+1683
* zfs: Fix build on 32-bit platforms after most recent import.John Baldwin2023-05-251-2/+2
* zfs: merge openzfs/zfs@ad0a55461Martin Matuska2023-05-2342-181/+2028
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* zfs: merge openzfs/zfs@e61076683Martin Matuska2023-05-1242-457/+1723
* zfs: merge openzfs/zfs@d96e29576Martin Matuska2023-05-03125-625/+1965
* stand: Add isspace to FreeBSD ctypes.hWarner Losh2023-05-011-0/+1
* stand: back out the most of the horrible aarch64 kludgeWarner Losh2023-05-011-5/+8
* openzfs: re-enable FPU usage on aarch64Kyle Evans2023-04-271-6/+1
* Fix BLAKE3 aarch64 assembly for FreeBSD and macOSTino Reichardt2023-04-272-4511/+4057
* zfs: Fix positive ABD size assertion in abd_verify().Mateusz Guzik2023-04-261-1/+2
* openzfs: arm64: implement kfpu_begin/kfpu_endKyle Evans2023-04-261-1/+27
* zfs: make zfs_vfs_held() definition consistent with declarationDimitry Andric2023-04-251-1/+1
* zfs: Revert "Fix data race between zil_commit() and zil_suspend()"Mateusz Guzik2023-04-252-28/+0
* Add support for zpool user propertiesAllan Jude2023-04-2512-48/+627
* zfs: fix up bogus checksums with blake3 in face of cpu migrationMateusz Guzik2023-04-251-2/+5
* zfs/powerpc64: Fix big-endian powerpc64 asmJustin Hibbits2023-04-225-1/+62
* zfs: fix up EINVAL from getdirentries on .zfsMateusz Guzik2023-04-201-0/+11
* zfs: add missing vn state transition for .zfsMateusz Guzik2023-04-201-0/+4
* zfs: Add vfs.zfs.bclone_enabled sysctl.Pawel Jakub Dawidek2023-04-173-2/+11
* zfs: Merge https://github.com/openzfs/zfs/pull/14739Pawel Jakub Dawidek2023-04-171-3/+1
* zfs: cherry-pick openzfs/zfs@c71fe7164Pawel Jakub Dawidek2023-04-171-2/+4
* zfs: Revert "ZFS_IOC_COUNT_FILLED does unnecessary txg_wait_synced()"Mateusz Guzik2023-04-151-16/+5
* zfs: don't use zfs_freebsd_copy_file_rangeMateusz Guzik2023-04-151-1/+2
* zfs: Appease set by unused warnings for spl_fstrans_*mark stubs.John Baldwin2023-04-101-1/+1
* openzfs: adopt to the new vn_lock_pair() interfaceKonstantin Belousov2023-04-071-1/+2
* zfs: disable kernel fpu usage on arm and aarc64Mateusz Guzik2023-04-072-2/+2
* zfs: try to fallback early if can't do optimized copyMateusz Guzik2023-04-071-0/+8
* zfs: fix up EXDEV handling for clone_rangeMateusz Guzik2023-04-071-29/+27
* zfs: add missing vop_fplookup_vexec assignmentsMateusz Guzik2023-04-061-0/+9
* zfs: fix null ap->a_fsizetd NULL pointer derefernceMartin Matuska2023-04-051-1/+1
* Revert "zfs: fall back if block_cloning feature is disabled"Martin Matuska2023-04-041-10/+7
* zfs: fall back if block_cloning feature is disabledMartin Matuska2023-04-041-7/+10
* zfs: merge openzfs/zfs@431083f75Martin Matuska2023-04-03309-15331/+45241
* zfs: Use .section .rodata instead of .rodata on FreeBSDDimitry Andric2023-03-132-2/+2
* Fix per-jail zfs.mount_snapshot settingAllan Jude2023-02-211-2/+14
* zfs: merge openzfs/zfs@57cfae4a2 (master)Martin Matuska2023-02-1654-188/+608
* zfs: merge openzfs/zfs@9cd71c860 (master)Martin Matuska2023-01-25215-2113/+4444
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-261-0/+1
* zfs: merge openzfs/zfs@59493b63c (master)Martin Matuska2022-12-07129-569/+1208
* zfs: workaround panic on rootfs mountMartin Matuska2022-11-171-1/+9
* zfs: unbreak 32-bit world build broken in dbd5678dcMartin Matuska2022-11-161-2/+2
* zfs: merge openzfs/zfs@2163cde45Martin Matuska2022-11-16347-2691/+7590
* zfs: Fix a pair of bugs in zfs_fhtovp()Mark Johnston2022-10-241-1/+2
* zfs: mix mismerge in zfs_znode_freeMateusz Guzik2022-10-081-5/+0
* zfs: powerpc: disable kernel floating point supportAlfredo Dal'Ava Junior2022-10-061-1/+3
* zfs: merge openzfs/zfs@d62bafee9Martin Matuska2022-10-04159-944/+1641
* Fix various places which cast a pointer to a uint64_t or vice versa.John Baldwin2022-09-281-1/+1