aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/openzfs/module
Commit message (Expand)AuthorAgeFilesLines
* zfs: Fix build on 32-bit platforms after most recent import.John Baldwin13 days1-2/+2
* zfs: merge openzfs/zfs@ad0a55461Martin Matuska2023-05-239-111/+940
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* zfs: merge openzfs/zfs@e61076683Martin Matuska2023-05-1214-244/+614
* zfs: merge openzfs/zfs@d96e29576Martin Matuska2023-05-0334-164/+447
* stand: back out the most of the horrible aarch64 kludgeWarner Losh2023-05-011-5/+8
* 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
* 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-251-27/+0
* Add support for zpool user propertiesAllan Jude2023-04-251-41/+87
* 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-224-0/+61
* 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-172-2/+10
* 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
* openzfs: adopt to the new vn_lock_pair() interfaceKonstantin Belousov2023-04-071-1/+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-03132-9828/+32901
* Fix per-jail zfs.mount_snapshot settingAllan Jude2023-02-211-2/+14
* zfs: merge openzfs/zfs@57cfae4a2 (master)Martin Matuska2023-02-1629-125/+355
* zfs: merge openzfs/zfs@9cd71c860 (master)Martin Matuska2023-01-25103-1727/+1514
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-261-0/+1
* zfs: merge openzfs/zfs@59493b63c (master)Martin Matuska2022-12-0739-186/+329
* zfs: workaround panic on rootfs mountMartin Matuska2022-11-171-1/+9
* zfs: merge openzfs/zfs@2163cde45Martin Matuska2022-11-16115-962/+2185
* 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: merge openzfs/zfs@d62bafee9Martin Matuska2022-10-0464-441/+648
* Fix various places which cast a pointer to a uint64_t or vice versa.John Baldwin2022-09-281-1/+1
* zfs: bring per_txg_dirty_frees_percent back to 30Mateusz Guzik2022-09-281-1/+1
* zfs: merge openzfs/zfs@c629f0bf6Martin Matuska2022-09-2162-1145/+1605
* zfs: stop passing LK_INTERLOCK to VOP_LOCKMateusz Guzik2022-09-191-1/+2
* vfs: introduce V_PCATCH to stop abusing PCATCHMateusz Guzik2022-09-171-1/+1
* zfs: don't access nameidata unless namei succeededMateusz Guzik2022-09-171-10/+8
* vfs: always retain path buffer after lookupMateusz Guzik2022-09-171-1/+22
* zfs: merge openzfs/zfs@a582d5299Martin Matuska2022-08-256-51/+144
* zfs: merge openzfs/zfs@b3d0568cfMartin Matuska2022-08-13233-367/+1057
* stand: Only compile decompression routinesWarner Losh2022-08-131-1/+7
* zfs: fixup build on powerpc64leAlfredo Dal'Ava Junior2022-07-081-6/+2
* zfs: fix powerpc64le buildPiotr Kubaj2022-07-081-2/+8