aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use __attribute__((malloc)) on memory allocation functionsRichard Yao2023-05-264-11/+19
* btree: Implement faster binary search algorithmRichard Yao2023-05-261-4/+62
* zil: Add some more statistics.Alexander Motin2023-05-252-2/+44
* ZIL: Reduce scope of per-dataset zl_issuer_lock.Alexander Motin2023-05-251-2/+5
* Teach zpool scrub to scrub only blocks in error logGeorge Amanakis2023-05-188-2/+67
* Add the ability to uninitializeBrian Behlendorf2023-05-182-0/+2
* Don't use dmu_buf_is_dirty() for unassigned transaction.Pawel Jakub Dawidek2023-05-111-1/+1
* Deny block cloning is dbuf size doesn't match BP size.Pawel Jakub Dawidek2023-05-111-1/+1
* Additional block cloning fixes.Pawel Jakub Dawidek2023-05-111-10/+13
* Add dmu_tx_hold_append() interfaceBrian Behlendorf2023-05-092-0/+4
* Enable the head_errlog feature to remove errorsGeorge Amanakis2023-05-091-1/+2
* Verify block pointers before writing them outMatthew Ahrens2023-05-081-1/+7
* 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