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
*
Don't use d_path() for automount mount point for chroot'd process
Tomohiro Kusumi
2019-07-02
1
-34
/
+7
*
Fix zfs(8) mandoc errors
loli10K
2019-07-02
1
-1
/
+0
*
nopwrites on dmu_sync-ed blocks can result in a panic
George Wilson
2019-06-28
4
-2
/
+103
*
Add 'zfs umount -u' for encrypted datasets
Tom Caputi
2019-06-28
6
-13
/
+125
*
Concurrent small allocation defeats large allocation
Paul Dagnelie
2019-06-26
1
-49
/
+231
*
zdb -vvvvv on ztest pool dies with "out of memory"
Paul Dagnelie
2019-06-25
1
-6
/
+20
*
Avoid extra taskq_dispatch() calls by DMU
Alexander Motin
2019-06-25
3
-5
/
+38
*
Redacted Send/Receive causes zdb to dump core
loli10K
2019-06-24
1
-1
/
+1
*
Fix bp_embedded_type enum definition
loli10K
2019-06-24
2
-3
/
+3
*
-Y option for zdb is valid
Igor K
2019-06-24
1
-1
/
+1
*
Remove code for zfs remap
Matthew Ahrens
2019-06-24
40
-947
/
+29
*
Fix error message on promoting encrypted dataset
Tom Caputi
2019-06-24
2
-2
/
+16
*
Fix out-of-tree build failures
Brian Behlendorf
2019-06-24
11
-72
/
+88
*
Add missing .gitignore from "Implement Redacted Send/Receive"
Tomohiro Kusumi
2019-06-23
1
-0
/
+1
*
OpenZFS 9425 - channel programs can be interrupted
Don Brady
2019-06-22
13
-97
/
+322
*
dn_struct_rwlock can not be held in dmu_tx_try_assign()
Matthew Ahrens
2019-06-22
1
-0
/
+19
*
Remove arch and relax version dependency
gordan-bobic
2019-06-22
1
-1
/
+2
*
Add libnvpair to libzfs pkg-config
Harry Mallon
2019-06-22
1
-1
/
+1
*
Let zfs mount all tolerate in-progress mounts
Don Brady
2019-06-22
1
-1
/
+18
*
zstreamdump: add per-record-type counters and an overhead counter
Allan Jude
2019-06-22
2
-23
/
+42
*
Fix comments on zfs_bookmark_phys
Paul Dagnelie
2019-06-22
1
-1
/
+3
*
Fix build break by "Implement Redacted Send/Receive"
Tomohiro Kusumi
2019-06-22
1
-2
/
+3
*
Add SCSI_PASSTHROUGH to zvols to enable UNMAP support
Paul Dagnelie
2019-06-21
1
-0
/
+4
*
Redacted Send/Receive broke zfs(8) help message
loli10K
2019-06-21
1
-2
/
+1
*
Prevent pointer to an out-of-scope local variable
Tomohiro Kusumi
2019-06-20
1
-2
/
+1
*
dedup=verify doesn't clear the blkptr's dedup flag
Matthew Ahrens
2019-06-20
1
-0
/
+2
*
Update vdev_ops_t from illumos
Igor K
2019-06-20
7
-143
/
+143
*
Allow unencrypted children of encrypted datasets
Tom Caputi
2019-06-20
10
-163
/
+63
*
Replace whereis with type in zfs-lib.sh
dacianstremtan
2019-06-20
1
-1
/
+1
*
Remove dedupditto functionality
Matthew Ahrens
2019-06-19
12
-340
/
+22
*
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
[next]