aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* zfs recv hangs if max recordsize is less than received recordsizeAmeer Hamza2022-09-163-20/+23
* Update coverity modelRichard Yao2022-09-161-1/+16
* Fix unable to export zpool without nfs-utilsChunwei Chen2022-09-161-1/+1
* zfs_enter reworkChunwei Chen2022-09-1615-486/+591
* Add zfs_btree_verify_intensity kernel module parameterRichard Yao2022-09-153-2/+24
* Fix incorrect size given to bqueue_enqueue() call in dmu_redact.c Richard Yao2022-09-151-2/+2
* Use correct mdoc macros for argumentsMateusz Piotrowski2022-09-151-1/+1
* Fix assertions in crypto reference helpersRichard Yao2022-09-152-24/+25
* ZTS: parameter expansion in zfs_unshare_006_posJohn Wren Kennedy2022-09-151-1/+1
* Add coverity model to repositoryRichard Yao2022-09-151-0/+407
* Fix use-after-free bugs in icp codeRichard Yao2022-09-152-2/+2
* CI: revert `--with-config=dist` to hotfix Ubuntu 20.04George Melikov2022-09-143-3/+3
* FreeBSD: Fix integer conversion for vnlru_free{,_vfsops}()Richard Yao2022-09-141-0/+6