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
*
Linux 5.16: use bdev_nr_bytes() to get device capacity
Rob Norris
2024-07-16
1
-5
/
+9
*
Linux 6.10: work harder to avoid kmem_cache_alloc reuse
Rob Norris
2024-07-16
1
-10
/
+2
*
Linux 6.10: rework queue limits setup
Rob Norris
2024-07-16
1
-70
/
+116
*
Linux 6.9: Fix UBSAN errors in zap_micro.c
Tony Hutter
2024-07-16
1
-0
/
+1
*
Linux 6.9: Call add_disk() from workqueue to fix zfs_allow_010_pos (#16282)
Tony Hutter
2024-07-16
1
-5
/
+97
*
head_errlog: fix use-after-free
George Amanakis
2024-07-15
1
-2
/
+5
*
Fix assertion in Persistent L2ARC
George Amanakis
2024-05-29
1
-1
/
+1
*
FreeBSD: Add zfs_link_create() error handling
Alexander Motin
2024-05-29
3
-13
/
+43
*
ZAP: Fix leaf references on zap_expand_leaf() errors
Alexander Motin
2024-05-29
1
-13
/
+14
*
Fix ZIL clone records for legacy holes
Alexander Motin
2024-05-29
1
-5
/
+3
*
Fix scn_queue races on very old pools
Alexander Motin
2024-05-29
1
-0
/
+6
*
Slightly improve dnode hash
Alexander Motin
2024-05-29
1
-3
/
+3
*
Make more taskq parameters writable
Alexander Motin
2024-05-29
1
-4
/
+4
*
L2ARC: Cleanup buffer re-compression
Alexander Motin
2024-05-29
1
-39
/
+20
*
Refactor dbuf_read() for safer decryption
Alexander Motin
2024-05-29
1
-110
/
+104
*
Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.
chenqiuhao1997
2024-05-13
8
-16
/
+20
*
Fix updating the zvol_htable when renaming a zvol
Alan Somers
2024-04-30
2
-2
/
+2
*
Add prefetch property
Brian Behlendorf
2024-04-30
3
-1
/
+36
*
vdev probe to slow disk can stall mmp write checker
Don Brady
2024-04-30
8
-37
/
+126
*
Extend import_progress kstat with a notes field
Don Brady
2024-04-29
3
-9
/
+118
*
Add ashift validation when adding devices to a pool
George Wilson
2024-04-29
2
-4
/
+14
*
Use ASSERT0P() to check that a pointer is NULL.
Dag-Erling Smørgrav
2024-04-29
1
-1
/
+1
*
GCC: Fixes for gcc 14 on Fedora 40
Tony Hutter
2024-04-29
1
-2
/
+3
*
Do no use .cfi_negate_ra_state within the assembly on Arm64
Tino Reichardt
2024-04-29
2
-5
/
+21
*
Add the BTI elf note to the AArch64 SHA2 assembly
Andrew Turner
2024-04-29
2
-0
/
+20
*
Fix panics when truncating/deleting files
Pavel Snajdr
2024-04-29
1
-10
/
+8
*
Add slow disk diagnosis to ZED
Don Brady
2024-04-29
4
-0
/
+66
*
xdr: header cleanup
Rob N
2024-04-29
2
-0
/
+2
*
Linux 6.9 compat: blk_alloc_disk() now takes two args
Rob Norris
2024-04-22
1
-1
/
+22
*
Linux 6.9 compat: bdev handles are now struct file
Rob Norris
2024-04-22
1
-5
/
+19
*
vdev_disk: clean up spa/bdev mode conversion
Rob N
2024-04-22
1
-42
/
+39
*
zvols: prevent overflow of minor device numbers
Fabian-Gruenbichler
2024-04-22
1
-0
/
+7
*
L2ARC: Relax locking during write
Alexander Motin
2024-04-19
5
-98
/
+127
*
Small fix to prefetch ranges aggregation
Alexander Motin
2024-04-19
1
-2
/
+2
*
Remove db_state DB_NOFILL checks from syncing context
Alexander Motin
2024-04-19
1
-25
/
+19
*
Speculative prefetch for reordered requests
Alexander Motin
2024-04-19
2
-57
/
+240
*
Fix read errors race after block cloning
Alexander Motin
2024-04-19
1
-21
/
+20
*
Improve dbuf_read() error reporting
Alexander Motin
2024-04-19
1
-18
/
+20
*
BRT: Fix holes cloning.
Alexander Motin
2024-04-19
1
-13
/
+13
*
BRT: Skip getting length in brt_entry_lookup()
Alexander Motin
2024-04-19
1
-16
/
+2
*
BRT: Make BRT block sizes configurable
Alexander Motin
2024-04-19
1
-11
/
+11
*
BRT: Relax brt_pending_apply() locking
Alexander Motin
2024-04-19
1
-11
/
+5
*
ZAP: Massively switch to _by_dnode() interfaces
Alexander Motin
2024-04-19
6
-170
/
+191
*
BRT: Skip duplicate BRT prefetches
Alexander Motin
2024-04-19
1
-3
/
+3
*
ZAP: Some cleanups/micro-optimizations
Alexander Motin
2024-04-19
1
-43
/
+34
*
BRT: Change brt_pending_tree sorting order
Alexander Motin
2024-04-19
1
-6
/
+7
*
Update resume token at object receive.
Alexander Motin
2024-04-19
1
-0
/
+10
*
Linux: Cleanup taskq threads spawn/exit
Alexander Motin
2024-04-19
1
-56
/
+29
*
Refactor dmu_prefetch().
Alexander Motin
2024-04-19
6
-57
/
+71
*
ZIL: Improve next log block size prediction
Alexander Motin
2024-04-19
1
-71
/
+196
[next]