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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
ZIL: Second attempt to reduce scope of zl_issuer_lock.
Alexander Motin
2023-08-24
1
-14
/
+29
*
ZIL: Avoid dbuf_read() before dmu_sync().
Alexander Motin
2023-08-11
2
-2
/
+4
*
linux/spl/kmem_cache: undefine `kmem_cache_alloc` before defining it
Ryan Lahfa
2023-08-07
1
-0
/
+8
*
Refactor dmu_prefetch().
Alexander Motin
2023-08-07
1
-0
/
+1
*
Fix some typos
Mateusz Piotrowski
2023-08-07
1
-3
/
+3
*
zdb: include cloned blocks in block statistics
Rob N
2023-08-01
1
-0
/
+1
*
Linux 4.20 compat: wrapper function for iov_iter type access
Coleman Kane
2023-08-01
1
-0
/
+6
*
Linux 6.4 compat: iter_iov() function now used to get old iov member
Coleman Kane
2023-08-01
1
-0
/
+6
*
Linux 6.5 compat: blkdev changes
Coleman Kane
2023-08-01
1
-0
/
+6
*
Linux 6.5 compat: use disk_check_media_change when it exists
Coleman Kane
2023-08-01
1
-0
/
+1
*
Remove fastwrite mechanism.
Alexander Motin
2023-07-28
4
-6
/
+0
*
linux: implement filesystem-side copy/clone functions for EL7
Rob Norris
2023-07-24
1
-0
/
+4
*
linux: implement filesystem-side clone ioctls
Rob Norris
2023-07-24
1
-0
/
+35
*
linux: implement filesystem-side copy/clone functions
Rob Norris
2023-07-24
1
-0
/
+14
*
Adjust prefetch parameters.
Alexander Motin
2023-07-21
1
-2
/
+0
*
Add explicit prefetches to bpobj_iterate().
Alexander Motin
2023-07-21
1
-1
/
+1
*
Don't emit cksum_{actual_expected} in ereport.fs.zfs.checksum events
Alan Somers
2023-07-21
2
-4
/
+0
*
Don't emit checksum histograms in ereport.fs.zfs.checksum events
Alan Somers
2023-07-21
1
-2
/
+0
*
spa_min_alloc should be GCD, not min
Ameer Hamza
2023-07-20
1
-0
/
+1
*
Ignore pool ashift property during vdev attachment
Ameer Hamza
2023-07-20
1
-0
/
+1
*
Linux 6.5 compat: disk_check_media_change() was added
Coleman Kane
2023-07-20
1
-0
/
+2
*
set autotrim default to 'off' everywhere
Yuri Pankov
2023-07-20
1
-6
/
+0
*
Linux 6.5 compat: BLK_STS_NEXUS renamed to BLK_STS_RESV_CONFLICT
Coleman Kane
2023-07-14
1
-0
/
+8
*
intptr_t definition is canonically signed
Coleman Kane
2023-07-14
1
-1
/
+1
*
FreeBSD: catch up to __FreeBSD_version 1400093
Mateusz Guzik
2023-07-13
1
-0
/
+4
*
Revert "spa.h: use IN_BASE instead of IN_FREEBSD_BASE"
Brian Behlendorf
2023-06-30
1
-2
/
+2
*
Some ZIO micro-optimizations.
Alexander Motin
2023-06-30
1
-1
/
+2
*
Do not report bytes skipped by scan as issued.
Alexander Motin
2023-06-30
3
-2
/
+4
*
spa.h: use IN_BASE instead of IN_FREEBSD_BASE
Yuri Pankov
2023-06-29
1
-2
/
+2
*
Another set of vdev queue optimizations.
Alexander Motin
2023-06-27
3
-14
/
+21
*
Add a delay to tearing down threads.
Rich Ercolani
2023-06-26
1
-0
/
+1
*
Remove ARC/ZIO physdone callbacks.
Alexander Motin
2023-06-15
3
-11
/
+4
*
Switch refcount tracking from lists to AVL-trees.
Alexander Motin
2023-06-14
1
-6
/
+10
*
Finally drop long disabled vdev cache.
Alexander Motin
2023-06-09
5
-32
/
+0
*
znode: expose zfs_get_zplprop to libzpool
Rob Norris
2023-06-05
1
-1
/
+1
*
Introduce zfs_refcount_(add|remove)_few().
Alexander Motin
2023-06-05
1
-3
/
+9
*
Use __attribute__((malloc)) on memory allocation functions
Richard Yao
2023-05-26
4
-11
/
+19
*
btree: Implement faster binary search algorithm
Richard Yao
2023-05-26
1
-4
/
+62
*
zil: Add some more statistics.
Alexander Motin
2023-05-25
2
-2
/
+44
*
ZIL: Reduce scope of per-dataset zl_issuer_lock.
Alexander Motin
2023-05-25
1
-2
/
+5
*
Teach zpool scrub to scrub only blocks in error log
George Amanakis
2023-05-18
8
-2
/
+67
*
Add the ability to uninitialize
Brian Behlendorf
2023-05-18
2
-0
/
+2
*
Don't use dmu_buf_is_dirty() for unassigned transaction.
Pawel Jakub Dawidek
2023-05-11
1
-1
/
+1
*
Deny block cloning is dbuf size doesn't match BP size.
Pawel Jakub Dawidek
2023-05-11
1
-1
/
+1
*
Additional block cloning fixes.
Pawel Jakub Dawidek
2023-05-11
1
-10
/
+13
*
Add dmu_tx_hold_append() interface
Brian Behlendorf
2023-05-09
2
-0
/
+4
*
Enable the head_errlog feature to remove errors
George Amanakis
2023-05-09
1
-1
/
+2
*
Verify block pointers before writing them out
Matthew Ahrens
2023-05-08
1
-1
/
+7
*
Wrap clang specific pragma
Brian Behlendorf
2023-05-02
1
-0
/
+4
*
powerpc64: Support ELFv2 asm on Big Endian
Justin Hibbits
2023-04-27
1
-1
/
+1
[next]