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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add more sanity testing for zdb input args
Sara Hartse
2020-04-28
4
-12
/
+127
*
Add missing zfs_refcount_destroy() in key_mapping_rele()
George Amanakis
2020-04-28
1
-0
/
+1
*
Fix zlib leak on FreeBSD
Ryan Moeller
2020-04-28
1
-1
/
+1
*
zfs_create: round up volume size to multiple of bs
alex
2020-04-24
4
-3
/
+45
*
Fix missing ivset guid with resumed raw base recv
Tom Caputi
2020-04-24
1
-1
/
+1
*
Fix unitialized variable in `zstream redup` command
Brian Behlendorf
2020-04-23
1
-1
/
+1
*
change libspl list member names to match kernel
Matthew Ahrens
2020-04-23
2
-41
/
+40
*
Remove deduplicated send/receive code
Matthew Ahrens
2020-04-23
26
-1081
/
+219
*
Fix more leaks detected by ASAN
Joao Carlos Mendes Luis
2020-04-22
1
-2
/
+7
*
Use a struct to organize metaslab-group-allocator fields
Matthew Ahrens
2020-04-22
3
-57
/
+62
*
Don't attempt trimming "hole" vdevs
Niklas Haas
2020-04-21
1
-1
/
+2
*
Fix zfs send progress reporting
Matthew Ahrens
2020-04-20
3
-1
/
+15
*
Use new FreeBSD API to largely eliminate object locking
Matthew Macy
2020-04-17
3
-39
/
+56
*
Persistent L2ARC minor fixes
George Amanakis
2020-04-17
3
-12
/
+9
*
Update FreeBSD tunables
Ryan Moeller
2020-04-15
6
-43
/
+71
*
Don't delete freebsd.run in distclean
Ryan Moeller
2020-04-15
1
-0
/
+1
*
Fix SC2086 note in zpool.d/smart
Ryan Moeller
2020-04-14
1
-1
/
+1
*
sys/mnttab.h: include sys/stat.h for stat64
alaviss
2020-04-14
1
-1
/
+1
*
Add FreeBSD support to OpenZFS
Matthew Macy
2020-04-14
209
-81
/
+46201
*
Fix allocation errors, detected using ASAN
Joao Carlos Mendes Luis
2020-04-13
1
-2
/
+3
*
Disable user space reference tracking
Brian Behlendorf
2020-04-13
1
-5
/
+6
*
ZTS: Fix and change testcase cache_010_neg
alex
2020-04-13
5
-30
/
+29
*
zvol_write() can use dmu_tx_hold_write_by_dnode()
Matthew Ahrens
2020-04-10
1
-1
/
+1
*
Minor `zstream redup` command fixes
Brian Behlendorf
2020-04-10
2
-1
/
+1
*
Add `zstream redup` command to convert deduplicated send streams
Matthew Ahrens
2020-04-10
16
-36
/
+728
*
Persistent L2ARC
George Amanakis
2020-04-10
30
-88
/
+3020
*
Don't ignore zfs_arc_max below allmem/32
Ryan Moeller
2020-04-09
3
-15
/
+31
*
Add separate field for indicating that spa is in middle of split
Matthew Macy
2020-04-09
2
-0
/
+3
*
Linux 5.7 compat: blk_alloc_queue()
Brian Behlendorf
2020-04-09
4
-44
/
+87
*
Use vn_io_fault_uiomove on FreeBSD to avoid potential deadlock
Matthew Macy
2020-04-08
1
-1
/
+10
*
Finish refactoring for ZFS_MODULE_PARAM_CALL
Ryan Moeller
2020-04-07
5
-8
/
+11
*
libzfs_pool: Remove unused check for ENOTBLK
alex
2020-04-07
1
-11
/
+0
*
ZTS: Fix non-portable date format
Ryan Moeller
2020-04-06
2
-18
/
+17
*
Add 'zfs wait' command
Paul Dagnelie
2020-04-01
25
-11
/
+679
*
Bugfix/fix uio partial copies
Fabio Scaccabarozzi
2020-04-01
2
-8
/
+26
*
Improve ZVOL sync write performance by using a taskq
Matthew Ahrens
2020-03-31
1
-44
/
+78
*
Reset l2ad_hand and l2ad_first in l2arc_evict
George Amanakis
2020-03-31
6
-27
/
+181
*
ZTS: Skip udev actions in zvol_misc when not Linux
Ryan Moeller
2020-03-31
1
-3
/
+3
*
Let default arc_c_max be platform dependent
Ryan Moeller
2020-03-27
4
-8
/
+22
*
Compile cityhash code into libzfs
Matthew Ahrens
2020-03-27
10
-6
/
+11
*
ZTS: Wait for free space between quota tests
Ryan Moeller
2020-03-26
5
-7
/
+15
*
Remove checks for null out value in encryption paths
Dirkjan Bussink
2020-03-26
11
-219
/
+106
*
zfs_get: change time format string from %k to %H
alex
2020-03-26
1
-1
/
+1
*
Deprecate deduplicated send streams
Matthew Ahrens
2020-03-18
5
-0
/
+46
*
Avoid core dump on invalid redaction bookmark
Ryan Moeller
2020-03-18
4
-25
/
+51
*
Changed decimals to integers in the arcstat script
Avatat
2020-03-18
1
-13
/
+4
*
Fix zfs_rmnode() unlink / rollback issue
Brian Behlendorf
2020-03-18
1
-3
/
+9
*
Fix cstyle warnings
Brian Behlendorf
2020-03-17
2
-2
/
+3
*
Separate warning for incomplete and corrupt streams
Paul Dagnelie
2020-03-17
8
-11
/
+24
*
ICP: gcm-avx: Support architectures lacking the MOVBE instruction
Attila Fülöp
2020-03-17
3
-18
/
+389
[next]