aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/spa_misc.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-6/+6
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-281-2/+2
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-7/+7
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-271-1/+1
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-1/+2
* Enable -Wwrite-stringsнаб2022-06-291-6/+6
* Introduce BLAKE3 checksums as an OpenZFS featureTino Reichardt2022-06-081-0/+3
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-3/+2
* module/*.ko: prune .data, global .rodataнаб2022-01-141-13/+12
* module: zfs: fix unused, remove argsusedнаб2021-12-231-0/+2
* Vdev Properties FeatureAllan Jude2021-11-301-23/+15
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-261-2/+0
* Fix unfortunate NULL in spa_update_dspaceRich Ercolani2021-07-261-1/+8
* Optimize allocation throttlingAlexander Motin2021-07-211-12/+9
* Tinker with slop space accounting with dedupRich Ercolani2021-07-131-2/+16
* Remove refcount from spa_config_*()Alexander Motin2021-07-011-10/+9
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-1/+1
* Optimize small random numbers generationAlexander Motin2021-06-221-21/+9
* FreeBSD: Fix scope of deadman tunablesRyan Moeller2021-03-111-2/+2
* Fix overly broad locking in spa_vdev_config_exit()Brian Behlendorf2021-02-241-2/+2
* Add upper bound for slop space calculationPrakash Surya2021-02-241-10/+17
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-211-20/+47
* special device removal space accounting fixesMatthew Ahrens2020-12-171-6/+9
* Make metaslab class rotor and aliquot per-allocator.Alexander Motin2020-12-151-1/+1
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-0/+1
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-1/+1
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-231-0/+1
* Add zstd support to zfsMichael Niewöhner2020-08-201-0/+1
* Add device rebuild featureBrian Behlendorf2020-07-031-2/+27
* Mark functions as staticArvind Sankar2020-06-181-5/+5
* Finish refactoring for ZFS_MODULE_PARAM_CALLRyan Moeller2020-04-071-1/+1
* Share some code for spa deadman tunablesRyan Moeller2020-02-101-3/+29
* Refactor deadman set failmode to be cross platformMatthew Macy2019-12-051-11/+9
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-7/+7
* Factor Linux specific code out of spa_misc.cMatthew Macy2019-10-311-76/+11
* Fix for ARC sysctls ignored at runtimeloli10K2019-10-261-3/+3
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-7/+8
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-131-0/+7
* Fix /etc/hostid on root pool deadlockBrian Behlendorf2019-09-101-15/+4
* OpenZFS restructuring - move platform specific sourcesMatthew Macy2019-09-061-1/+1
* Make module tunables cross platformMatthew Macy2019-09-051-35/+30
* Prevent race in blkptr_verify against device removalPaul Dagnelie2019-08-131-2/+2
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-161-3/+29
* Fix coverity defects: CID 186143loli10K2019-05-231-1/+1
* Fix kstat state update during pool transitionRichard Elling2019-05-231-2/+12
* zpool import progress kstatOlaf Faaland2019-05-091-0/+210
* Make zfs_special_class_metadata_reserve_pct into a parameterDeHackEd2019-05-071-0/+5
* Add TRIM supportBrian Behlendorf2019-03-291-0/+21
* MMP writes rotate over leavesOlaf Faaland2019-03-121-0/+4