aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvpair: Constify string functionsRichard Yao2023-03-1472-403/+443
* discover_cached_paths() should not corrupt nvlist string valueRichard Yao2023-03-141-4/+11
* zpool_valid_proplist() should not corrupt nvpair name string on errorRichard Yao2023-03-141-0/+1
* Fix possible NULL pointer dereference in nvlist_lookup_nvpair_ei_sep()Richard Yao2023-03-141-2/+5
* Silence clang static analyzer warnings about stored stack addressesRichard Yao2023-03-142-5/+2
* Fix possible NULL pointer dereference in dbuf_verify()Richard Yao2023-03-141-1/+1
* Replace dead opensolaris.org license linksTino Reichardt2023-03-1410-10/+10
* Zero zio_prop_t in flush_write_batch_impl()Richard Yao2023-03-141-1/+1
* Fix uninitialized scalar value read regression in dmu_recv_begin()Richard Yao2023-03-141-1/+1
* ZFS_IOC_COUNT_FILLED does unnecessary txg_wait_synced()Matthew Ahrens2023-03-141-5/+16
* zcommon: Refactor FPU state handling in fletcher4Attila Fülöp2023-03-149-17/+44
* ABI files: sync with new Ubuntu release in CIGeorge Melikov2023-03-105-3880/+8996
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-1051-120/+3480
* Fix incremental receive silently failing for recursive sends Paul Dagnelie2023-03-105-23/+105
* Workaround for Linux PowerPC GPL-only cpu_has_feature()Low-power2023-03-105-0/+93
* txg_sync should handle write errors in ZILRichard Yao2023-03-101-1/+0
* Suppress clang static analyzer warning in vdev_stat_update()Richard Yao2023-03-081-0/+6
* Refactor loop in dump_histogram()Richard Yao2023-03-081-2/+4
* Suppress static analyzer warning in dmu_objset_create_impl_dnstats()Richard Yao2023-03-081-0/+1
* Linux: Fix octal detection in define_ddi_strtox()Richard Yao2023-03-081-1/+1
* Linux: Suppress clang static analyzer warning in zfs_remove()Richard Yao2023-03-081-0/+1
* Linux: Silence static analyzer warning in crypto_create_ctx_template()Richard Yao2023-03-081-1/+1
* Suppress Clang Static Analyzer warning in bpobj_enqueue()Richard Yao2023-03-081-0/+1
* Suppress Clang Static Analyzer warning in dsl_dir_rename_sync()Richard Yao2023-03-081-0/+2
* Cleanup: Remove constant comparisons reported by CodeQLRichard Yao2023-03-084-15/+10
* Linux cleanup: zvol_discard() should only call blk_queue_io_stat() onceRichard Yao2023-03-081-2/+1
* Suppress Clang Static Analyzer warning in dbuf_dnode_findbp()Richard Yao2023-03-081-0/+1
* Suppress Clang Static Analyzer warning in vdev_split()Richard Yao2023-03-081-0/+4
* Suppress Clang Static Analyzer warning about SNPRINTF_BLKPTR()Richard Yao2023-03-081-0/+1
* Suppress Clang Static Analyzer false positive in the AVL tree code.Richard Yao2023-03-081-1/+5
* Suppress Clang Static Analyzer defect report in abd_get_size()Richard Yao2023-03-081-0/+2
* Fix TOCTOU race in zpool_do_labelclear()Richard Yao2023-03-081-14/+20
* More adaptive ARC evictionAlexander Motin2023-03-0810-792/+485
* ICP: AES-GCM: Unify gcm_init_ctx() and gmac_init_ctx()Attila Fülöp2023-03-081-104/+103
* Do not hold spa_config in ZIL while blocked on IORichard Yao2023-03-071-6/+2
* Fix build for Linux/powerpc without CONFIG_ALTIVEC or CONFIG_VSXLow-power2023-03-071-8/+22
* Better handling for future crypto parametersRob N2023-03-076-3/+29
* Fix a typo in ac2038aGeorge Amanakis2023-03-071-1/+1
* [FreeBSD] fix false assert in cache_vop_rmdir when replaying ZILAndriy Gapon2023-03-071-1/+2
* spl: Add cmn_err_once() to log a message only on the first callAttila Fülöp2023-03-073-0/+84
* initramfs: fix zpool get argument orderq662023-03-061-3/+3
* Fix detection of IBM Power8 machines (ISA 2.07)Tino Reichardt2023-03-062-6/+6
* [FreeBSD] zfs_znode_alloc: lock the vnode earlierAndriy Gapon2023-03-061-6/+7
* Optimize the is_l2cacheable functionsGeorge Amanakis2023-03-062-44/+44
* Fix memory leak in ztestRichard Yao2023-03-061-1/+4
* Add missing increment to dsl_deadlist_move_bpobj()Richard Yao2023-03-061-1/+1
* SHA2Init() should use signed assertions when checking an enumRichard Yao2023-03-061-2/+2
* Restore ASMABI and other Unify workJorgen Lundman2023-03-065-37/+56
* Use SECTION_STATIC macro for sha2 x86_64 assemblyTino Reichardt2023-03-022-2/+2
* Update BLAKE3 for using the new impl handlingTino Reichardt2023-03-028-498/+261