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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop unnecessary srcdir paths
Arvind Sankar
2020-06-24
8
-82
/
+82
*
Add prototypes
Arvind Sankar
2020-06-18
1
-0
/
+5
*
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
*
Correctly handle the x32 ABI
наб
2020-05-28
1
-1
/
+5
*
change libspl list member names to match kernel
Matthew Ahrens
2020-04-23
1
-2
/
+2
*
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
13
-0
/
+878
*
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
*
libspl: declare aok extern in header
Nick Black
2019-12-26
1
-1
/
+1
*
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
*
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
14
-47
/
+24
*
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
5
-6
/
+6
*
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
1
-11
/
+2
*
Check for strlcat and strlcpy
Brian Behlendorf
2018-12-11
1
-49
/
+6
*
Move strlcat, strlcpy, and strnlen
Brian Behlendorf
2018-11-20
1
-3
/
+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
1
-8
/
+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
*
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
*
Remove lib/libspl/include/sys/frame.h
Brian Behlendorf
2017-12-17
2
-132
/
+0
*
OpenZFS 8585 - improve batching done in zil_commit()
Prakash Surya
2017-12-05
2
-3
/
+14
*
Native Encryption for ZFS on Linux
Tom Caputi
2017-08-14
1
-0
/
+7
*
Allow longer SPA names in stats
gaurkuma
2017-08-11
1
-1
/
+1
*
Add libtpool (thread pools)
Brian Behlendorf
2017-08-09
1
-1
/
+2
*
Fixed VERIFY3_IMPL() bug from 682ce104
Tom Caputi
2017-07-12
1
-1
/
+2
*
Musl libc fixes
alaviss
2017-07-05
1
-0
/
+1
*
GCC 7.1 fixes
Tony Hutter
2017-06-28
1
-7
/
+17
[next]