aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Fix too few arguments to formatting functionRichard Yao2022-10-291-3/+3
* Revert "Cleanup: Delete dead code from send_merge_thread()"Brian Behlendorf2022-10-281-2/+3
* quota: extend quota for datasetMariusz Zaborski2022-10-281-1/+11
* Fix ARC target collapse when zfs_arc_meta_limit_percent=100shodanshok2022-10-281-1/+1
* Propagate extent_bytes change to autotrim threadvaclavskala2022-10-281-3/+2
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-289-58/+395
* zfs_rename: restructure to have cleaner fallbacksAleksa Sarai2022-10-282-76/+138
* Remove zpl_revalidate: fix snapshot rollbackPavel Snajdr2022-10-284-48/+1
* Fix multiplication converted to larger typeAndrew Innes2022-10-281-1/+1
* Convert enum zio_flag to uint64_tRichard Yao2022-10-279-30/+31
* Aligned free for aligned allocAndrew Innes2022-10-261-2/+2
* Linux: Upgrade random_get_pseudo_bytes() to xoshiro256++ 1.0Richard Yao2022-10-201-25/+61
* Optimize microzapsAlexander Motin2022-10-203-120/+175
* Add defensive assertion to vdev_queue_aggregate()Richard Yao2022-10-191-0/+1
* abd_return_buf() should call zfs_refcount_remove_many() earlyRichard Yao2022-10-191-3/+3
* crypto_get_ptrs() should always write to *out_data_2Richard Yao2022-10-191-1/+3
* Silence static analyzer warnings about spa_sync_props()Richard Yao2022-10-191-28/+28
* 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