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
*
Fix NULL pointer dereference in zio_ready()
Richard Yao
2023-02-23
1
-1
/
+1
*
Use rw_tryupgrade() in dmu_bonus_hold_by_dnode()
Richard Yao
2023-02-22
1
-2
/
+4
*
FreeBSD: don't verify recycled vnode for zfs control directory
rob-wing
2023-02-21
1
-1
/
+3
*
Fix per-jail zfs.mount_snapshot setting
Allan Jude
2023-02-21
1
-2
/
+14
*
Partially revert eee9362a7
George Amanakis
2023-02-21
3
-24
/
+7
*
Sync thread should avoid holding the spa config write lock when possible
Richard Yao
2023-02-16
1
-1
/
+7
*
zfs redact fails when dnodesize=auto
Paul Dagnelie
2023-02-16
1
-0
/
+2
*
Suppress Clang static analyzer complaint in zfs_replay_create()
Richard Yao
2023-02-14
1
-3
/
+3
*
Linux: use filemap_range_has_page()
Brian Behlendorf
2023-02-14
5
-8
/
+17
*
Give strlcat() full buffer lengths rather than smaller buffer lengths
Richard Yao
2023-02-14
1
-2
/
+1
*
quick fix for lingering snapdir unmount problems
Rich Ercolani
2023-02-13
1
-1
/
+14
*
Fix a race condition in dsl_dataset_sync() when activating features
George Amanakis
2023-02-13
3
-11
/
+33
*
Reduce need for contiguous memory for ioctls
Prakash Surya
2023-02-13
2
-7
/
+7
*
Improve arc_read() error reporting
Alexander Motin
2023-02-13
1
-8
/
+16
*
Add assertion and make variables unsigned in abd_alloc_chunks()
Richard Yao
2023-02-06
1
-6
/
+8
*
Cleanup: spa vdev processing should check NULL pointers
Richard Yao
2023-02-06
1
-28
/
+30
*
zfs_get_temporary_prop() should not pass NULL to strcpy()
Richard Yao
2023-02-06
2
-2
/
+4
*
EIO caused by encryption + recursive gang
Matthew Ahrens
2023-02-06
1
-7
/
+9
*
Unify assembly files with macOS
Jorgen Lundman
2023-02-06
5
-5
/
+8
*
Resolve WS-2021-0184 vulnerability in zstd
Allan Jude
2023-02-02
3
-9
/
+13
*
Increase default zfs_rebuild_vdev_limit to 64MB
Brian Behlendorf
2023-01-27
1
-9
/
+18
*
Increase default zfs_scan_vdev_limit to 16MB
Brian Behlendorf
2023-01-27
1
-12
/
+16
*
Prefetch on deadlists merge
Alexander Motin
2023-01-25
2
-6
/
+130
*
Improve resilver ETAs
Brian Behlendorf
2023-01-25
2
-1
/
+28
*
linux 6.2 compat: zpl_set_acl arg2 is now struct dentry
Coleman Kane
2023-01-24
1
-0
/
+7
*
Introduce minimal ZIL block commit delay
Alexander Motin
2023-01-24
1
-2
/
+34
*
x86 asm: Replace .align with .balign
Attila Fülöp
2023-01-24
12
-43
/
+43
*
IPC: blake3 x86 asm: fix placement of .size directives
Attila Fülöp
2023-01-24
3
-9
/
+6
*
Wait for txg sync if the last DRR_FREEOBJECTS might result in a hole
David Hedberg
2023-01-23
1
-0
/
+26
*
Reject streams that set ->drr_payloadlen to unreasonably large values
Richard Yao
2023-01-23
1
-3
/
+14
*
Configure zed's diagnosis engine with vdev properties
rob-wing
2023-01-23
3
-15
/
+213
*
free_blocks(): Fix reports from 2016 PVS Studio FreeBSD report
Richard Yao
2023-01-23
1
-10
/
+17
*
Fix reading uninitialized variable in receive_read
Chunwei Chen
2023-01-20
1
-2
/
+2
*
Cleanup ->dd_space_towrite should be unsigned
Richard Yao
2023-01-20
1
-3
/
+2
*
Micro-optimize dsl_prop_get_dd()
Mark Johnston
2023-01-20
1
-1
/
+1
*
Avoid passing an uninitialized index to dsl_prop_known_index
Mark Johnston
2023-01-20
1
-1
/
+1
*
Fix unprotected zfs_znode_dmu_fini
Chunwei Chen
2023-01-19
4
-5
/
+18
*
Unify Assembler files between Linux and Windows
Jorgen Lundman
2023-01-17
23
-725
/
+154
*
Cleanup of dead code suggested by Clang Static Analyzer (#14380)
Richard Yao
2023-01-17
14
-48
/
+19
*
Linux ppc64le ieee128 compat: Do not redefine __asm on external headers
Richard Yao
2023-01-13
1
-24
/
+20
*
Cleanup: Use NULL when doing NULL pointer comparisons
Richard Yao
2023-01-12
4
-6
/
+6
*
Cleanup: Remove unneeded semicolons
Richard Yao
2023-01-12
5
-5
/
+5
*
Cleanup: Use MIN() macro
Richard Yao
2023-01-12
2
-3
/
+2
*
Cleanup: !A || A && B is equivalent to !A || B
Richard Yao
2023-01-12
2
-4
/
+2
*
Cleanup: Replace oldstyle struct hack with C99 flexible array members
Richard Yao
2023-01-12
5
-9
/
+9
*
Cleanup: Fix indentation in zfs_dbgmsg_t
Richard Yao
2023-01-12
1
-1
/
+1
*
Cleanup: Use C99 flexible array members instead of zero length arrays
Richard Yao
2023-01-12
3
-3
/
+3
*
Cleanup: Use kmem_zalloc() instead of memset() to zero memory
Richard Yao
2023-01-12
1
-2
/
+1
*
Cleanup: Remove unnecessary explicit casts of pointers from allocators
Richard Yao
2023-01-12
9
-11
/
+11
*
Activate filesystem features only in syncing context
George Amanakis
2023-01-11
2
-16
/
+13
[next]