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
*
A few fixes of callback typecasting (for the upcoming ClangCFI)
Alexander
2021-07-20
7
-30
/
+109
*
Use SET_ERROR for more errors in FreeBSD vnops
Ryan Moeller
2021-07-19
1
-16
/
+29
*
Remove unused fields from zvol_task_t
Ryan Moeller
2021-07-19
1
-5
/
+0
*
FreeBSD: Switch from MAXPHYS to maxphys on FreeBSD 13+
Alexander Motin
2021-07-19
1
-0
/
+4
*
Introduce dsl_dir_diduse_transfer_space()
Alexander Motin
2021-07-16
2
-39
/
+83
*
Tinker with slop space accounting with dedup
Rich Ercolani
2021-07-13
2
-3
/
+17
*
Fix ARC ghost states eviction accounting
Alexander Motin
2021-07-13
2
-63
/
+94
*
file reference counts can get corrupted
George Wilson
2021-07-10
5
-89
/
+72
*
FreeBSD: Use unmapped I/O for scattered/gang ABD buffers
Alexander Motin
2021-07-07
1
-10
/
+113
*
FreeBSD: Hardcode abd_chunk_size to PAGE_SIZE
Alexander Motin
2021-07-06
1
-78
/
+51
*
Move gethrtime() calls out of vdev queue lock
Alexander Motin
2021-07-06
1
-6
/
+5
*
Remove avl_size field from struct avl_tree
Alexander Motin
2021-07-01
1
-2
/
+0
*
Compact dbuf/buf hashes and lock arrays
Alexander Motin
2021-07-01
2
-22
/
+9
*
Fix abd leak, kmem_free correct size of abd_t
Jorgen Lundman
2021-07-01
3
-5
/
+9
*
Upstream: dmu_zfetch_stream_fini leaks refcount
Jorgen Lundman
2021-07-01
1
-0
/
+2
*
Optimize txg_kick() process (#12274)
Kevin Jin
2021-07-01
2
-28
/
+33
*
Remove refcount from spa_config_*()
Alexander Motin
2021-07-01
1
-10
/
+9
*
module/zfs: simplify ddt_stat_add() loop
Alexander
2021-06-29
1
-2
/
+2
*
Avoid 64bit division in multilist index functions
Alexander Motin
2021-06-29
4
-6
/
+21
*
Fix build with KASAN
Rich Ercolani
2021-06-25
1
-0
/
+19
*
Help compiller optimize out abd_verify()
Alexander Motin
2021-06-25
1
-2
/
+2
*
Update cache file when setting compatibility property
Brian Behlendorf
2021-06-24
1
-5
/
+12
*
zfs_metaslab_mem_limit should be 25 instead of 75
jumbi77
2021-06-24
1
-1
/
+1
*
gcc 11 cleanup
Attila Fülöp
2021-06-23
1
-7
/
+13
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
31
-162
/
+252
*
Revert Consolidate arc_buf allocation checks
Antonio Russo
2021-06-22
1
-44
/
+77
*
Optimize small random numbers generation
Alexander Motin
2021-06-22
12
-44
/
+31
*
Use wmsum for arc, abd, dbuf and zfetch statistics. (#12172)
Alexander Motin
2021-06-16
6
-188
/
+683
*
Avoid deadlock when removing L2ARC devices under I/O
George Amanakis
2021-06-16
2
-14
/
+6
*
vdev_draid_min_asize() ignores reserved space
Matthew Ahrens
2021-06-13
1
-1
/
+2
*
Do not hash unlinked inodes
Paul Zuchowski
2021-06-11
1
-4
/
+11
*
Re-embed multilist_t storage
Alexander Motin
2021-06-10
8
-94
/
+88
*
Remove pool io kstats (#12212)
Alexander Motin
2021-06-10
4
-225
/
+0
*
libzfs: On FreeBSD, use MNT_NOWAIT with getfsstat
Alan Somers
2021-06-08
3
-0
/
+50
*
module/zfs: vdev_removal: spa_vdev_remove_thread: remove unused variable
наб
2021-06-07
1
-4
/
+0
*
module/zfs: vdev_indirect: vdev_indirect_repair: remove unused variable
наб
2021-06-07
1
-5
/
+0
*
module/zfs: dbuf: dbuf_read_impl: remove unused variable
наб
2021-06-07
1
-2
/
+0
*
module/zfs: arc: arc_hdr_realloc_crypt: remove unused variables
наб
2021-06-07
1
-5
/
+0
*
Livelist logic should handle dedup blkptrs
Serapheim Dimitropoulos
2021-06-07
1
-17
/
+48
*
More aggsum optimizations
Alexander Motin
2021-06-07
1
-60
/
+65
*
FreeBSD: incorporate changes to the VFS_QUOTACTL(9) KPI
jharmening
2021-06-04
1
-0
/
+15
*
Linux: Set spl_kmem_cache_slab_limit when page size !4K
Brian Behlendorf
2021-06-03
1
-5
/
+2
*
spl-module-parameters.5: remove spl_kmem_cache_{expire,obj_per_slab_min}
наб
2021-06-02
1
-3
/
+1
*
Remove iov_iter_advance() for iter_write
Rich Ercolani
2021-06-01
1
-3
/
+0
*
Introduce write-mostly sums
Alexander Motin
2021-05-27
2
-62
/
+63
*
Improve scrub maxinflight_bytes math.
Alexander Motin
2021-05-27
1
-25
/
+15
*
Bend zpl_set_acl to permit the new userns* parameter
Rich Ercolani
2021-05-27
1
-12
/
+23
*
Various Linux kABI cosmetics
наб
2021-05-26
1
-1
/
+1
*
linux: don't fall through to 3-arg vfs_getattr
наб
2021-05-26
2
-2
/
+6
*
FreeBSD: Update dataset_kstats for zvols in dev mode
Alexander Motin
2021-05-26
1
-0
/
+6
[next]