index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libspl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding Direct IO Support
Brian Atkinson
2024-09-14
1
-0
/
+26
*
sys/types32.h: Remove struct timeval32 from libspl's header (#16491)
Jessica Clarke
2024-09-09
1
-5
/
+0
*
JSON output support for zpool status
Umer Saleem
2024-08-06
2
-0
/
+22
*
JSON output support for zpool list
Umer Saleem
2024-08-06
2
-0
/
+24
*
spl: fix compilation without HAVE_BACKTRACE
Martin Matuška
2024-05-29
1
-0
/
+2
*
backtrace: rework for signal safety
Rob Norris
2024-05-14
3
-28
/
+65
*
libspl: lift backtrace into a separate file
Rob Norris
2024-05-14
6
-56
/
+117
*
zdb/ztest: use libspl backtrace for crashes
Rob Norris
2024-05-14
2
-3
/
+8
*
Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.
chenqiuhao1997
2024-05-10
1
-1
/
+2
*
libspl_assert: always link -lpthread on FreeBSD
Rob N
2024-05-09
1
-0
/
+4
*
Unbreak FreeBSD cross-build on MacOS broken in 051460b8b
Martin Matuška
2024-05-09
1
-1
/
+20
*
libspl/assert: use libunwind for backtrace when available
Rob Norris
2024-05-01
2
-3
/
+34
*
libspl/assert: dump backtrace in assert
Rob Norris
2024-05-01
2
-0
/
+22
*
libspl/assert: add lock around assertion output
Rob Norris
2024-05-01
1
-0
/
+6
*
libspl/assert: show process/task details in assert output
Rob Norris
2024-05-01
1
-2
/
+34
*
Add custom debug printing for your asserts
Rich Ercolani
2024-04-10
1
-0
/
+97
*
libzfs: use zfs_strerror() in place of strerror()
Richard Kojedzinszky
2024-01-29
2
-3
/
+5
*
Remove list_size struct member from list implementation
MigeljanImeri
2024-01-26
2
-3
/
+2
*
FreeBSD: Fix bootstrapping tools under Linux/musl
Val Packett
2024-01-19
1
-1
/
+5
*
dmu: Allow buffer fills to fail
Alexander Motin
2023-12-15
1
-1
/
+1
*
ZIO: Add overflow checks for linear buffers
Alexander Motin
2023-12-01
1
-0
/
+3
*
Only provide execvpe(3) when needed
Brooks Davis
2023-11-30
1
-0
/
+2
*
Use uint64_t instead of u_int64_t
Yuri Pankov
2023-11-30
1
-1
/
+1
*
Fix zoneid when USER_NS is disabled
Wraithh
2023-11-29
1
-4
/
+4
*
freebsd: remove __FBSDID macro use
Brooks Davis
2023-11-17
1
-3
/
+0
*
Add VERIFY0P() and ASSERT0P() macros.
Dag-Erling Smørgrav
2023-09-19
1
-0
/
+11
*
Clean up existing VERIFY*() macros.
Dag-Erling Smørgrav
2023-09-19
1
-2
/
+2
*
Use __attribute__((malloc)) on memory allocation functions
Richard Yao
2023-05-26
1
-3
/
+4
*
powerpc64: Support ELFv2 asm on Big Endian
Justin Hibbits
2023-04-27
1
-1
/
+1
*
Add loongarch64 support
Han Gao
2023-04-25
1
-1
/
+17
*
spl: cmn_err_once() should be usable in brace-less if else statements
Attila Fülöp
2023-03-15
1
-8
/
+8
*
Fix building for powerpc* targets with some compilers
Low-power
2023-03-15
1
-1
/
+1
*
spl: Add cmn_err_once() to log a message only on the first call
Attila Fülöp
2023-03-07
1
-0
/
+34
*
Add SHA2 SIMD feature tests for libspl
Tino Reichardt
2023-03-02
2
-24
/
+99
*
Remove old or redundant SHA2 files
Tino Reichardt
2023-03-02
1
-148
/
+0
*
Use .section .rodata instead of .rodata on FreeBSD
Dimitry Andric
2023-02-24
1
-1
/
+1
*
Restore FreeBSD to use .rodata
Jorgen Lundman
2023-02-06
1
-1
/
+1
*
x86 asm: Replace .align with .balign
Attila Fülöp
2023-01-24
2
-10
/
+10
*
Unify Assembler files between Linux and Windows
Jorgen Lundman
2023-01-17
4
-0
/
+451
*
freebsd: simplify MD isa_defs.h
Brooks Davis
2022-11-07
1
-25
/
+0
*
Improve RISC-V support
Brooks Davis
2022-11-03
1
-1
/
+5
*
Introduce kmem_scnprintf()
Richard Yao
2022-10-29
1
-1
/
+1
*
Aligned free for aligned alloc
Andrew Innes
2022-10-26
1
-1
/
+19
*
Linux: Fix big endian and partial read bugs in get_system_hostid()
Richard Yao
2022-10-20
1
-1
/
+5
*
Reduce false positives from Static Analyzers
Richard Yao
2022-09-30
5
-1
/
+47
*
Fix unsafe string operations
Richard Yao
2022-09-27
1
-1
/
+1
*
Fix double declaration of getauxval() for FreeBSD PPC
Tino Reichardt
2022-09-26
1
-2
/
+3
*
Add membar_sync
Mateusz Guzik
2022-09-20
2
-0
/
+13
*
Add PPC cpu feature tests for FreeBSD and Linux
Tino Reichardt
2022-09-16
1
-45
/
+42
*
Make zfs-share service resilient to stale exports
Don Brady
2022-09-09
1
-1
/
+2
[next]