aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ztest.c
Commit message (Expand)AuthorAgeFilesLines
* ZIL: Second attempt to reduce scope of zl_issuer_lock.Alexander Motin2023-08-241-1/+1
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-1/+1
* Fix memory leak in ztestRichard Yao2023-03-061-1/+4
* Update BLAKE3 for using the new impl handlingTino Reichardt2023-03-021-2/+4
* ztest: update ztest_dmu_snapshot_create_destroy()Brian Behlendorf2023-01-101-4/+11
* ztest: ztest_dsl_prop_set_uint64() ENOSPC consistencyBrian Behlendorf2023-01-101-7/+11
* ztest: reduce `zpool split` frequencyBrian Behlendorf2023-01-101-1/+1
* ztest: update expectation for sparing a special deviceBrian Behlendorf2023-01-101-1/+6
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-221-1/+1
* ztest: comparisons against errno should not assign to itRichard Yao2022-12-081-2/+2
* Address warnings about possible division by zero from clangsaRichard Yao2022-11-031-0/+1
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-281-0/+2
* Fix declarations of non-global variablesTino Reichardt2022-10-181-8/+8
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-3/+3
* Handle possible null pointers from malloc/strdup/strndup()Richard Yao2022-10-061-4/+5
* Expose libzutil error info in libpc_handle_tUmer Saleem2022-10-041-2/+6
* Fix userland dereference NULL return value bugsRichard Yao2022-09-301-0/+6
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-281-1/+1
* Fix unsafe string operationsRichard Yao2022-09-271-5/+5
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-3/+3
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-271-1/+2
* Fix unchecked return values and unused return valuesRichard Yao2022-09-231-1/+1
* Fix BLAKE3 tuneable and module loading on Linux and FreeBSDTino Reichardt2022-09-161-2/+2
* Fix memory leak in ztestRichard Yao2022-09-131-0/+1
* Add support for per dataset zil stats and use wmsum countersixhamza2022-07-201-3/+3
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-2/+2
* Enable -Wwrite-stringsнаб2022-06-291-25/+23
* Introduce BLAKE3 checksums as an OpenZFS featureTino Reichardt2022-06-081-0/+89
* ztest: O_CLOEXEC ztest_fd_randнаб2022-05-111-2/+1
* ztest: take -B ./path/to/ztest, LD_LIBRARY_PATH=./path/lib:$L_L_Pнаб2022-05-111-54/+39
* Remove enable_extended_FILE_stdio()наб2022-05-111-6/+1
* ztest: fix in-tree detection for automatic zdb pathнаб2022-05-101-3/+3
* ztest: use $ZDB instead of $ZDB_PATH for zdbнаб2022-05-101-4/+4
* cmd: move single-file binaries up, extract udev programs to udev/наб2022-05-101-0/+8221