aboutsummaryrefslogtreecommitdiff
path: root/include/os/freebsd/spl
Commit message (Expand)AuthorAgeFilesLines
* dkio: remove kernel dkio.h compatibility headerRob Norris2024-04-121-34/+0
* Add custom debug printing for your assertsRich Ercolani2024-04-101-12/+137
* xdr: header cleanupRob N2024-04-031-71/+0
* Remove list_size struct member from list implementationMigeljanImeri2024-01-261-1/+0
* spa: make read/write queues configurableRob N2023-12-201-0/+6
* dmu: Allow buffer fills to failAlexander Motin2023-12-151-1/+1
* Use uint64_t instead of u_int64_tYuri Pankov2023-11-301-3/+1
* FreeBSD: Fix ZFS so that snapshots under .zfs/snapshot are NFS visiblermacklem2023-11-281-1/+1
* FreeBSD: Fix the build on FreeBSD 12Alan Somers2023-11-271-1/+2
* Unbreak FreeBSD world build after 3bd4df384Martin Matuška2023-11-091-0/+1
* FreeBSD: Implement taskq_init_ent()Alexander Motin2023-11-071-1/+1
* Improve ZFS objset sync parallelismednadolski-ix2023-11-061-0/+3
* Add mutex_enter_interruptible() for interruptible sleeping IOCTLsThomas Bertschinger2023-10-261-0/+1
* FreeBSD: Improve taskq wrapperAlexander Motin2023-10-131-9/+9
* FreeBSD: Reduce divergence from in-tree sourcesAlexander Motin2023-10-094-4/+7
* Add VERIFY0P() and ASSERT0P() macros.Dag-Erling Smørgrav2023-09-201-0/+13
* Clean up existing VERIFY*() macros.Dag-Erling Smørgrav2023-09-201-14/+13
* Selectable block allocatorsednadolski-ix2023-09-021-0/+3
* FreeBSD: catch up to __FreeBSD_version 1400093Mateusz Guzik2023-07-131-0/+4
* Use __attribute__((malloc)) on memory allocation functionsRichard Yao2023-05-261-1/+2
* powerpc64: Support ELFv2 asm on Big EndianJustin Hibbits2023-04-271-1/+1
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-101-1/+1
* module: freebsd: fix aarch64 fpu handlingKyle Evans2023-04-101-2/+12
* Miscellaneous FreBSD compilation bugfixesMartin Matuška2023-04-064-0/+10
* spl: cmn_err_once() should be usable in brace-less if else statementsAttila Fülöp2023-03-151-8/+8
* spl: Add cmn_err_once() to log a message only on the first callAttila Fülöp2023-03-071-0/+33
* Add SHA2 SIMD feature tests for FreeBSDTino Reichardt2023-03-026-28/+203
* Use .section .rodata instead of .rodata on FreeBSDDimitry Andric2023-02-251-1/+1
* Restore FreeBSD to use .rodataJorgen Lundman2023-02-061-1/+1
* x86 asm: Replace .align with .balignAttila Fülöp2023-01-241-5/+5
* Unify Assembler files between Linux and WindowsJorgen Lundman2023-01-171-0/+178
* freebsd: simplify MD isa_defs.hBrooks Davis2022-11-072-455/+0
* freebsd: trim dkio.h to the minimumBrooks Davis2022-11-071-460/+0
* freebsd: remove no-op vn_renamepath()Brooks Davis2022-11-071-1/+0
* freebsd: remove unused vn_rename()Brooks Davis2022-11-071-9/+0
* acl: use uintptr_t for ace walker cookiesBrooks Davis2022-11-031-1/+1
* Introduce kmem_scnprintf()Richard Yao2022-10-291-0/+3
* debug: fix output from VERIFY0 assertionRob N ★2022-10-281-1/+1
* FreeBSD: vn_flush_cached_data: observe vnode locking contractAndriy Gapon2022-10-261-0/+2
* Silence objtool warnings from 55d7afa4Richard Yao2022-10-261-0/+3
* Support idmapped mountyouzhongyang2022-10-191-0/+2
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-9/+9
* Reduce false positives from Static AnalyzersRichard Yao2022-09-304-14/+39
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-271-5/+5
* Fix double declaration of getauxval() for FreeBSD PPCTino Reichardt2022-09-261-1/+3
* Add membar_syncMateusz Guzik2022-09-201-0/+1
* FreeBSD: Cleanup zfs_readdir()Richard Yao2022-09-202-84/+0
* Add PPC cpu feature tests for FreeBSD and LinuxTino Reichardt2022-09-163-27/+121
* Fix BLAKE3 tuneable and module loading on Linux and FreeBSDTino Reichardt2022-09-161-4/+3
* Cleanup: Make memory barrier definitions consistent across kernelsRichard Yao2022-09-131-1/+2