aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Add options to zfs redundant_metadata propertyAkash B2022-10-194-7/+116
* Fix sequential resilver drive failure race conditionsamwyc2022-10-191-1/+13
* Support idmapped mountyouzhongyang2022-10-1916-143/+228
* Fix memory leaks in dmu_send()/dmu_send_obj()Richard Yao2022-10-181-0/+8
* Cleanup: Remove NULL pointer check from dmu_send_impl()Richard Yao2022-10-181-2/+1
* Cleanup: Delete dead code from send_merge_thread()Richard Yao2022-10-181-3/+2
* Cleanup: zvol_add_clones() should not NULL check dpRichard Yao2022-10-181-2/+1
* Cleanup: metaslab_alloc_dva() should not NULL check mg->mg_nextRichard Yao2022-10-181-2/+1
* Cleanup: Simplify userspace abd_free_chunks()Richard Yao2022-10-181-4/+2
* Fix possible NULL pointer dereference in sha2_mac_init()Richard Yao2022-10-181-5/+8
* Fix NULL pointer dereference in spa_open_common()Richard Yao2022-10-181-1/+1
* Fix NULL pointer passed to strlcpy from zap_lookup_impl()Richard Yao2022-10-181-2/+4
* fm_fmri_hc_create() must call va_end() before returningRichard Yao2022-10-181-0/+1
* Linux 6.1 compat: change order of sys/mutex.h includesColeman Kane2022-10-182-2/+3
* Fix declarations of non-global variablesTino Reichardt2022-10-189-9/+9
* Fix theoretical array overflow in lua_typename()Richard Yao2022-10-141-0/+2
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-1418-26/+16
* zfs_domount: fix double-disown of dataset / double-free of zfsvfs_tChristian Schwarz2022-10-141-0/+2
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-1330-176/+190
* Add defensive assertionsRichard Yao2022-10-1213-1/+16
* FreeBSD: Fix a pair of bugs in zfs_fhtovp()Mark Johnston2022-10-111-1/+2
* Stop ganging due to past vdev write errorsSerapheim Dimitropoulos2022-10-111-3/+2
* Fix uninitialized value read in vdev_prop_set()Richard Yao2022-10-111-1/+1
* Avoid calling rw_destroy() on uninitialized rwlockJorgen Lundman2022-10-051-1/+1
* Avoid unnecessary metaslab_check_free callingFinix19792022-10-041-1/+1
* Fix potential NULL pointer dereference in dsl_dataset_promote_check()Richard Yao2022-09-301-5/+3
* Fix double const qualifier declarationsTino Reichardt2022-09-306-7/+7
* Reduce false positives from Static AnalyzersRichard Yao2022-09-302-3/+2
* Fix panic in dsl_process_sub_livelist for EINTRSerapheim Dimitropoulos2022-09-291-1/+6
* Fix unchecked return valuesRichard Yao2022-09-291-1/+1
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-288-12/+149
* Bring per_txg_dirty_frees_percent back to 30Mateusz Guzik2022-09-271-1/+1
* Fix unsafe string operationsRichard Yao2022-09-272-1/+5
* Cleanup spa_export_common()Richard Yao2022-09-271-8/+6
* LUA: Fix CVE-2014-5461Richard Yao2022-09-271-1/+1
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-2734-307/+332
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-2712-24/+18
* Enforce "-F" flag on resuming recv of full/newfs on existing datasetJitendra Patidar2022-09-271-0/+11
* Fix bad free in skein code Richard Yao2022-09-271-3/+14
* Fix userspace memory leaks found by Clang Static AnalzyerRichard Yao2022-09-261-0/+1
* 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 unchecked return values and unused return valuesRichard Yao2022-09-235-10/+15
* Dynamically size dbuf hash mutex arrayBrian Behlendorf2022-09-221-30/+53
* Revert "Reduce dbuf_find() lock contention"Brian Behlendorf2022-09-222-15/+15
* Cleanup: Change 1 used in bitshifts to 1ULLRichard Yao2022-09-222-4/+4
* Fix minor issues in namespace delegation supportyouzhongyang2022-09-201-1/+1
* FreeBSD: handle V_PCATCHMateusz Guzik2022-09-201-0/+4
* FreeBSD: catch up to 1400068Mateusz Guzik2022-09-201-11/+30
* Delay ZFS_PROP_SHARESMB property to handle it for encrypted raw receiveAmeer Hamza2022-09-201-0/+15