aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix panic in dsl_process_sub_livelist for EINTRSerapheim Dimitropoulos2022-09-291-1/+6
* Fix unchecked return valuesRichard Yao2022-09-292-2/+4
* Miscellaneous ZTS fixesRichard Yao2022-09-298-12/+36
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-2824-51/+395
* Bring per_txg_dirty_frees_percent back to 30Mateusz Guzik2022-09-272-2/+2
* btree_test: smatch did detect few issuesToomas Soome2022-09-271-7/+13
* DMU_BACKUP_FEATURE: indicate that bit 28 and 29 are reservedChristian Schwarz2022-09-271-0/+7
* DMU_BACKUP_FEATURE: remove unused BLAKE3 featureChristian Schwarz2022-09-271-2/+1
* PAM: Fix uninitialized value readRichard Yao2022-09-271-1/+3
* Fix unsafe string operationsRichard Yao2022-09-2713-37/+43
* Cleanup spa_export_common()Richard Yao2022-09-271-8/+6
* LUA: Fix CVE-2014-5461Richard Yao2022-09-271-1/+1
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-2747-438/+463
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-2722-55/+49
* Enforce "-F" flag on resuming recv of full/newfs on existing datasetJitendra Patidar2022-09-279-3/+127
* Fix bad free in skein code Richard Yao2022-09-271-3/+14
* Fix userspace memory leaks found by Clang Static AnalzyerRichard Yao2022-09-264-2/+11
* Update zfs-mount to load before fstab, matches systemd service.Chris Zubrzycki2022-09-262-3/+4
* Cleanup: Remove ineffective unsigned comparisons against 0Richard Yao2022-09-268-9/+5
* Linux: Fix uninitialized variable usage in zio_do_crypt_data()Richard Yao2022-09-261-3/+3
* Fix double declaration of getauxval() for FreeBSD PPCTino Reichardt2022-09-262-3/+6
* Fix userland resource leaksRichard Yao2022-09-238-8/+22
* Fix unchecked return values and unused return valuesRichard Yao2022-09-2314-28/+51
* set_global_var_parse_kv() should pass the pointer from strdup()Richard Yao2022-09-231-2/+3
* zpool: Don't print "repairing" on force faulted drivesTony Hutter2022-09-231-2/+9
* ZTS: fallocate tests fail with hard coded valuesJohn Wren Kennedy2022-09-222-54/+71
* Dynamically size dbuf hash mutex arrayBrian Behlendorf2022-09-223-34/+64
* Revert "Reduce dbuf_find() lock contention"Brian Behlendorf2022-09-223-18/+19
* Cleanup: Change 1 used in bitshifts to 1ULLRichard Yao2022-09-223-7/+7
* Retire ZFS_TEARDOWN_TRY_ENTER_READMateusz Guzik2022-09-202-9/+0
* Add membar_syncMateusz Guzik2022-09-204-0/+15
* Fix minor issues in namespace delegation supportyouzhongyang2022-09-203-3/+3
* FreeBSD: handle V_PCATCHMateusz Guzik2022-09-201-0/+4
* FreeBSD: catch up to 1400068Mateusz Guzik2022-09-201-11/+30
* Call va_end() before return in zpool_standard_error_fmt()Richard Yao2022-09-201-1/+1
* Fix potential NULL pointer dereference in zfsdle_vdev_online() Richard Yao2022-09-201-1/+1
* Delay ZFS_PROP_SHARESMB property to handle it for encrypted raw receiveAmeer Hamza2022-09-202-0/+23
* FreeBSD: Cleanup zfs_readdir()Richard Yao2022-09-205-138/+16
* FreeBSD: Fix uninitialized pointer read in spa_import_rootpool()Richard Yao2022-09-201-1/+1
* Cleanup: Remove unused uu_pname codeRichard Yao2022-09-194-309/+0
* Fix usage of zed_log_msg() and zfs_panic_recover()Richard Yao2022-09-196-7/+7
* Linux: Fix use-after-free in zfsvfs_create()Richard Yao2022-09-191-3/+2
* FreeBSD: fix static module build broken in 7bb707ffaMartin Matuška2022-09-193-4/+38
* FreeBSD: stop passing LK_INTERLOCK to VOP_LOCKMateusz Guzik2022-09-191-1/+2
* Add PPC cpu feature tests for FreeBSD and LinuxTino Reichardt2022-09-166-113/+200
* Add zfs_blake3_impl to zfs.4Tino Reichardt2022-09-161-0/+14
* Fix BLAKE3 tuneable and module loading on Linux and FreeBSDTino Reichardt2022-09-1610-191/+267
* zfs_enter rework followupBrian Behlendorf2022-09-161-3/+3
* Fix null pointer dereferences in PAMRichard Yao2022-09-161-1/+4
* Handle ECKSUM as new EZFS_CKSUM ‒ "insufficient replicas"наб2022-09-162-0/+7