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
path:
root
/
cmd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix consistency of ztest_device_removal_active
Tom Caputi
2018-11-28
1
-1
/
+21
*
zpool: allow split with whole-disk devices
LOLi
2018-11-20
1
-1
/
+1
*
OpenZFS 8115 - parallel zfs mount
Sebastien Roy
2018-11-15
1
-30
/
+73
*
zed: detect and offline physically removed devices
loli10K
2018-11-09
3
-35
/
+150
*
Add zpool status -s (slow I/Os) and -p (parseable)
Tony Hutter
2018-11-08
1
-8
/
+45
*
Fix !zilog_is_dirty() assert during ztest
Tom Caputi
2018-11-07
1
-3
/
+9
*
Replay logs before starting ztest workers
Tom Caputi
2018-11-07
1
-11
/
+68
*
ztest: reduce gangblock creation
Brian Behlendorf
2018-11-05
1
-1
/
+1
*
Add libzutil for libzfs or libzpool consumers
Don Brady
2018-11-05
16
-141
/
+78
*
zdb -k does not work on Linux when used with -e
Serapheim Dimitropoulos
2018-10-30
1
-11
/
+18
*
Added column definitions to arcstat.py
Gregor Kopka
2018-10-29
1
-1
/
+8
*
ZTS: Fix auto_replace_001_pos test
Brian Behlendorf
2018-10-29
1
-1
/
+9
*
Fix flake8 "invalid escape sequence 'x'" warning
Brian Behlendorf
2018-10-24
1
-1
/
+0
*
Fix waiting in ztest_device_removal()
Tom Caputi
2018-10-24
1
-0
/
+9
*
Fix ztest deadman panic with indirect vdev damage
Tom Caputi
2018-10-24
1
-1
/
+6
*
Fix dbgmsg printing in ztest and zdb
Tom Caputi
2018-10-24
2
-6
/
+14
*
Fix random ztest_deadman_thread failures
Tom Caputi
2018-10-24
1
-11
/
+25
*
OpenZFS 9682 - page fault in dsl_async_clone_destroy() while opening pool
Serapheim Dimitropoulos
2018-10-19
1
-2
/
+3
*
OpenZFS 9681 - ztest failure in spa_history_log_internal due to spa_rename()
Matthew Ahrens
2018-10-19
1
-77
/
+0
*
Defer new resilvers until the current one ends
Tom Caputi
2018-10-18
1
-6
/
+52
*
zpool: allow sharing of spare device among pools
LOLi
2018-10-17
1
-2
/
+7
*
Add types to featureflags in zfs
Paul Dagnelie
2018-10-16
1
-1
/
+1
*
OpenZFS 9847 - leaking dd_clones (DMU_OT_DSL_CLONES) objects (#7979)
Matthew Ahrens
2018-10-12
1
-5
/
+251
*
Improved error handling for extreme rewinds
Brian Behlendorf
2018-10-12
1
-12
/
+24
*
OpenZFS 9689 - zfs range lock code should not be zpl-specific
Matt Ahrens
2018-10-11
1
-155
/
+56
*
Print "(repairing)" in zpool status again
Tony Hutter
2018-10-09
1
-2
/
+6
*
Refcounted DSL Crypto Key Mappings
Tom Caputi
2018-10-03
1
-3
/
+0
*
Prefix all refcount functions with zfs_
Tim Schumacher
2018-10-01
1
-5
/
+5
*
Refine split block reconstruction
Brian Behlendorf
2018-10-01
1
-1
/
+9
*
Linux 4.19-rc3+ compat: Remove refcount_t compat
Tim Schumacher
2018-09-26
1
-3
/
+3
*
Zpool iostat: remove latency/queue scaling
Gregor Kopka
2018-09-25
1
-6
/
+6
*
zstreamdump dumps core printing truncated nvlist
LOLi
2018-09-18
1
-3
/
+5
*
zpool should detect invalid fs property on create
LOLi
2018-09-13
1
-4
/
+11
*
Fix 'zfs allow' for create time permissions
LOLi
2018-09-06
1
-2
/
+1
*
Pool allocation classes
Don Brady
2018-09-05
4
-131
/
+582
*
Add basic zfs ioc input nvpair validation
Don Brady
2018-09-02
1
-10
/
+13
*
ZTS: path cleanup
bernie1995
2018-08-30
1
-2
/
+4
*
OpenZFS 9403 - assertion failed in arc_buf_destroy()
Tom Caputi
2018-08-29
2
-8
/
+8
*
Added metadata/dnode cache info to arc_summary
Rich Ercolani
2018-08-22
2
-3
/
+60
*
Skip import activity test in more zdb code paths
Olaf Faaland
2018-08-20
1
-16
/
+26
*
Don't modify argv[] in user tools
DeHackEd
2018-08-20
2
-4
/
+32
*
'zfs holds' scripted mode is not documented
LOLi
2018-08-18
1
-3
/
+4
*
Fix arcstat.py handling of unsupported options
LOLi
2018-08-18
1
-1
/
+1
*
MMP should not suspend pool in ztest
Olaf Faaland
2018-08-13
1
-0
/
+2
*
Add support for selecting encryption backend
Nathan Lewis
2018-08-02
1
-0
/
+8
*
OpenZFS 9580 - Add a hash-table on top of nvlist to speed-up operations
Serapheim Dimitropoulos
2018-07-30
1
-0
/
+1
*
Add support for autoexpand property
Brian Behlendorf
2018-07-23
1
-30
/
+55
*
Reduce zdb output when pool contains checkpoint
Brian Behlendorf
2018-07-10
1
-2
/
+4
*
Default ashift for Amazon EC2 NVMe devices
Troels Nørgaard
2018-07-06
1
-0
/
+1
*
OpenZFS 9238 - ZFS Spacemap Encoding V2
Serapheim Dimitropoulos
2018-07-05
2
-48
/
+84
[next]