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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow receiver to override encryption properties in case of replication
Ameer Hamza
2022-12-13
1
-1
/
+11
*
zfs list: Allow more fields in ZFS_ITER_SIMPLE mode
Allan Jude
2022-12-13
7
-51
/
+108
*
Do not pass -1 to strerror() from zfs_send_cb_impl()
Richard Yao
2022-12-08
2
-2
/
+5
*
Fix GCC 12 compilation errors
szubersk
2022-11-30
2
-0
/
+45
*
Don't leak packed recieved proprties
Brooks Davis
2022-11-29
1
-7
/
+10
*
Add <limits.h> header
Minsoo Choo
2022-11-28
2
-0
/
+2
*
FreeBSD: do_mount() passes wrong string length to helper
Richard Yao
2022-11-18
1
-18
/
+8
*
FreeBSD: get_zfs_ioctl_version() should be cast to (void)
Richard Yao
2022-11-18
1
-1
/
+1
*
Ubuntu 22.04 integration: Cppcheck
szubersk
2022-11-18
1
-0
/
+1
*
Allow to control failfast
Mariusz Zaborski
2022-11-10
1
-1
/
+2
*
freebsd: simplify MD isa_defs.h
Brooks Davis
2022-11-07
1
-25
/
+0
*
freebsd: add ifdefs around legacy ioctl support
Brooks Davis
2022-11-07
2
-1
/
+16
*
Make 1-bit bitfields unsigned
Brooks Davis
2022-11-03
1
-3
/
+3
*
libuutil: deobfuscate internal pointers
Brooks Davis
2022-11-03
2
-32
/
+28
*
recvd_props_mode: use a uintptr_t to stash nvlists
Brooks Davis
2022-11-03
1
-5
/
+5
*
zfs_onexit_add_cb: make action_handle point to a uintptr_t
Brooks Davis
2022-11-03
1
-1
/
+1
*
Improve RISC-V support
Brooks Davis
2022-11-03
1
-1
/
+5
*
FreeBSD: Fix regression from kmem_scnprintf() in libzfs
Richard Yao
2022-11-01
1
-1
/
+3
*
Fix oversights from 4170ae4e
Richard Yao
2022-10-31
1
-1
/
+1
*
Introduce kmem_scnprintf()
Richard Yao
2022-10-29
3
-2
/
+31
*
Fix TOCTOU race conditions reported by CodeQL and Coverity
Richard Yao
2022-10-29
1
-2
/
+13
*
Fix multiplication converted to larger type
Andrew Innes
2022-10-28
1
-1
/
+1
*
Aligned free for aligned alloc
Andrew Innes
2022-10-26
2
-10
/
+28
*
Linux: Fix big endian and partial read bugs in get_system_hostid()
Richard Yao
2022-10-20
1
-1
/
+5
*
Fix theoretical use of uninitialized values
Richard Yao
2022-10-19
1
-3
/
+2
*
Cleanup: Delete unnecessary pointer check from vdev_to_nvlist_iter()
Richard Yao
2022-10-18
1
-1
/
+1
*
set_global_var() should not pass NULL pointers to dlclose()
Richard Yao
2022-10-18
1
-1
/
+2
*
Cleanup: Address Clang's static analyzer's unused code complaints
Richard Yao
2022-10-14
7
-14
/
+9
*
Fix potential NULL pointer dereference in lzc_ioctl()
Richard Yao
2022-10-14
1
-1
/
+1
*
Handle possible null pointers from malloc/strdup/strndup()
Richard Yao
2022-10-06
2
-2
/
+6
*
Add membar_sync abi change
Umer Saleem
2022-10-04
1
-0
/
+1
*
Expose libzutil error info in libpc_handle_t
Umer Saleem
2022-10-04
3
-57
/
+82
*
Fix memory leak found by GCC static analyzer
Richard Yao
2022-10-03
1
-1
/
+3
*
Fix userland dereference NULL return value bugs
Richard Yao
2022-09-30
1
-0
/
+2
*
Fix double const qualifier declarations
Tino Reichardt
2022-09-30
3
-5
/
+4
*
Reduce false positives from Static Analyzers
Richard Yao
2022-09-30
5
-1
/
+47
*
zed: mark disks as REMOVED when they are removed
Ameer Hamza
2022-09-28
2
-0
/
+43
*
Fix unsafe string operations
Richard Yao
2022-09-27
4
-17
/
+21
*
Cleanup: Switch to strlcpy from strncpy
Richard Yao
2022-09-27
3
-9
/
+7
*
Enforce "-F" flag on resuming recv of full/newfs on existing dataset
Jitendra Patidar
2022-09-27
2
-0
/
+43
*
Fix double declaration of getauxval() for FreeBSD PPC
Tino Reichardt
2022-09-26
1
-2
/
+3
*
Fix userland resource leaks
Richard Yao
2022-09-23
2
-3
/
+5
*
Fix unchecked return values and unused return values
Richard Yao
2022-09-23
1
-2
/
+3
*
set_global_var_parse_kv() should pass the pointer from strdup()
Richard Yao
2022-09-23
1
-2
/
+3
*
Add membar_sync
Mateusz Guzik
2022-09-20
2
-0
/
+13
*
Call va_end() before return in zpool_standard_error_fmt()
Richard Yao
2022-09-20
1
-1
/
+1
*
Cleanup: Remove unused uu_pname code
Richard Yao
2022-09-19
3
-276
/
+0
*
Add PPC cpu feature tests for FreeBSD and Linux
Tino Reichardt
2022-09-16
1
-45
/
+42
*
Handle ECKSUM as new EZFS_CKSUM ‒ "insufficient replicas"
наб
2022-09-16
1
-0
/
+6
*
Fix unable to export zpool without nfs-utils
Chunwei Chen
2022-09-16
1
-1
/
+1
[next]