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
*
Update outdated assertion from zio_write_compress
Serapheim Dimitropoulos
2023-08-26
1
-2
/
+3
*
copy_file_range: fix fallback when source create on same txg
Rob N
2023-08-25
3
-6
/
+9
*
zfs_clone_range should return a descriptive error codes
oromenahar
2023-08-25
4
-12
/
+13
*
Fix some typos
Mateusz Piotrowski
2023-08-25
1
-1
/
+1
*
ZIL: Second attempt to reduce scope of zl_issuer_lock.
Alexander Motin
2023-08-25
4
-366
/
+325
*
ZIL: Replay blocks without next block pointer.
Alexander Motin
2023-08-25
1
-2
/
+2
*
ZIL: Avoid dbuf_read() before dmu_sync().
Alexander Motin
2023-08-25
3
-5
/
+12
*
Remove fastwrite mechanism.
Alexander Motin
2023-08-25
4
-117
/
+8
*
Avoid waiting in dmu_sync_late_arrival().
Alexander Motin
2023-08-25
1
-1
/
+7
*
linux: zfs: ctldir: set [amc]time to snapshot's creation property
наб
2023-08-02
1
-5
/
+21
*
linux/copy_file_range: properly request a fallback copy on Linux <5.3
Rob N
2023-08-02
1
-0
/
+7
*
zdb: include cloned blocks in block statistics
Rob N
2023-08-02
1
-0
/
+31
*
BRT should return EOPNOTSUPP
oromenahar
2023-07-27
2
-7
/
+11
*
linux: implement filesystem-side copy/clone functions for EL7
Rob Norris
2023-07-26
4
-8
/
+34
*
linux: implement filesystem-side clone ioctls
Rob Norris
2023-07-26
2
-0
/
+85
*
linux: implement filesystem-side copy/clone functions
Rob Norris
2023-07-26
3
-1
/
+196
*
dbuf_sync_leaf: check DB_READ in state assertions
Rob Norris
2023-07-26
1
-0
/
+9
*
dmu_buf_will_clone: only check that current txg is clean
Rob Norris
2023-07-26
1
-1
/
+1
*
brt_vdev_realloc: use vmem_alloc for large allocation
Rob Norris
2023-07-26
1
-3
/
+3
*
zfs_clone_range: use vmem_malloc for large allocation
Rob Norris
2023-07-26
1
-2
/
+2
*
Remove zl_issuer_lock from zil_suspend().
Alexander Motin
2023-07-25
1
-4
/
+0
*
ZIL: Fix config lock deadlock.
Alexander Motin
2023-07-25
1
-7
/
+27
*
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
*
Fix zpl_test_super race with zfs_umount
Chunwei Chen
2023-07-21
2
-15
/
+25
*
spa_min_alloc should be GCD, not min
Ameer Hamza
2023-07-21
3
-9
/
+50
*
Don't panic if setting vdev properties is unsupported for this vdev type
Yuri Pankov
2023-07-21
1
-17
/
+21
*
Ignore pool ashift property during vdev attachment
Ameer Hamza
2023-07-21
1
-4
/
+10
*
Do not request data L1 buffers on scan prefetch.
Alexander Motin
2023-07-21
1
-3
/
+9
*
set autotrim default to 'off' everywhere
Yuri Pankov
2023-07-21
1
-1
/
+1
*
Fix the ZFS checksum error histograms with larger record sizes
Alan Somers
2023-07-21
1
-1
/
+1
*
Fix raw receive with different indirect block size.
Alexander Motin
2023-07-20
2
-25
/
+28
*
Avoid extra snprintf() in dsl_deadlist_merge().
Alexander Motin
2023-07-20
1
-3
/
+3
*
Add missed DMU_PROJECTUSED_OBJECT prefetch.
Alexander Motin
2023-07-20
1
-0
/
+5
*
FreeBSD: Fix build on stable/13 after 1302506.
Alexander Motin
2023-07-20
1
-1
/
+2
*
Enable tuning of ZVOL open timeout value
Prakash Surya
2023-06-30
1
-1
/
+6
*
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
*
Add a delay to tearing down threads.
Rich Ercolani
2023-06-26
1
-1
/
+33
*
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
[next]