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
/
cmd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update comments to match code
Ryan Moeller
2019-05-28
1
-6
/
+6
*
Endless loop in zpool_do_remove() on platforms with unsigned char
loli10K
2019-05-28
3
-4
/
+4
*
Disable parallel processing for 'zfs mount -l'
Tom Caputi
2019-05-25
1
-2
/
+5
*
zpool: status -t is not documented in help message
loli10K
2019-05-24
1
-1
/
+1
*
zfs: missing newline character in zfs_do_channel_program() error message
loli10K
2019-05-24
1
-1
/
+2
*
zpool: trim -p is not a valid option
loli10K
2019-05-24
1
-1
/
+2
*
Fix dataset name comparison in zfs_compare()
Alexander Motin
2019-05-08
1
-1
/
+1
*
Fix typesetting of Errata #4
JMoVS
2019-05-08
1
-23
/
+22
*
Clearer wording on Errata #4
JMoVS
2019-05-02
1
-21
/
+26
*
Fix estimated scrub completion time
Tom Caputi
2019-05-01
1
-2
/
+3
*
Use sigaction(2) instead of sigignore(3) for portability
Tomohiro Kusumi
2019-04-30
1
-2
/
+12
*
Add option [-V|--version] to emit version string
TerraTech
2019-04-16
2
-1
/
+50
*
Cleanup nits from ab7615d92
Tom Caputi
2019-04-14
1
-1
/
+1
*
Fix 'zfs list -t snapshot' depth
Brian Behlendorf
2019-04-08
1
-2
/
+2
*
Restrict kstats and print real pointers
Sara Hartse
2019-04-04
1
-1
/
+1
*
Do not iterate through filesystems unnecessarily
Tom Caputi
2019-04-01
2
-5
/
+40
*
Add TRIM support
Brian Behlendorf
2019-03-29
2
-72
/
+363
*
MMP interval and fail_intervals in uberblock
Olaf Faaland
2019-03-21
1
-1
/
+14
*
Improve `zpool labelclear`
Brian Behlendorf
2019-03-21
1
-3
/
+8
*
Multiple DVA Scrubbing Fix
Tom Caputi
2019-03-15
1
-14
/
+109
*
Better user experience for errata 4
Tom Caputi
2019-03-14
1
-11
/
+15
*
Update commented zed.rc values to defaults
kpande
2019-03-14
1
-3
/
+4
*
Make zstreamdump -v more greppable
Tom Caputi
2019-03-13
1
-8
/
+8
*
Detect and prevent mixed raw and non-raw sends
Tom Caputi
2019-03-13
1
-0
/
+22
*
Fix typo in arc_summary3
jwittlincohen
2019-03-13
1
-1
/
+1
*
Avoid retrieving unused snapshot props
Alek P
2019-03-12
2
-8
/
+35
*
Do not resume a pool if multihost is enabled
Olaf Faaland
2019-02-28
1
-0
/
+7
*
zstreamdump: include embedded writes when dumping raw data (-d)
Allan Jude
2019-02-27
1
-0
/
+4
*
zfs.8 has wrong description of "zfs program -t"
Matthew Ahrens
2019-02-26
1
-3
/
+3
*
zfs should optionally send holds
Paul Zuchowski
2019-02-15
1
-6
/
+13
*
zdb: replace label_t to zdb_label_t for reduce collisions
Igor K
2019-02-13
1
-8
/
+8
*
Get rid of space_map_update() for ms_synced_length
Serapheim Dimitropoulos
2019-02-12
1
-8
/
+5
*
shellcheck pass
bunder2015
2019-02-04
3
-5
/
+5
*
Fix zpool iostat -w header names
Tony Hutter
2019-01-31
1
-2
/
+2
*
zdb -L should skip leak detection altogether
Serapheim Dimitropoulos
2019-01-30
1
-119
/
+132
*
GCC 9.0: Fix ztest "directive argument is not a nul-terminated string"
Tony Hutter
2019-01-28
1
-2
/
+2
*
Rename range_tree_verify to range_tree_verify_not_present
Serapheim Dimitropoulos
2019-01-25
1
-2
/
+3
*
zfs userspace dumps core when used on ZVOLs
loli10K
2019-01-25
1
-2
/
+12
*
zpool iostat should print headers when terminal fills
Damian Wojsław
2019-01-23
1
-4
/
+32
*
Factor metaslab_load_wait() in metaslab_load()
Serapheim Dimitropoulos
2019-01-18
1
-5
/
+2
*
ztest: scrub verification
Brian Behlendorf
2019-01-18
1
-6
/
+63
*
Fix error handling incallers of dbuf_hold_level()
Tom Caputi
2019-01-17
1
-6
/
+6
*
ztest: scrub ddt repair
Brian Behlendorf
2019-01-17
1
-16
/
+33
*
ztest: split block reconstruction
Brian Behlendorf
2019-01-16
2
-3
/
+9
*
Disable 'zfs remap' command
Brian Behlendorf
2019-01-15
2
-24
/
+38
*
Minor spelling corrections
Brian Behlendorf
2019-01-13
1
-5
/
+5
*
Add 'zpool status -i' option
Brian Behlendorf
2019-01-07
1
-38
/
+57
*
zfs initialize performance enhancements
George Wilson
2019-01-07
1
-1
/
+8
*
OpenZFS 9102 - zfs should be able to initialize storage devices
George Wilson
2019-01-07
2
-0
/
+248
*
pyzfs: python3 support (build system)
Brian Behlendorf
2019-01-06
7
-26
/
+67
[next]