aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Wrap clang specific pragmaBrian Behlendorf2023-05-021-0/+4
* powerpc64: Support ELFv2 asm on Big EndianJustin Hibbits2023-04-271-1/+1
* Revert "Fix data race between zil_commit() and zil_suspend()"Brian Behlendorf2023-04-251-1/+0
* Add loongarch64 supportHan Gao2023-04-251-1/+17
* Add support for zpool user propertiesAllan Jude2023-04-211-0/+2
* Linux: Suppress -Wordered-compare-function-pointers in tracepoint codeRichard Yao2023-04-201-0/+4
* Create zap for root vdevrob-wing2023-04-203-0/+3
* Allow MMP to bypass waiting for other threadsHerb Wartens2023-04-191-0/+2
* Fix "Detach spare vdev in case if resilvering does not happen"Ameer Hamza2023-04-191-0/+1
* Silence clang warning of flexible array not at endyouzhongyang2023-04-181-0/+7
* Linux 6.3 compat: Fix memcpy "detected field-spanning write" erroryouzhongyang2023-04-131-1/+9
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-1010-42/+97
* module: freebsd: fix aarch64 fpu handlingKyle Evans2023-04-101-2/+12
* libzfs: add v2 iterator interfacesRob N2023-04-101-7/+19
* Miscellaneous FreBSD compilation bugfixesMartin Matuška2023-04-064-0/+10
* Fix "Add colored output to zfs list"Tino Reichardt2023-04-051-0/+1
* linux 6.3 compat: needs REQ_PREFLUSH | REQ_OP_WRITEyouzhongyang2023-03-311-1/+1
* Fixes in persistent error logGeorge Amanakis2023-03-283-3/+6
* Fix short-lived txg caused by autotrimKevin Jin2023-03-282-0/+2
* linux 6.3 compat: add another bdev_io_acct caseRich Ercolani2023-03-271-2/+8
* Drop lying to the compiler in the fletcher4 code Rich Ercolani2023-03-241-20/+4
* panic loop when removing slog deviceGeorge Wilson2023-03-241-3/+2
* Add more ANSI colors to libzfsTino Reichardt2023-03-241-0/+6
* Fix cloning into already dirty dbufs.Pawel Jakub Dawidek2023-03-241-0/+1
* Remove unused constant EdonR256_BLOCK_BITSIZETino Reichardt2023-03-221-2/+0
* spl: cmn_err_once() should be usable in brace-less if else statementsAttila Fülöp2023-03-152-12/+12
* Refactor CONFIG_SPE check on Linux/powerpcWHR2023-03-151-18/+10
* Fix missing semicolons in commit 1f196e3WHR2023-03-151-4/+4
* Remove unused Edon-R variantsTino Reichardt2023-03-141-29/+10
* nvpair: Use flexible array member for nvpair name stringsRichard Yao2023-03-141-2/+2
* nvpair: Constify string functionsRichard Yao2023-03-144-15/+19
* Silence clang static analyzer warnings about stored stack addressesRichard Yao2023-03-141-3/+0
* Replace dead opensolaris.org license linksTino Reichardt2023-03-142-2/+2
* zcommon: Refactor FPU state handling in fletcher4Attila Fülöp2023-03-141-1/+2
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-1019-25/+235
* Workaround for Linux PowerPC GPL-only cpu_has_feature()Low-power2023-03-102-0/+26
* Suppress Clang Static Analyzer warning about SNPRINTF_BLKPTR()Richard Yao2023-03-081-0/+1
* More adaptive ARC evictionAlexander Motin2023-03-082-14/+30
* Fix build for Linux/powerpc without CONFIG_ALTIVEC or CONFIG_VSXLow-power2023-03-071-8/+22
* Better handling for future crypto parametersRob N2023-03-071-0/+1
* spl: Add cmn_err_once() to log a message only on the first callAttila Fülöp2023-03-072-0/+50
* Update BLAKE3 for using the new impl handlingTino Reichardt2023-03-021-22/+4
* Add generic implementation handling and SHA2 implTino Reichardt2023-03-024-3/+201
* Add SHA2 SIMD feature tests for LinuxTino Reichardt2023-03-026-13/+169
* Add SHA2 SIMD feature tests for FreeBSDTino Reichardt2023-03-027-28/+205
* Remove old or redundant SHA2 filesTino Reichardt2023-03-024-347/+0
* System-wide speculative prefetch limit.Alexander Motin2023-03-011-0/+1
* Fix data race between zil_commit() and zil_suspend()Richard Yao2023-03-011-0/+1
* Linux: Assert mutex is held in mutex_exit()Richard Yao2023-02-281-0/+1
* Revert zfeature_active() to staticGeorge Amanakis2023-02-281-1/+0