summaryrefslogtreecommitdiff
path: root/sys/modules/zfs/Makefile
AgeCommit message (Expand)Author
11 daysMakefile*: remove powerpcspeMinsoo Choo
2025-12-09zfs: Reuse ZINCDIR variable from kmod.mkJohn Baldwin
2025-11-17zfs: fix aarch64 build after openzfs/zfs@e63d026b9Martin Matuska
2025-08-20zfs: fix build issues from 53a2e2635Martin Matuska
2025-08-20zfs: merge openzfs/zfs@a9410ccbdMartin Matuska
2025-08-07zfs: merge openzfs/zfs@8302b6e32Martin Matuska
2025-03-09zfs: merge openzfs/zfs@fe674998bMartin Matuska
2024-11-13zfs: merge openzfs/zfs@1c9a4c8cbMartin Matuska
2024-10-11zfs: merge openzfs/zfs@b10992582Martin Matuska
2024-09-09zfs: merge openzfs/zfs@b10992582Martin Matuska
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-03-07zfs: merge openzfs/zfs@8f2f6cd2aMartin Matuska
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-07-18zfs: set autotrim default to 'off'Yuri Pankov
2023-06-10zfs: merge openzfs/zfs@feff9dfedMartin Matuska
2023-04-03zfs: merge openzfs/zfs@431083f75Martin Matuska
2023-03-22sys: Retire OPENZFS_CWARNFLAGS now that it is empty.John Baldwin
2022-12-21Fix spelling of NO_WINFINITE_RECURSION.John Baldwin
2022-12-21zfs: Fix build with GCC 12.John Baldwin
2022-09-21zfs: merge openzfs/zfs@c629f0bf6Martin Matuska
2022-07-26Suppress unused variable warning for zfs_fm.cDimitry Andric
2022-06-24Fix the zfs build for arm64Andrew Turner
2022-06-23zfs: merge openzfs/zfs@deb121309Martin Matuska
2022-04-13zfs: Disable -Wunused-but-set-variable for dnode.c.John Baldwin
2022-04-07zfs: Disable -Wunused-but-set-variable for a few files in zstd.John Baldwin
2022-03-29zfs: merge openzfs/zfs@bc3f12bfa (master) into mainMartin Matuska
2022-03-09zfs: Fix typo in module MakefileRyan Moeller
2022-03-08zfs: merge openzfs/zfs@a86e08941 (master) into mainMartin Matuska
2022-02-08Disable clang 14 warning about bitwise operators in zstdDimitry Andric
2022-01-22zfs: merge openzfs/zfs@17b2ae0b2 (master) into mainMartin Matuska
2021-11-17Fix ZFS module buildAllan Jude
2021-03-15Include ccompile.h after opt_global.h.Alexander Motin
2021-02-22zfs: merge OpenZFS master-9312e0fd1Martin Matuska
2021-02-08ZFS: fix assertions with INVARIANTSAlan Somers
2021-01-07OpenZFS: Fix issues caused by reversed commits + rebaseMatt Macy
2020-12-27openzfs: fix gcc kernel module buildsRyan Libby
2020-12-11zfs: quiet gcc -Wmissing-include-dirsRyan Libby
2020-09-08ZFS: remove some extra definesMatt Macy
2020-09-04Stop setting DEBUG_FLAGS in the zfs.ko Makefile.Mark Johnston
2020-08-25[PowerPC] More preemptive powerpcspe ZFS build fixesBrandon Bergren
2020-08-25Fix zstd in OpenZFS module with CPUTYPE?=<something with BMI>Ryan Moeller
2020-08-25Merge OpenZFS support in to HEAD.Matt Macy
2019-11-02Remove duplicate lz4 implementationsToomas Soome
2019-08-07Expose zlib's utility functions in Z_SOLO library when building kernel.Xin LI
2019-08-01Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib,Xin LI
2018-08-21Make dnode definition uniform on !x86Matt Macy
2017-10-01MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and followupsAndriy Gapon
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2017-02-24zfs: clean up unused files and definitionsAndriy Gapon
2017-01-31Update CFLAGS for clang compatibilityJustin Hibbits