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
*
metaslab: tuneable to better control force ganging
Rob N
2023-07-21
1
-2
/
+12
*
Adjust prefetch parameters.
Alexander Motin
2023-07-21
2
-7
/
+12
*
Add explicit prefetches to bpobj_iterate().
Alexander Motin
2023-07-21
1
-12
/
+37
*
Don't emit cksum_{actual_expected} in ereport.fs.zfs.checksum events
Alan Somers
2023-07-21
4
-12
/
+2
*
Don't emit checksum histograms in ereport.fs.zfs.checksum events
Alan Somers
2023-07-21
1
-21
/
+4
*
spa_min_alloc should be GCD, not min
Ameer Hamza
2023-07-20
3
-9
/
+50
*
Don't panic if setting vdev properties is unsupported for this vdev type
Yuri Pankov
2023-07-20
1
-17
/
+21
*
Ignore pool ashift property during vdev attachment
Ameer Hamza
2023-07-20
1
-4
/
+10
*
Do not request data L1 buffers on scan prefetch.
Alexander Motin
2023-07-20
1
-3
/
+9
*
Fix raw receive with different indirect block size.
Alexander Motin
2023-07-14
2
-25
/
+28
*
Fix the ZFS checksum error histograms with larger record sizes
Alan Somers
2023-07-14
1
-1
/
+1
*
Avoid extra snprintf() in dsl_deadlist_merge().
Alexander Motin
2023-07-14
1
-3
/
+3
*
Add missed DMU_PROJECTUSED_OBJECT prefetch.
Alexander Motin
2023-07-13
1
-0
/
+5
*
Pack our DDT ZAPs a bit denser.
Rich Ercolani
2023-06-30
1
-3
/
+10
*
ddt_addref: remove unnecessary phys fill when refcount is 0
Rob N
2023-06-30
1
-4
/
+13
*
Again fix race between zil_commit() and zil_suspend().
Alexander Motin
2023-06-30
1
-8
/
+28
*
Some ZIO micro-optimizations.
Alexander Motin
2023-06-30
1
-9
/
+43
*
Do not report bytes skipped by scan as issued.
Alexander Motin
2023-06-30
3
-8
/
+22
*
ZIL: Fix another use-after-free.
Alexander Motin
2023-06-27
1
-1
/
+1
*
Use big transactions for small recordsize writes.
Alexander Motin
2023-06-27
1
-60
/
+46
*
Another set of vdev queue optimizations.
Alexander Motin
2023-06-27
4
-152
/
+184
*
Fix memory leak in zil_parse().
Alexander Motin
2023-06-17
1
-2
/
+6
*
Remove ARC/ZIO physdone callbacks.
Alexander Motin
2023-06-15
5
-132
/
+22
*
Switch refcount tracking from lists to AVL-trees.
Alexander Motin
2023-06-14
1
-89
/
+98
*
Store the L2ARC device ashift in the vdev label
George Amanakis
2023-06-14
1
-0
/
+3
*
Fix the L2ARC write size calculating logic (2)
George Amanakis
2023-06-09
1
-5
/
+16
*
Finally drop long disabled vdev cache.
Alexander Motin
2023-06-09
7
-470
/
+10
*
Use list_remove_head() where possible.
Alexander Motin
2023-06-09
16
-60
/
+28
*
ZIL: Fix race introduced by f63811f0721.
Alexander Motin
2023-06-09
1
-6
/
+15
*
Fix the L2ARC write size calculating logic
George Amanakis
2023-06-06
1
-16
/
+29
*
zdb: add -B option to generate backup stream
Rob Norris
2023-06-05
1
-2
/
+1
*
Introduce zfs_refcount_(add|remove)_few().
Alexander Motin
2023-06-05
3
-6
/
+21
*
ZIL: Allow to replay blocks of any size.
Alexander Motin
2023-06-02
1
-23
/
+19
*
Fix NULL pointer dereference when doing concurrent 'send' operations
Luís Henriques
2023-05-30
1
-2
/
+6
*
btree: Implement faster binary search algorithm
Richard Yao
2023-05-26
5
-17
/
+59
*
Fix inconsistent definition of zfs_scrub_error_blocks_per_txg
George Amanakis
2023-05-26
1
-2
/
+2
*
zil: Add some more statistics.
Alexander Motin
2023-05-25
2
-1
/
+36
*
ZIL: Reduce scope of per-dataset zl_issuer_lock.
Alexander Motin
2023-05-25
1
-148
/
+280
*
Fix concurrent resilvers initiated at same time
Akash B
2023-05-24
2
-2
/
+16
*
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
1
-2
/
+9
*
Teach zpool scrub to scrub only blocks in error log
George Amanakis
2023-05-18
5
-35
/
+820
*
Add the ability to uninitialize
Brian Behlendorf
2023-05-18
3
-3
/
+73
*
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
[next]