aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-0/+4
* Fix incremental receive silently failing for recursive sends Paul Dagnelie2023-03-104-14/+79
* More adaptive ARC evictionAlexander Motin2023-03-081-1/+0
* 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
* zdb: add decryption supportRob N2023-03-024-4/+74
* ZTS: Minor fixesBrian Behlendorf2023-02-232-3/+3
* Fix buffered/direct/mmap I/O raceBrian Behlendorf2023-02-234-2/+90
* EIO caused by encryption + recursive gangMatthew Ahrens2023-02-063-1/+88
* Prevent error messages when running tests with no timeoutPaul Dagnelie2023-02-021-1/+1
* Wait for txg sync if the last DRR_FREEOBJECTS might result in a holeDavid Hedberg2023-01-234-1/+90
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-234-1/+311
* Use setproctitle to report progress of zfs sendAmeer Hamza2023-01-171-16/+16
* ZTS: Annotate additonal flaky test casesBrian Behlendorf2023-01-171-3/+7
* Activate filesystem features only in syncing contextGeorge Amanakis2023-01-114-1/+96
* ZTS: close in mmapwrite.cAntonio Russo2023-01-061-0/+4
* ZTS: limit mmapwrite file sizeAntonio Russo2023-01-051-2/+6
* arc_read()/arc_access() refactoring and cleanupAlexander Motin2022-12-225-1/+5
* Allow receiver to override encryption properties in case of replicationAmeer Hamza2022-12-131-0/+14
* Skip permission checks for extended attributesAmeer Hamza2022-12-121-0/+3
* ZTS: Add missing tests to Makefile.amBrian Behlendorf2022-12-073-8/+9
* nopwrites on dmu_sync-ed blocks can result in a panicGeorge Wilson2022-12-022-8/+45
* ZTS: test reported checksum errors for ZEDRob Wing2022-12-023-1/+127
* Python3: replace `distutils` with `sysconfig`Damian Szuberski2022-11-283-23/+6
* ZTS: zts-report silently ignores perf test resultsJohn Wren Kennedy2022-11-181-1/+1
* Fix setting the large_block feature after receiving a snapshotGeorge Amanakis2022-11-183-1/+80
* Ubuntu 22.04 integration: ZTSszubersk2022-11-181-1/+1
* Handle and detect #13709's unlock regression (#14161)Rich Ercolani2022-11-154-1/+48
* Add ability to recompress send streams with new compression algorithmPaul Dagnelie2022-11-102-6/+64
* ZTS: random_readwrite test doesn't run correctlyJohn Wren Kennedy2022-11-101-1/+1
* Support idmapped mount in user namespaceyouzhongyang2022-11-085-17/+176
* zed: Prevent special vdev to be replaced by hot spareAmeer Hamza2022-11-041-0/+5
* Deny receiving into encrypted datasets if the keys are not loadedAttila Fülöp2022-11-031-9/+22
* ZTS: rsend_009_pos.ksh is destructive on zfs-on-root systemyouzhongyang2022-11-011-20/+23
* Fix oversights from 4170ae4eRichard Yao2022-10-311-2/+3
* Fix TOCTOU race conditions reported by CodeQL and CoverityRichard Yao2022-10-293-27/+19
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-2813-2/+404
* Fix multiplication converted to larger typeAndrew Innes2022-10-281-2/+2
* Add delay between zpool add zvol and zpool destroyyouzhongyang2022-10-211-0/+4
* 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
* Add options to zfs redundant_metadata propertyAkash B2022-10-192-4/+9
* Support idmapped mountyouzhongyang2022-10-1915-4/+1323
* 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
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-136-13/+13
* Handle possible null pointers from malloc/strdup/strndup()Richard Yao2022-10-064-1/+19
* Miscellaneous ZTS fixesRichard Yao2022-09-298-12/+36
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-282-15/+14
* btree_test: smatch did detect few issuesToomas Soome2022-09-271-7/+13