aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add generic implementation handling and SHA2 implTino Reichardt2023-03-0230-97/+27987
* Add SHA2 SIMD feature tests for libsplTino Reichardt2023-03-022-24/+99
* Add SHA2 SIMD feature tests for LinuxTino Reichardt2023-03-026-13/+169
* Add SHA2 SIMD feature tests for FreeBSDTino Reichardt2023-03-027-28/+205
* Add ARM architecture to OpenZFS buildsystemTino Reichardt2023-03-021-1/+5
* Remove old or redundant SHA2 filesTino Reichardt2023-03-0218-7312/+3
* zdb: add decryption supportRob N2023-03-027-15/+262
* System-wide speculative prefetch limit.Alexander Motin2023-03-012-5/+25
* Accommodate debug-kernel stack frame sizeBrian Behlendorf2023-03-011-2/+2
* Fix data race between zil_commit() and zil_suspend()Richard Yao2023-03-012-0/+28
* 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
* Update reclaim disk space scriptTino Reichardt2023-03-011-1/+4
* Handle unexpected errors in zil_lwb_commit() without ASSERT()Richard Yao2023-03-011-6/+32
* mancheck: exclude dotfiles in man dirRob N2023-03-011-1/+1
* man: note that zdb operates directly on pool storageRob N2023-02-281-0/+6
* 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
* Suppress static analyzer warning in sa_attr_iter()Richard Yao2023-02-281-0/+1
* Suppress static analyzer warnings in zio_checksum_error_impl()Richard Yao2023-02-281-0/+3
* icp: Prevent compilers from optimizing away memset() in gcm_clear_ctx()Richard Yao2023-02-282-31/+41
* Linux: Assert mutex is held in mutex_exit()Richard Yao2023-02-281-0/+1
* Revert zfeature_active() to staticGeorge Amanakis2023-02-282-2/+1
* Fix github build failures because of vdevprops.7Tino Reichardt2023-02-281-0/+1
* Prevent incorrect datasets being mountedJohn Poduska2023-02-271-2/+20
* Add vdevprops.7 to the MakefileD. Ebdrup2023-02-271-0/+1
* Skip memory allocation when compressing holesRichard Yao2023-02-275-16/+23
* ICP: AES-GCM: Refactor gcm_clear_ctx()Attila Fülöp2023-02-274-55/+36
* Move zap_attribute_t to the heap in dsl_deadlist_mergeMariusz Zaborski2023-02-271-10/+16
* Workaround GitHub Action failureBrian Behlendorf2023-02-274-8/+16
* Use .section .rodata instead of .rodata on FreeBSDDimitry Andric2023-02-242-2/+2
* Move dmu_buf_rele() after dsl_dataset_sync_done()George Amanakis2023-02-234-10/+4
* ZTS: Minor fixesBrian Behlendorf2023-02-232-3/+3
* Fix buffered/direct/mmap I/O raceBrian Behlendorf2023-02-237-105/+175