]> git.proxmox.com Git - mirror_zfs.git/history - cmd/ztest/ztest.c
Add missing checks for unsupported features
[mirror_zfs.git] / cmd / ztest / ztest.c
2021-02-28 Martin MatuškaAdd missing checks for unsupported features
2021-02-20 Christian Schwarzztest: propagate -o to the zdb child process
2021-02-20 Christian Schwarzztest: fix -o by calling set_global_var in child processes
2021-02-17 José Luis Salvador... Support uClibc for the tests compilations
2021-01-13 Ryan Moellerztest: Clean up use of ASSERT and VERIFY
2021-01-11 Ryan Moellerztest: Use fnvlist_* instead of VERIFYing nvlist_*
2020-12-28 Matthew AhrensMemory leak in ztest_dmu_objset_own()
2020-12-28 Matthew AhrensMemory leak in ztest_vdev_attach_detach()
2020-12-28 Matthew Ahrensnvlist leaked in zpool_find_config()
2020-12-15 Alexander MotinMake metaslab class rotor and aliquot per-allocator.
2020-11-13 Brian BehlendorfDistributed Spare (dRAID) Feature
2020-07-29 Matthew MacyRename refcount.h to zfs_refcount.h
2020-07-15 Matthew AhrensExtend zdb to print inconsistencies in livelists and...
2020-07-03 Brian BehlendorfAdd device rebuild feature
2020-06-22 Serapheim Dimitrop... Remove unnecessary terminology from error-injection...
2020-06-18 Arvind SankarMark functions as static
2020-06-06 Brian Behlendorfztest: Fix spa_open() ENOENT failures
2020-05-30 Brian Behlendorfztest: Fix ztest_run_zdb() failure
2020-03-16 Ryan Moellerlibzfs: Fix bounds checks for float parsing
2019-12-05 Matthew MacyReplace ASSERTV macro with compiler annotation
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-11-01 Matthew MacyPrefix struct rangelock
2019-10-20 Matthew MacyRemove gratuitous Linux only include in ztest & zdb
2019-10-10 Matthew MacyFix strdup conflict on other platforms
2019-08-30 Andrea GelminiFix typos in cmd/
2019-07-18 Serapheim Dimitrop... Race condition between spa async threads and export
2019-07-16 Serapheim Dimitrop... Log Spacemap Project
2019-07-12 Brian BehlendorfLinux 5.0 compat: SIMD compatibility
2019-06-19 Matthew AhrensRemove dedupditto functionality
2019-06-10 Matthew Ahrensmake zil max block size tunable
2019-04-05 Sara HartseRestrict kstats and print real pointers
2019-03-29 Brian BehlendorfAdd TRIM support
2019-03-01 Olaf FaalandDo not resume a pool if multihost is enabled
2019-01-28 Tony HutterGCC 9.0: Fix ztest "directive argument is not a nul...
2019-01-18 Brian Behlendorfztest: scrub verification
2019-01-17 Tom CaputiFix error handling incallers of dbuf_hold_level()
2019-01-17 Brian Behlendorfztest: scrub ddt repair
2019-01-16 Brian Behlendorfztest: split block reconstruction
2019-01-15 Brian BehlendorfDisable 'zfs remap' command
2019-01-13 Brian BehlendorfMinor spelling corrections
2019-01-07 George Wilsonzfs initialize performance enhancements
2019-01-07 George WilsonOpenZFS 9102 - zfs should be able to initialize storage...
2019-01-02 Brian BehlendorfFix 'zpool remap' freeing race
2018-12-14 Brian Behlendorfztest: ENOSPC in ztest_objset_destroy_cb()
2018-12-07 Prakash SuryaOpenZFS 9962 - zil_commit should omit cache thrash
2018-12-04 Tom CaputiFix ztest deadlock in ztest_zil_remount()
2018-11-29 Tom CaputiFix consistency of ztest_device_removal_active
2018-11-07 Tom CaputiFix !zilog_is_dirty() assert during ztest
2018-11-07 Tom CaputiReplay logs before starting ztest workers
2018-11-05 Brian Behlendorfztest: reduce gangblock creation
2018-11-05 Don BradyAdd libzutil for libzfs or libzpool consumers
2018-10-24 Tom CaputiFix waiting in ztest_device_removal()
2018-10-24 Tom CaputiFix ztest deadman panic with indirect vdev damage
2018-10-24 Tom CaputiFix dbgmsg printing in ztest and zdb
2018-10-24 Tom CaputiFix random ztest_deadman_thread failures
2018-10-19 Matthew AhrensOpenZFS 9681 - ztest failure in spa_history_log_interna...
2018-10-11 Matt AhrensOpenZFS 9689 - zfs range lock code should not be zpl...
2018-10-03 Tom CaputiRefcounted DSL Crypto Key Mappings
2018-10-01 Tim SchumacherPrefix all refcount functions with zfs_
2018-10-01 Brian BehlendorfRefine split block reconstruction
2018-09-26 Tim SchumacherLinux 4.19-rc3+ compat: Remove refcount_t compat
2018-09-06 Don BradyPool allocation classes
2018-08-29 Tom CaputiOpenZFS 9403 - assertion failed in arc_buf_destroy()
2018-08-13 Olaf FaalandMMP should not suspend pool in ztest
2018-08-02 Nathan LewisAdd support for selecting encryption backend
2018-07-05 Serapheim Dimitrop... OpenZFS 9238 - ZFS Spacemap Encoding V2
2018-06-26 Serapheim Dimitrop... OpenZFS 9166 - zfs storage pool checkpoint
2018-06-14 Brian BehlendorfFix ztest_vdev_add_remove() test case
2018-06-04 Brian BehlendorfRemove rwlock wrappers
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-04-30 Matthew AhrensOpenZFS 9236 - nuke spa_dbgmsg
2018-04-17 Matt AhrensOpenZFS 9280 - Assertion failure while running removal_...
2018-04-14 Brian BehlendorfOptimize possible split block search space
2018-04-14 Matthew AhrensOpenZFS 9290 - device removal reduces redundancy of...
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-02-05 Brian BehlendorfSet persistent ztest failure mode
2018-02-02 Tom CaputiRaw sends must be able to decrease nlevels
2018-01-25 Brian BehlendorfExtend deadman logic
2018-01-12 Brian BehlendorfForce ztest to always use /dev/urandom
2018-01-09 Brian BehlendorfFix ztest_verify_dnode_bt() test case
2017-12-05 Prakash SuryaOpenZFS 8585 - improve batching done in zil_commit()
2017-10-30 Jason KingOpenZFS 640 - number_to_scaled_string is duplicated...
2017-10-27 Brian BehlendorfOpenZFS 8081 - Compiler warnings in zdb
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-11 Tom CaputiFixes for #6639
2017-10-11 Tom CaputiEncryption patch follow-up
2017-09-23 Olaf FaalandFix ZTS MMP tests and ztest -M behavior
2017-08-21 LOLiFix range locking in ZIL commit codepath
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-11 Brian BehlendorfSimplify threads, mutexs, cvs and rwlocks
2017-07-25 Olaf FaalandAdd callback for zfs_multihost_interval
2017-07-13 Olaf FaalandMulti-modifier protection (MMP)
2017-07-04 Matthew AhrensOpenZFS 8378 - crash due to bp in-memory modification...
2017-06-29 Matthew AhrensClean up large dnode code
2017-06-09 Giuseppe Di NataleOpenZFS 7578 - Fix/improve some aspects of ZIL writing
2017-03-13 Brian BehlendorfAlign mount options handling and type/function names...
2017-03-10 Brian BehlendorfRename zfs_* functions
2017-02-01 David QuigleyUse fletcher_4 routines natively with `abd_iterate_func()`
2017-01-31 George MelikovOpenZFS 7280 - Allow changing global libzpool variables...
2017-01-30 George MelikovOpenZFS 7502 - ztest should run zdb with -G (debug...
next