aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Edon-R variantsTino Reichardt2023-03-143-828/+179
* nvpair: Constify string functionsRichard Yao2023-03-1428-117/+118
* 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-141-2/+2
* Fix possible NULL pointer dereference in dbuf_verify()Richard Yao2023-03-141-1/+1
* Replace dead opensolaris.org license linksTino Reichardt2023-03-141-1/+1
* 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-147-8/+31
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-1024-82/+3174
* Fix incremental receive silently failing for recursive sends Paul Dagnelie2023-03-101-9/+26
* 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
* 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-083-6/+4
* 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 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
* More adaptive ARC evictionAlexander Motin2023-03-084-666/+378
* 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
* Better handling for future crypto parametersRob N2023-03-071-2/+14
* [FreeBSD] fix false assert in cache_vop_rmdir when replaying ZILAndriy Gapon2023-03-071-1/+2
* 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
* 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-025-468/+241
* Add generic implementation handling and SHA2 implTino Reichardt2023-03-0222-76/+27737
* Remove old or redundant SHA2 filesTino Reichardt2023-03-0213-6817/+3
* System-wide speculative prefetch limit.Alexander Motin2023-03-011-5/+24
* Fix data race between zil_commit() and zil_suspend()Richard Yao2023-03-011-0/+27
* Remove bad kmem_free() oversight from previous zfsdev_state_list patchRichard Yao2023-03-011-1/+0
* Linux: zfs_fillpage() should handle partial pages from end of fileRichard Yao2023-03-011-1/+5
* Handle unexpected errors in zil_lwb_commit() without ASSERT()Richard Yao2023-03-011-6/+32
* Makefile.bsd: cleanup and sync with FreeBSDAllan Jude2023-02-281-64/+112
* Suppress static analyzer warning in dmu_objset_create_impl_dnstats()Richard Yao2023-02-281-0/+1
* Suppress static analyzer warning in dbuf_hold_copy()Richard Yao2023-02-281-1/+3
* Statically allocate first node of zfsdev_state_listRichard Yao2023-02-281-7/+6