aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Support idmapped mountyouzhongyang2022-10-192-9/+9
* 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
* 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
* Fix declarations of non-global variablesTino Reichardt2022-10-182-2/+2
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-149-15/+14
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-1322-140/+130
* Add defensive assertionsRichard Yao2022-10-1211-1/+14
* 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 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-305-6/+6
* 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-286-10/+94
* 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
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-2727-271/+292
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-276-12/+9
* Enforce "-F" flag on resuming recv of full/newfs on existing datasetJitendra Patidar2022-09-271-0/+11
* Fix userspace memory leaks found by Clang Static AnalzyerRichard Yao2022-09-261-0/+1
* Cleanup: Remove ineffective unsigned comparisons against 0Richard Yao2022-09-264-5/+2
* 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
* Delay ZFS_PROP_SHARESMB property to handle it for encrypted raw receiveAmeer Hamza2022-09-201-0/+15
* Fix usage of zed_log_msg() and zfs_panic_recover()Richard Yao2022-09-191-1/+1
* Fix BLAKE3 tuneable and module loading on Linux and FreeBSDTino Reichardt2022-09-161-9/+11
* zfs recv hangs if max recordsize is less than received recordsizeAmeer Hamza2022-09-161-10/+13
* zfs_enter reworkChunwei Chen2022-09-161-33/+35
* Add zfs_btree_verify_intensity kernel module parameterRichard Yao2022-09-151-1/+7
* Fix incorrect size given to bqueue_enqueue() call in dmu_redact.c Richard Yao2022-09-151-2/+2
* Add assertion to dsl_dataset_set_compression_syncRichard Yao2022-09-141-0/+1
* Fix theoretical "use-after-free" in dbuf_prefetch_indirect_done()Richard Yao2022-09-131-2/+6
* Cleanup: Make memory barrier definitions consistent across kernelsRichard Yao2022-09-131-1/+1
* Cleanup dead spa_boot codeRichard Yao2022-09-132-51/+0
* vdev_draid_lookup_map() should not iterate outside draid_mapsRichard Yao2022-09-121-1/+1
* Fix use-after-free in btree codeRichard Yao2022-09-121-2/+2
* Cleanup: Use OpenSolaris functions to call schedulerRichard Yao2022-09-124-7/+7
* Improve too large physical ashift handlingAlexander Motin2022-09-084-9/+57
* Cleanup Raid-Z Typo fixesRichard Yao2022-09-061-3/+3
* Add DD_FIELD string for snapshots_changed propertyUmer Saleem2022-09-021-2/+2