aboutsummaryrefslogtreecommitdiffstats
path: root/tests/zfs-tests/cmd
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Edon-R variantsTino Reichardt2023-03-141-78/+5
* nvpair: Constify string functionsRichard Yao2023-03-143-4/+4
* Replace dead opensolaris.org license linksTino Reichardt2023-03-141-1/+1
* Fix incremental receive silently failing for recursive sends Paul Dagnelie2023-03-101-1/+1
* Update BLAKE3 for using the new impl handlingTino Reichardt2023-03-021-6/+12
* Add generic implementation handling and SHA2 implTino Reichardt2023-03-021-7/+27
* Fix buffered/direct/mmap I/O raceBrian Behlendorf2023-02-231-1/+1
* ZTS: close in mmapwrite.cAntonio Russo2023-01-061-0/+4
* ZTS: limit mmapwrite file sizeAntonio Russo2023-01-051-2/+6
* Support idmapped mount in user namespaceyouzhongyang2022-11-081-15/+34
* Fix TOCTOU race conditions reported by CodeQL and CoverityRichard Yao2022-10-291-11/+3
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-283-2/+130
* Fix multiplication converted to larger typeAndrew Innes2022-10-281-2/+2
* Silence new static analyzer defect reports from idmap_util.cRichard Yao2022-10-201-14/+14
* Fix multiple definitions of struct mount_attr on recent glibc versionsRichard Yao2022-10-201-7/+5
* Support idmapped mountyouzhongyang2022-10-193-0/+794
* Fix declarations of non-global variablesTino Reichardt2022-10-185-33/+33
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-145-31/+13
* Handle possible null pointers from malloc/strdup/strndup()Richard Yao2022-10-064-1/+19
* Miscellaneous ZTS fixesRichard Yao2022-09-298-12/+36
* btree_test: smatch did detect few issuesToomas Soome2022-09-271-7/+13
* Fix unsafe string operationsRichard Yao2022-09-272-5/+3
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-272-9/+8
* Fix userspace memory leaks found by Clang Static AnalzyerRichard Yao2022-09-262-1/+8
* Fix userland resource leaksRichard Yao2022-09-232-1/+2
* Fix unchecked return values and unused return valuesRichard Yao2022-09-234-6/+15
* Fix BLAKE3 tuneable and module loading on Linux and FreeBSDTino Reichardt2022-09-161-6/+6
* Add Linux posix_fadvise supportFinix19792022-09-083-0/+101
* Implement a new type of zfs receive: corrective receive (-c)Alek P2022-07-281-0/+1
* Replace dead opensolaris.org license linkTino Reichardt2022-07-1128-28/+28
* Enable -Wwrite-stringsнаб2022-06-2912-42/+37
* Introduce BLAKE3 checksums as an OpenZFS featureTino Reichardt2022-06-086-10/+581
* Replace EXTRA_DIST with dist_noinst_DATABrian Behlendorf2022-05-261-2/+2
* Adding ZTS test for O_APPENDBrian Atkinson2022-05-113-2/+209
* autoconf: use include directives instead of recursing down tests (mostly)наб2022-05-101-147/+87
* autoconf: use include directives instead of recursing down libнаб2022-05-101-24/+23
* Speed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simultaneouslyShaan Nobee2022-05-033-1/+155
* Corrected oversight in ZERO_RANGE behaviorRich Ercolani2022-04-201-1/+1
* tests: cmd: draid: remove unused and undocumented -vнаб2022-04-131-5/+2
* tests: move C test helpers into test cmdнаб2022-04-0113-0/+1861
* tests: cmd: don't recurseнаб2022-04-01101-353/+181
* tests: {read,write}_dos_attributes: despaghettifyнаб2022-04-0110-377/+242
* tests: review every awk(1) invocationнаб2022-04-011-3/+2
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-232-10/+9
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-156-22/+16
* Remove bcopy(), bzero(), bcmp()наб2022-03-152-34/+19
* Expose additional file level attributesUmer Saleem2022-03-077-0/+384
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-042-3/+3
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-1/+1
* Fix trivial calloc(3) arguments orderTomohiro Kusumi2022-02-021-1/+1