aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip memory allocation when compressing holesRichard Yao2023-02-271-1/+1
* Use .section .rodata instead of .rodata on FreeBSDDimitry Andric2023-02-241-1/+1
* Fix buffered/direct/mmap I/O raceBrian Behlendorf2023-02-231-1/+1
* zdb: zero-pad checksum output follow upBrian Behlendorf2023-02-151-1/+1
* Linux: use filemap_range_has_page()Brian Behlendorf2023-02-144-9/+20
* Fix a race condition in dsl_dataset_sync() when activating featuresGeorge Amanakis2023-02-131-0/+1
* Restore FreeBSD to use .rodataJorgen Lundman2023-02-061-1/+1
* zfs_main.c: fix unused variable error with GCCrob-wing2023-02-021-0/+1
* Prefetch on deadlists mergeAlexander Motin2023-01-251-0/+1
* linux 6.2 compat: zpl_set_acl arg2 is now struct dentryColeman Kane2023-01-241-0/+3
* x86 asm: Replace .align with .balignAttila Fülöp2023-01-242-10/+10
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-233-0/+16
* Cleanup ->dd_space_towrite should be unsignedRichard Yao2023-01-201-1/+1
* Fix unprotected zfs_znode_dmu_finiChunwei Chen2023-01-191-0/+2
* Unify Assembler files between Linux and WindowsJorgen Lundman2023-01-176-0/+446
* Use setproctitle to report progress of zfs sendAmeer Hamza2023-01-172-0/+10
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-172-3/+3
* change how d_alias is replaced by du.d_aliasGian-Carlo DeFazio2023-01-121-4/+4
* Batch enqueue/dequeue for bqueueMatthew Ahrens2023-01-101-2/+5
* zed: add hotplug support for spare vdevsAmeer Hamza2023-01-091-0/+1
* Remove some dead ARC code. (#14340)Alexander Motin2023-01-091-1/+0
* linux 6.2 compat: bio->bi_rw was renamed bio->bi_opfColeman Kane2023-01-061-0/+4
* linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2Coleman Kane2023-01-061-1/+1
* Pack zrlock_t by 8 bytesAlexander Motin2023-01-051-2/+1
* Hide b_freeze_* under ZFS_DEBUGAlexander Motin2023-01-051-3/+5
* Implement uncached prefetchAlexander Motin2023-01-045-8/+32
* arc_read()/arc_access() refactoring and cleanupAlexander Motin2022-12-223-3/+38
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-221-1/+1