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
*
Drop unnecessary srcdir paths
Arvind Sankar
2020-06-24
8
-82
/
+82
*
Fix libspl/asm-generic/atomic for VPATH build
Arvind Sankar
2020-06-24
4
-29
/
+8
*
Add prototypes
Arvind Sankar
2020-06-18
1
-0
/
+5
*
Add include files for prototypes
Arvind Sankar
2020-06-18
2
-7
/
+9
*
Remove dead code
Arvind Sankar
2020-06-18
1
-50
/
+0
*
Add convenience wrappers for common uio usage
Jorgen Lundman
2020-06-14
5
-102
/
+45
*
Remove unnecessary references to slavery
Matthew Ahrens
2020-06-10
1
-1
/
+0
*
Improve compatibility with C++ consumers
Ryan Moeller
2020-06-06
2
-2
/
+3
*
Always use "%lld" for formatting time_ts
наб
2020-05-28
1
-1
/
+1
*
Correctly handle the x32 ABI
наб
2020-05-28
1
-1
/
+5
*
change libspl list member names to match kernel
Matthew Ahrens
2020-04-23
2
-41
/
+40
*
sys/mnttab.h: include sys/stat.h for stat64
alaviss
2020-04-14
1
-1
/
+1
*
Add FreeBSD support to OpenZFS
Matthew Macy
2020-04-14
18
-0
/
+1276
*
Linux 5.6 compat: time_t
Brian Behlendorf
2020-02-27
1
-1
/
+1
*
ICP: Improve AES-GCM performance
Attila Fülöp
2020-02-10
1
-1
/
+14
*
Add AltiVec RAID-Z
Romain Dolbeau
2020-01-23
1
-0
/
+40
*
Unify target_cpu handling
Brian Behlendorf
2020-01-17
2
-2
/
+13
*
libspl: declare aok extern in header
Nick Black
2019-12-26
2
-1
/
+3
*
Replace ASSERTV macro with compiler annotation
Matthew Macy
2019-12-05
2
-2
/
+4
*
Refactor zfs_context.h to build on FreeBSD
Matthew Macy
2019-12-04
3
-9
/
+4
*
Make asm-x86_64/atomic.S build on FreeBSD
Matthew Macy
2019-11-30
1
-1
/
+5
*
Implement -A (ignore ASSERTs) for zdb
Paul Zuchowski
2019-11-27
1
-0
/
+10
*
Add zfs_file_* interface, remove vnodes
Matthew Macy
2019-11-21
2
-50
/
+0
*
Preliminary support for RV64G
Romain Dolbeau
2019-11-06
1
-1
/
+20
*
Enable use of DTRACE_PROBE* macros in "spl" module
Prakash Surya
2019-11-01
3
-1
/
+26
*
Move sha2.h to platform code
Matthew Macy
2019-10-31
2
-0
/
+152
*
Remove unneeded header from libzpool/kernel.c
Matthew Macy
2019-10-26
1
-35
/
+0
*
Fix header guard typo
Matthew Macy
2019-10-26
1
-1
/
+1
*
Move platform dependent errno aliases
Matthew Macy
2019-10-25
3
-1
/
+12
*
Remove sdt.h
Matthew Macy
2019-10-25
1
-0
/
+23
*
Linux 4.14, 4.19, 5.0+ compat: SIMD save/restore
Brian Behlendorf
2019-10-24
1
-1
/
+2
*
OpenZFS restructuring - libspl
Matthew Macy
2019-10-02
19
-58
/
+96
*
Enable compiler to typecheck logging
Matthew Macy
2019-09-12
1
-0
/
+4
*
OpenZFS restructuring - move linux tracing code to platform directories
Matthew Macy
2019-09-11
2
-0
/
+2
*
OpenZFS restructuring - move platform specific headers
Matthew Macy
2019-09-05
2
-0
/
+449
*
Fix typos in lib/
Andrea Gelmini
2019-09-02
7
-8
/
+8
*
ZFS Reads may result in unneccesary calls to zil_commit
George Wilson
2019-03-22
1
-1
/
+0
*
config: better libtirpc detection
Rafael Kitover
2019-03-02
2
-12
/
+5
*
Check for strlcat and strlcpy
Brian Behlendorf
2018-12-11
4
-49
/
+124
*
Move strlcat, strlcpy, and strnlen
Brian Behlendorf
2018-11-20
5
-158
/
+50
*
Fix ASSERT macros to not over-expand
Paul Dagnelie
2018-10-03
1
-15
/
+48
*
Fix kernel unaligned access on sparc64
Brian Behlendorf
2018-07-11
1
-0
/
+7
*
Linux 4.18 compat: inode timespec -> timespec64
Brian Behlendorf
2018-06-19
4
-93
/
+29
*
Add pool state /proc entry, "SUSPENDED" pools
Tony Hutter
2018-06-06
1
-0
/
+2
*
Remove rwlock wrappers
Brian Behlendorf
2018-06-04
2
-82
/
+0
*
Update build system and packaging
Brian Behlendorf
2018-05-29
12
-206
/
+40
*
Fix calloc(3) arguments order
Tomohiro Kusumi
2018-04-12
1
-1
/
+1
*
Fedora 28: Fix misc bounds check compiler warnings
Tony Hutter
2018-04-04
1
-1
/
+1
*
zpool import -d to specify device path
Chunwei Chen
2018-01-26
1
-0
/
+1
*
Support -fsanitize=address with --enable-asan
Brian Behlendorf
2018-01-10
1
-6
/
+1
[next]