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
*
L2ARC: Restrict write size to 1/4 of the device
Alexander Motin
2023-11-14
1
-26
/
+4
*
Fix snap_obj_array memory leak in check_filesystem()
Chunwei Chen
2023-11-14
1
-2
/
+4
*
Increase L2ARC write rate and headroom
shodanshok
2023-11-08
1
-2
/
+2
*
RAID-Z expansion feature
Don Brady
2023-11-08
11
-227
/
+2815
*
sa_lookup() ignores buffer size.
Jason King
2023-11-07
1
-1
/
+2
*
Update the kstat dataset_name when renaming a zvol
Alan Somers
2023-11-07
1
-0
/
+12
*
Make abd_raidz_gen_iterate() pass an initialized pointer to the callback
Mark Johnston
2023-11-07
1
-3
/
+6
*
Fix accounting error for pending sync IO ops in zpool iostat
MigeljanImeri
2023-11-07
1
-2
/
+5
*
Improve ZFS objset sync parallelism
ednadolski-ix
2023-11-06
8
-110
/
+321
*
Fix block cloning between unencrypted and encrypted datasets
Martin Matuška
2023-10-31
1
-0
/
+9
*
zvol: fix delayed update to block device ro entry
Ameer Hamza
2023-10-31
2
-0
/
+29
*
zvol: Implement zvol threading as a Property
Ameer Hamza
2023-10-31
2
-0
/
+23
*
zvol: Cleanup set property
Ameer Hamza
2023-10-31
2
-101
/
+32
*
Unify arc_prune_async() code
Alexander Motin
2023-10-30
1
-0
/
+52
*
Tune zio buffer caches and their alignments
Alexander Motin
2023-10-30
1
-50
/
+39
*
RAIDZ: Use cache blocking during parity math
Alexander Motin
2023-10-30
2
-79
/
+101
*
ZIL: Cleanup sync and commit handling
Alexander Motin
2023-10-30
4
-31
/
+11
*
Read prefetched buffers from L2ARC
shodanshok
2023-10-26
1
-4
/
+1
*
Add mutex_enter_interruptible() for interruptible sleeping IOCTLs
Thomas Bertschinger
2023-10-26
2
-10
/
+12
*
ZIO: Remove READY pipeline stage from root ZIOs
Alexander Motin
2023-10-25
2
-11
/
+44
*
ZIL: Detect single-threaded workloads
Alexander Motin
2023-10-24
1
-51
/
+40
*
ABD: Be more assertive in iterators
Alexander Motin
2023-10-24
1
-78
/
+26
*
Add prefetch property
Brian Behlendorf
2023-10-24
2
-1
/
+25
*
Revert "Do not persist user/group/project quota zap objects when unneeded"
Brian Behlendorf
2023-10-23
1
-16
/
+2
*
spa: document spa_thread() and SDC feature gates
Rob N
2023-10-23
1
-6
/
+35
*
Do not persist user/group/project quota zap objects when unneeded
Sam Atkinson
2023-10-20
1
-2
/
+16
*
Trust ARC_BUF_SHARED() more
Alexander Motin
2023-10-20
1
-17
/
+24
*
Remove lock from dsl_pool_need_dirty_delay()
Alexander Motin
2023-10-20
1
-7
/
+7
*
Set spa_ccw_fail_time=0 when expanding a vdev.
Colin Percival
2023-10-20
1
-0
/
+1
*
Large sync writes perform worse with slog
John Wren Kennedy
2023-10-13
1
-1
/
+1
*
Zpool can start allocating from metaslab before TRIMs have completed
Jason King
2023-10-12
1
-9
/
+19
*
DMU: Do not pre-read holes during write
Alexander Motin
2023-10-11
1
-3
/
+5
*
ZIL: Reduce maximum size of WR_COPIED to 7.5K
Alexander Motin
2023-10-06
1
-6
/
+11
*
import: require force when cachefile hostid doesn't match on-disk
Rob Norris
2023-10-06
1
-0
/
+18
*
Reduce number of metaslab preload taskq threads.
Alexander Motin
2023-10-06
2
-22
/
+29
*
ARC: Drop different size headers for crypto
Alexander Motin
2023-10-06
1
-175
/
+8
*
ARC: Remove b_bufcnt/b_ebufcnt from ARC headers
Alexander Motin
2023-10-06
1
-70
/
+35
*
ARC: Remove b_cv from struct l1arc_buf_hdr
Alexander Motin
2023-10-04
1
-12
/
+22
*
Report ashift of L2ARC devices in zdb
George Amanakis
2023-10-02
1
-0
/
+10
*
Restrict short block cloning requests
Alexander Motin
2023-09-29
1
-0
/
+13
*
Tweak rebuild in-flight hard limit
Brian Behlendorf
2023-09-29
1
-2
/
+2
*
Fix ENOSPC for extended quota
Akash B
2023-09-28
1
-14
/
+8
*
Don't allocate from new metaslabs
Paul Dagnelie
2023-09-28
1
-0
/
+9
*
status: report pool suspension state under failmode=continue
Rob N
2023-09-20
1
-2
/
+2
*
ZIL: Fix potential race on flush deferring.
Alexander Motin
2023-09-20
1
-0
/
+9
*
Use ASSERT0P() to check that a pointer is NULL.
Dag-Erling Smørgrav
2023-09-19
1
-1
/
+1
*
Fix l2arc_apply_transforms ztest crash
Paul Dagnelie
2023-09-19
1
-5
/
+6
*
Update the MOS directory on spa_upgrade_errlog()
George Amanakis
2023-09-18
1
-0
/
+9
*
Add more constraints for block cloning.
Alexander Motin
2023-09-09
1
-2
/
+19
*
Selectable block allocators
ednadolski-ix
2023-09-01
3
-31
/
+87
[next]