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
/
module
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused Edon-R variants
Tino Reichardt
2023-03-14
3
-828
/
+179
*
nvpair: Constify string functions
Richard Yao
2023-03-14
28
-117
/
+118
*
Fix possible NULL pointer dereference in nvlist_lookup_nvpair_ei_sep()
Richard Yao
2023-03-14
1
-2
/
+5
*
Silence clang static analyzer warnings about stored stack addresses
Richard Yao
2023-03-14
1
-2
/
+2
*
Fix possible NULL pointer dereference in dbuf_verify()
Richard Yao
2023-03-14
1
-1
/
+1
*
Replace dead opensolaris.org license links
Tino Reichardt
2023-03-14
1
-1
/
+1
*
Zero zio_prop_t in flush_write_batch_impl()
Richard Yao
2023-03-14
1
-1
/
+1
*
Fix uninitialized scalar value read regression in dmu_recv_begin()
Richard Yao
2023-03-14
1
-1
/
+1
*
ZFS_IOC_COUNT_FILLED does unnecessary txg_wait_synced()
Matthew Ahrens
2023-03-14
1
-5
/
+16
*
zcommon: Refactor FPU state handling in fletcher4
Attila Fülöp
2023-03-14
7
-8
/
+31
*
Implementation of block cloning for ZFS
Pawel Jakub Dawidek
2023-03-10
24
-82
/
+3174
*
Fix incremental receive silently failing for recursive sends
Paul Dagnelie
2023-03-10
1
-9
/
+26
*
txg_sync should handle write errors in ZIL
Richard Yao
2023-03-10
1
-1
/
+0
*
Suppress clang static analyzer warning in vdev_stat_update()
Richard Yao
2023-03-08
1
-0
/
+6
*
Suppress static analyzer warning in dmu_objset_create_impl_dnstats()
Richard Yao
2023-03-08
1
-0
/
+1
*
Linux: Fix octal detection in define_ddi_strtox()
Richard Yao
2023-03-08
1
-1
/
+1
*
Linux: Suppress clang static analyzer warning in zfs_remove()
Richard Yao
2023-03-08
1
-0
/
+1
*
Linux: Silence static analyzer warning in crypto_create_ctx_template()
Richard Yao
2023-03-08
1
-1
/
+1
*
Suppress Clang Static Analyzer warning in bpobj_enqueue()
Richard Yao
2023-03-08
1
-0
/
+1
*
Suppress Clang Static Analyzer warning in dsl_dir_rename_sync()
Richard Yao
2023-03-08
1
-0
/
+2
*
Cleanup: Remove constant comparisons reported by CodeQL
Richard Yao
2023-03-08
3
-6
/
+4
*
Linux cleanup: zvol_discard() should only call blk_queue_io_stat() once
Richard Yao
2023-03-08
1
-2
/
+1
*
Suppress Clang Static Analyzer warning in dbuf_dnode_findbp()
Richard Yao
2023-03-08
1
-0
/
+1
*
Suppress Clang Static Analyzer warning in vdev_split()
Richard Yao
2023-03-08
1
-0
/
+4
*
Suppress Clang Static Analyzer false positive in the AVL tree code.
Richard Yao
2023-03-08
1
-1
/
+5
*
Suppress Clang Static Analyzer defect report in abd_get_size()
Richard Yao
2023-03-08
1
-0
/
+2
*
More adaptive ARC eviction
Alexander Motin
2023-03-08
4
-666
/
+378
*
ICP: AES-GCM: Unify gcm_init_ctx() and gmac_init_ctx()
Attila Fülöp
2023-03-08
1
-104
/
+103
*
Do not hold spa_config in ZIL while blocked on IO
Richard Yao
2023-03-07
1
-6
/
+2
*
Better handling for future crypto parameters
Rob N
2023-03-07
1
-2
/
+14
*
[FreeBSD] fix false assert in cache_vop_rmdir when replaying ZIL
Andriy Gapon
2023-03-07
1
-1
/
+2
*
Fix detection of IBM Power8 machines (ISA 2.07)
Tino Reichardt
2023-03-06
2
-6
/
+6
*
[FreeBSD] zfs_znode_alloc: lock the vnode earlier
Andriy Gapon
2023-03-06
1
-6
/
+7
*
Optimize the is_l2cacheable functions
George Amanakis
2023-03-06
2
-44
/
+44
*
Add missing increment to dsl_deadlist_move_bpobj()
Richard Yao
2023-03-06
1
-1
/
+1
*
SHA2Init() should use signed assertions when checking an enum
Richard Yao
2023-03-06
1
-2
/
+2
*
Restore ASMABI and other Unify work
Jorgen Lundman
2023-03-06
5
-37
/
+56
*
Use SECTION_STATIC macro for sha2 x86_64 assembly
Tino Reichardt
2023-03-02
2
-2
/
+2
*
Update BLAKE3 for using the new impl handling
Tino Reichardt
2023-03-02
5
-468
/
+241
*
Add generic implementation handling and SHA2 impl
Tino Reichardt
2023-03-02
22
-76
/
+27737
*
Remove old or redundant SHA2 files
Tino Reichardt
2023-03-02
13
-6817
/
+3
*
System-wide speculative prefetch limit.
Alexander Motin
2023-03-01
1
-5
/
+24
*
Fix data race between zil_commit() and zil_suspend()
Richard Yao
2023-03-01
1
-0
/
+27
*
Remove bad kmem_free() oversight from previous zfsdev_state_list patch
Richard Yao
2023-03-01
1
-1
/
+0
*
Linux: zfs_fillpage() should handle partial pages from end of file
Richard Yao
2023-03-01
1
-1
/
+5
*
Handle unexpected errors in zil_lwb_commit() without ASSERT()
Richard Yao
2023-03-01
1
-6
/
+32
*
Makefile.bsd: cleanup and sync with FreeBSD
Allan Jude
2023-02-28
1
-64
/
+112
*
Suppress static analyzer warning in dmu_objset_create_impl_dnstats()
Richard Yao
2023-02-28
1
-0
/
+1
*
Suppress static analyzer warning in dbuf_hold_copy()
Richard Yao
2023-02-28
1
-1
/
+3
*
Statically allocate first node of zfsdev_state_list
Richard Yao
2023-02-28
1
-7
/
+6
[next]