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
/
zfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
2
-13
/
+6
*
Deny block cloning is dbuf size doesn't match BP size.
Pawel Jakub Dawidek
2023-05-11
2
-6
/
+31
*
Additional block cloning fixes.
Pawel Jakub Dawidek
2023-05-11
2
-35
/
+82
*
zil: Don't expect zio_shrink() to succeed.
Alexander Motin
2023-05-11
1
-0
/
+1
*
Add dmu_tx_hold_append() interface
Brian Behlendorf
2023-05-09
1
-0
/
+105
*
Remove duplicate code in l2arc_evict()
George Amanakis
2023-05-09
1
-14
/
+8
*
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
2
-36
/
+141
*
Fixes in head_errlog feature with encryption
George Amanakis
2023-05-08
1
-44
/
+32
*
Verify block pointers before writing them out
Matthew Ahrens
2023-05-08
5
-30
/
+87
*
Fix two abd_gang_add_gang() issues.
Alexander Motin
2023-05-05
1
-1
/
+13
*
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
1
-0
/
+10
*
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
*
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
*
Mark TX_COMMIT transaction with TXG_NOTHROTTLE.
Alexander Motin
2023-04-27
1
-1
/
+8
*
Fix positive ABD size assertion in abd_verify().
Alexander Motin
2023-04-26
1
-1
/
+2
*
Revert "Fix data race between zil_commit() and zil_suspend()"
Brian Behlendorf
2023-04-25
1
-27
/
+0
*
Add support for zpool user properties
Allan Jude
2023-04-21
1
-41
/
+87
*
Create zap for root vdev
rob-wing
2023-04-20
3
-4
/
+44
*
Allow MMP to bypass waiting for other threads
Herb Wartens
2023-04-19
2
-4
/
+27
*
Fix "Detach spare vdev in case if resilvering does not happen"
Ameer Hamza
2023-04-19
2
-3
/
+14
*
Revert "ZFS_IOC_COUNT_FILLED does unnecessary txg_wait_synced()"
Tony Hutter
2023-04-18
1
-16
/
+5
*
Fix VERIFY(!zil_replaying(zilog, tx)) panic
Pawel Jakub Dawidek
2023-04-17
1
-3
/
+1
*
Fix data corruption when cloning embedded blocks
Pawel Jakub Dawidek
2023-04-12
1
-2
/
+4
*
Fix in check_filesystem()
George Amanakis
2023-04-12
1
-5
/
+5
*
Trim needless zeroes from checksum events
Alan Somers
2023-04-10
1
-5
/
+5
*
Linux 6.3 compat: idmapped mount API changes
youzhongyang
2023-04-10
2
-9
/
+9
*
vdev: expose zfs_vdev_max_ms_shift as a module parameter
Rob N
2023-04-06
1
-2
/
+5
*
Fix typo in check_clones()
George Amanakis
2023-04-06
1
-1
/
+1
*
Miscellaneous FreBSD compilation bugfixes
Martin Matuška
2023-04-06
1
-1
/
+1
*
vdev: expose zfs_vdev_def_queue_depth as a module parameter
Rob N
2023-04-06
1
-0
/
+3
*
Fix some signedness issues in arc_evict()
Alexander Motin
2023-04-05
1
-4
/
+4
*
Fixes in persistent error log
George Amanakis
2023-03-28
6
-164
/
+198
*
Fix short-lived txg caused by autotrim
Kevin Jin
2023-03-28
3
-14
/
+63
*
Additional limits on hole reporting
Brian Behlendorf
2023-03-28
2
-15
/
+19
*
Revert "Do not hold spa_config in ZIL while blocked on IO"
George Wilson
2023-03-28
1
-2
/
+6
*
Update vdev state for spare vdev
Ameer Hamza
2023-03-24
1
-3
/
+5
*
panic loop when removing slog device
George Wilson
2023-03-24
1
-20
/
+12
*
Fix prefetching of indirect blocks while destroying
Matthew Ahrens
2023-03-24
1
-15
/
+9
[next]