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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix concurrent resilvers initiated at same time
Akash B
2023-05-24
5
-3
/
+120
*
Linux 6.4 compat: reclaimed_slab renamed to reclaimed
youzhongyang
2023-05-24
4
-1
/
+36
*
Hold db_mtx when updating db_state
Brian Atkinson
2023-05-19
1
-2
/
+4
*
Probe vdevs before marking removed
Brian Behlendorf
2023-05-19
2
-5
/
+14
*
Teach zpool scrub to scrub only blocks in error log
George Amanakis
2023-05-18
29
-71
/
+1602
*
Add the ability to uninitialize
Brian Behlendorf
2023-05-18
13
-16
/
+258
*
test-runner: pass kmemleak and kmsg to Cmd.run
Antonio Russo
2023-05-15
1
-16
/
+22
*
Fix undefined behavior in spa_sync_props()
Richard Yao
2023-05-15
1
-4
/
+4
*
Fix use after free regression in spa_remove_healed_errors()
Richard Yao
2023-05-15
1
-1
/
+1
*
zil: Free lwb_buf after write completion.
Alexander Motin
2023-05-12
1
-12
/
+6
*
zil: Some micro-optimizations.
Alexander Motin
2023-05-12
1
-52
/
+23
*
Refine special_small_blocks property validation
Don Brady
2023-05-12
5
-2
/
+93
*
ZTS: Add auto_replace_001_pos to exceptions
Brian Behlendorf
2023-05-12
1
-0
/
+1
*
Make sure we are not trying to clone a spill block.
Pawel Jakub Dawidek
2023-05-11
1
-0
/
+2
*
Correct comment.
Pawel Jakub Dawidek
2023-05-11
1
-1
/
+1
*
Remove badly placed comment.
Pawel Jakub Dawidek
2023-05-11
1
-4
/
+0
*
Don't call zfs_exit_two() before zfs_enter_two().
Pawel Jakub Dawidek
2023-05-11
1
-8
/
+9
*
Don't use dmu_buf_is_dirty() for unassigned transaction.
Pawel Jakub Dawidek
2023-05-11
3
-14
/
+7
*
Deny block cloning is dbuf size doesn't match BP size.
Pawel Jakub Dawidek
2023-05-11
3
-7
/
+32
*
Additional block cloning fixes.
Pawel Jakub Dawidek
2023-05-11
3
-45
/
+95
*
zil: Don't expect zio_shrink() to succeed.
Alexander Motin
2023-05-11
1
-0
/
+1
*
Prevent panic during concurrent snapshot rollback and zvol read
Ameer Hamza
2023-05-09
1
-0
/
+2
*
pam: Fix "buffer overflow" in pam ZTS tests on F38
Tony Hutter
2023-05-09
1
-9
/
+4
*
Add dmu_tx_hold_append() interface
Brian Behlendorf
2023-05-09
3
-0
/
+109
*
Debug auto_replace_001_pos failures
Brian Behlendorf
2023-05-09
2
-5
/
+14
*
Remove duplicate code in l2arc_evict()
George Amanakis
2023-05-09
2
-15
/
+9
*
Remove single parent assertion from zio_nowait().
Alexander Motin
2023-05-09
1
-1
/
+1
*
Enable the head_errlog feature to remove errors
George Amanakis
2023-05-09
5
-37
/
+159
*
Fixes in head_errlog feature with encryption
George Amanakis
2023-05-08
4
-52
/
+56
*
Verify block pointers before writing them out
Matthew Ahrens
2023-05-08
7
-35
/
+98
*
zdb: consistent xattr output
Brian Behlendorf
2023-05-08
1
-1
/
+10
*
ZTS: add snapshot/snapshot_002_pos exception
Brian Behlendorf
2023-05-08
1
-0
/
+1
*
Fix two abd_gang_add_gang() issues.
Alexander Motin
2023-05-05
1
-1
/
+13
*
Simplify and optimize random_int_between().
Pawel Jakub Dawidek
2023-05-05
1
-9
/
+2
*
Plug memory leak in zfsdev_state.
Pawel Jakub Dawidek
2023-05-05
1
-0
/
+2
*
zpool import -m also removing spare and cache when log device is missing
Ameer Hamza
2023-05-03
4
-1
/
+87
*
Allow zhack label repair to restore detached devices.
buzzingwires
2023-05-03
10
-161
/
+928
*
Optimize check_filesystem() and process_error_log()
George Amanakis
2023-05-03
1
-54
/
+84
*
Use correct block pointer in block cloning case.
Pawel Jakub Dawidek
2023-05-02
1
-2
/
+1
*
Wrap clang specific pragma
Brian Behlendorf
2023-05-02
1
-0
/
+4
*
blake3: fix up bogus checksums in face of cpu migration
Mateusz Guzik
2023-05-01
1
-2
/
+5
*
Correct ABD size for split block ZIOs
Serapheim Dimitropoulos
2023-05-01
1
-3
/
+4
*
powerpc64: Support ELFv2 asm on Big Endian
Justin Hibbits
2023-04-27
6
-2
/
+63
*
Mark TX_COMMIT transaction with TXG_NOTHROTTLE.
Alexander Motin
2023-04-27
1
-1
/
+8
*
PAM: support the authentication facility
Val Packett
2023-04-27
1
-14
/
+49
*
Fix BLAKE3 aarch64 assembly for FreeBSD and macOS
Tino Reichardt
2023-04-26
2
-4511
/
+4057
*
Fix checkstyle warning
Brian Behlendorf
2023-04-26
1
-1
/
+1
*
Fix positive ABD size assertion in abd_verify().
Alexander Motin
2023-04-26
1
-1
/
+2
*
FreeBSD: fix up EINVAL from getdirentries on .zfs
Mateusz Guzik
2023-04-26
1
-0
/
+11
*
FreeBSD: add missing vn state transition for .zfs
Mateusz Guzik
2023-04-26
1
-0
/
+4
[next]