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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize arc_l2c_only lists assertions
Alexander Motin
2021-09-14
1
-9
/
+12
*
Fix/improve dbuf hits accounting
Alexander Motin
2021-09-14
3
-28
/
+16
*
Avoid vq_lock drop in vdev_queue_aggregate()
Alexander Motin
2021-09-14
1
-29
/
+34
*
Use more atomics in refcounts
Alexander Motin
2021-09-14
2
-33
/
+26
*
ZTS: Avoid unset $tmpdir in redacted_panic
Ryan Moeller
2021-09-14
1
-2
/
+8
*
Restore FreeBSD sysctl processing for arc.min and arc.max
Allan Jude
2021-09-14
6
-6
/
+98
*
zfs: add missed dependency of zfs module on zlib
Ryan Moeller
2021-09-14
1
-0
/
+1
*
Add zfs.sh -r flag to reload modules
Ryan Moeller
2021-09-14
1
-2
/
+10
*
Fix usage of find in tests/Makefile.am
Ryan Moeller
2021-09-14
1
-1
/
+1
*
Run arc_evict thread at higher priority
Tony Nguyen
2021-09-14
5
-15
/
+22
*
Make get_key_material_file fail more verbosely
Rich Ercolani
2021-09-14
1
-1
/
+1
*
Enable /proc/diskstats for zvols
Brian Behlendorf
2021-09-14
1
-0
/
+3
*
Man zpool-scrub.8: describe sequential scrub
George Melikov
2021-09-14
1
-2
/
+27
*
Modify checksum obtain method of QAT
hedongzhang
2021-09-14
1
-23
/
+4
*
Allow disabling of unmapped I/O on FreeBSD
Mark Johnston
2021-09-14
1
-0
/
+4
*
Add comment on metaslab_class_throttle_reserve() locking
Alexander Motin
2021-09-14
1
-0
/
+7
*
Assorted fixes for the performance tests
John Wren Kennedy
2021-09-14
14
-269
/
+128
*
Read past end of argv array in zpool_do_import()
Matthew Ahrens
2021-09-14
1
-6
/
+8
*
Add missing properties to zfs allow manpage
Václav Skála
2021-09-14
1
-2
/
+26
*
Fixes in persistent L2ARC
George Amanakis
2021-09-14
10
-491
/
+162
*
Initialize dn_next_type[] in the dnode constructor
Mark Johnston
2021-09-14
1
-0
/
+1
*
Zero pad bytes following TX_WRITE log data
Mark Johnston
2021-09-14
1
-2
/
+6
*
Zero pad bytes when allocating a ZIL record
Mark Johnston
2021-09-14
1
-3
/
+4
*
Initialize all fields in zfs_log_xvattr()
Mark Johnston
2021-09-14
1
-1
/
+3
*
Initialize "autoreplace" in spa_ld_get_props()
Mark Johnston
2021-09-14
1
-1
/
+1
*
Linux 5.14 compat: explicity assign set_page_dirty
Coleman Kane
2021-09-14
3
-0
/
+42
*
Fix unfortunate NULL in spa_update_dspace
Rich Ercolani
2021-09-14
1
-1
/
+8
*
Linux 5.14 compat: blk_alloc_disk()
Brian Behlendorf
2021-09-14
2
-9
/
+54
*
zloop: Add a max iterations option, use default run/pass times
Ryan Moeller
2021-09-14
2
-28
/
+34
*
FreeBSD: Ignore make_dev_s() errors
Alexander Motin
2021-09-14
1
-13
/
+18
*
Remove old orig_fd variable from zfs send
Jorgen Lundman
2021-09-14
1
-2
/
+1
*
Optimize allocation throttling
Alexander Motin
2021-09-14
6
-58
/
+45
*
CI: generate ABI files if changed
George Melikov
2021-09-14
1
-0
/
+14
*
Minor ARC optimizations
Alexander Motin
2021-09-14
3
-34
/
+19
*
dmu_redact.c does not call bqueue_destroy
Jorgen Lundman
2021-09-14
1
-0
/
+2
*
A few fixes of callback typecasting (for the upcoming ClangCFI)
Alexander
2021-09-14
8
-32
/
+111
*
Remove unused fields from zvol_task_t
Ryan Moeller
2021-09-14
1
-5
/
+0
*
FreeBSD: Switch from MAXPHYS to maxphys on FreeBSD 13+
Alexander Motin
2021-09-14
1
-0
/
+4
*
zpool_influxdb: fix -Werror=stringop-truncation
George Melikov
2021-09-14
1
-2
/
+1
*
Correct zfs-send(8) on readonly sends
Rich Ercolani
2021-09-14
2
-4
/
+8
*
Introduce dsl_dir_diduse_transfer_space()
Alexander Motin
2021-09-14
3
-39
/
+86
*
config/libatomic: require -latomic iff atomic.c doesn't link w/o it
наб
2021-09-14
1
-20
/
+14
*
Tinker with slop space accounting with dedup
Rich Ercolani
2021-09-14
2
-3
/
+17
*
Fix ARC ghost states eviction accounting
Alexander Motin
2021-09-14
4
-75
/
+107
*
Update bug report template
Brian Behlendorf
2021-09-14
1
-7
/
+9
*
file reference counts can get corrupted
George Wilson
2021-09-14
10
-107
/
+91
*
dprintf_dnode: strcpy -> strlcpy
Jorgen Lundman
2021-09-14
2
-2
/
+2
*
Replace strchrnul() with strrchr()
Jorgen Lundman
2021-09-14
1
-1
/
+3
*
FreeBSD: Use unmapped I/O for scattered/gang ABD buffers
Alexander Motin
2021-09-14
1
-10
/
+113
*
FreeBSD: Hardcode abd_chunk_size to PAGE_SIZE
Alexander Motin
2021-09-14
2
-79
/
+51
[next]