aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
...
* module: resync part of Makefile.bsdKyle Evans2023-04-101-0/+10
* vdev: expose zfs_vdev_max_ms_shift as a module parameterRob N2023-04-061-2/+5
* Fix typo in check_clones()George Amanakis2023-04-061-1/+1
* Miscellaneous FreBSD compilation bugfixesMartin Matuška2023-04-069-14/+19
* vdev: expose zfs_vdev_def_queue_depth as a module parameterRob N2023-04-062-8/+3
* Fix some signedness issues in arc_evict()Alexander Motin2023-04-051-4/+4
* Linux 6.3 compat: writepage_t first arg struct folio*youzhongyang2023-04-051-3/+25
* Use vmem_zalloc to silence allocation warningBrian Behlendorf2023-03-311-2/+2
* Fixes in persistent error logGeorge Amanakis2023-03-286-164/+198
* Fix short-lived txg caused by autotrimKevin Jin2023-03-283-14/+63
* Additional limits on hole reportingBrian Behlendorf2023-03-283-15/+22
* Revert "Do not hold spa_config in ZIL while blocked on IO"George Wilson2023-03-281-2/+6
* Update vdev state for spare vdevAmeer Hamza2023-03-241-3/+5
* Drop lying to the compiler in the fletcher4 code Rich Ercolani2023-03-247-20/+0
* panic loop when removing slog deviceGeorge Wilson2023-03-241-20/+12
* Fix prefetching of indirect blocks while destroying Matthew Ahrens2023-03-241-15/+9
* Fix cloning into already dirty dbufs.Pawel Jakub Dawidek2023-03-242-13/+25
* Fix build on FreeBSDPawel Jakub Dawidek2023-03-223-3/+3
* FreeBSD: Remove extra arc_reduce_target_size() callAlexander Motin2023-03-171-2/+0
* Fix possible bad bit shift in dnode_next_offset_level()Richard Yao2023-03-161-2/+3
* QAT: Fix uninitialized seed in QAT compressionnaivekun2023-03-161-1/+1
* 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