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
*
Use ZFS_DEV macro instead of literals
Tomohiro Kusumi
2019-06-19
2
-4
/
+4
*
Fix memory leak in check_disk()
Michael Niewöhner
2019-06-19
1
-0
/
+1
*
kmod-zfs-devel rpm should provide kmod-spl-devel
Olaf Faaland
2019-06-19
1
-0
/
+1
*
ZTS: Fix mmp_interval failure
Brian Behlendorf
2019-06-19
1
-4
/
+4
*
Implement Redacted Send/Receive
Paul Dagnelie
2019-06-19
103
-2069
/
+10914
*
Minimize aggsum_compare(&arc_size, arc_c) calls.
Alexander Motin
2019-06-14
1
-1
/
+1
*
Python config cleanup
Ryan Moeller
2019-06-13
2
-79
/
+53
*
lz4_decompress_abd declared but not defined
Matthew Ahrens
2019-06-13
1
-2
/
+1
*
panic in removal_remap test on 4K devices
Matthew Ahrens
2019-06-13
4
-14
/
+59
*
compress metadata in later sync passes
Matthew Ahrens
2019-06-13
2
-4
/
+30
*
Move write aggregation memory copy out of vq_lock
Alexander Motin
2019-06-13
1
-10
/
+12
*
looping in metaslab_block_picker impacts performance on fragmented pools
Matthew Ahrens
2019-06-13
2
-60
/
+117
*
Restrict filesystem creation if name referred either '.' or '..'
Tulsi Jain
2019-06-13
4
-1
/
+36
*
ztest: dmu_tx_assign() gets ENOSPC in spa_vdev_remove_thread()
Matthew Ahrens
2019-06-13
1
-1
/
+1
*
Fix lockdep warning on insmod
Tomohiro Kusumi
2019-06-12
1
-0
/
+5
*
fat zap should prefetch when iterating
Matthew Ahrens
2019-06-12
6
-9
/
+140
*
Target ARC size can get reduced to arc_c_min
Matthew Ahrens
2019-06-12
1
-2
/
+0
*
Fix typo in vdev_raidz_math.c
bnjf
2019-06-12
1
-1
/
+1
*
single-chunk scatter ABDs can be treated as linear
Matthew Ahrens
2019-06-11
4
-55
/
+103
*
make zil max block size tunable
Matthew Ahrens
2019-06-10
7
-32
/
+96
*
Fix comparison signedness in arc_is_overflowing()
Alexander Motin
2019-06-10
1
-2
/
+2
*
Fix incorrect error message for raw receive
Tom Caputi
2019-06-10
1
-2
/
+9
*
Improve ZTS block_device_wait debugging
Richard Elling
2019-06-10
1
-1
/
+16
*
Block_device_wait does not return an error code
Richard Elling
2019-06-10
5
-7
/
+10
*
Remove redundant redundant remove
Richard Elling
2019-06-10
1
-1
/
+0
*
Fix logic error in setpartition function
Richard Elling
2019-06-10
1
-9
/
+13
*
arc_summary: prefer python3 version and install when there is no python
Eli Schwartz
2019-06-10
1
-3
/
+1
*
Fix %post and %postun generation in kmodtool
Samuel VERSCHELDE
2019-06-10
1
-2
/
+2
*
Allow metaslab to be unloaded even when not freed from
Paul Dagnelie
2019-06-06
3
-22
/
+40
*
Avoid updating zfs_gitrev.h when rev is unchanged
Jorgen Lundman
2019-06-06
1
-0
/
+4
*
Reinstate raw receive check when truncating
Tom Caputi
2019-06-06
1
-1
/
+15
*
l2arc_apply_transforms: Fix typo in comment
Allan Jude
2019-06-06
1
-1
/
+1
*
Reduced IOPS when all vdevs are in the zfs_mg_fragmentation_threshold
Serapheim Dimitropoulos
2019-06-06
2
-6
/
+21
*
If $ZFS_BOOTFS contains guid, replace the guid portion with $pool
Garrett Fields
2019-06-06
1
-1
/
+3
*
Fix integer overflow of ZTOI(zp)->i_generation
Tom Caputi
2019-06-06
1
-1
/
+1
*
hkdf_test binary should only have one icp instance
Don Brady
2019-06-05
1
-2
/
+1
*
Drop objid argument in zfs_znode_alloc() (sync with OpenZFS)
Tomohiro Kusumi
2019-06-05
1
-5
/
+4
*
Fixed a small typo in man/man1/raidz_test.1
Peter Wirdemo
2019-06-05
1
-1
/
+1
*
Allow TRIM_UNUSED_KSYM when build as a builtin-module
Torsten Wörtwein
2019-06-04
1
-2
/
+3
*
Make Python detection optional and more portable
Ryan Moeller
2019-06-04
3
-24
/
+39
*
Wait in 'S' state when send/recv pipe is blocking
DeHackEd
2019-06-03
1
-2
/
+2
*
Make zfs_async_block_max_blocks handle zero correctly
TulsiJain
2019-06-03
1
-1
/
+3
*
Revert "Report holes when there are only metadata changes"
Brian Behlendorf
2019-05-30
1
-28
/
+3
*
Add link count test for root inode
Tomohiro Kusumi
2019-05-29
3
-2
/
+122
*
Remove vn_set_fs_pwd()/vn_set_pwd() (no need to be at / during insmod)
Tomohiro Kusumi
2019-05-29
6
-93
/
+1
*
Exclude log device ashift from normal class
Brian Behlendorf
2019-05-29
1
-4
/
+1
*
Fix integer overflow in get_next_chunk()
madz
2019-05-29
1
-2
/
+2
*
grammar: it is / plural agreement
Josh Soref
2019-05-28
1
-2
/
+2
*
Refactor parent dataset handling in libzfs zfs_rename()
Tomohiro Kusumi
2019-05-28
1
-9
/
+4
*
Double-free of encryption wrapping key due to invalid pool properties
loli10K
2019-05-28
2
-12
/
+14
[next]