aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/spa_misc.c
Commit message (Expand)AuthorAgeFilesLines
* status: report pool suspension state under failmode=continueRob N2023-09-201-2/+2
* Selectable block allocatorsednadolski-ix2023-09-011-0/+6
* spa_min_alloc should be GCD, not minAmeer Hamza2023-07-201-0/+1
* Do not report bytes skipped by scan as issued.Alexander Motin2023-06-301-1/+1
* Another set of vdev queue optimizations.Alexander Motin2023-06-271-1/+1
* Finally drop long disabled vdev cache.Alexander Motin2023-06-091-2/+0
* Use list_remove_head() where possible.Alexander Motin2023-06-091-2/+1
* Teach zpool scrub to scrub only blocks in error logGeorge Amanakis2023-05-181-1/+24
* Allow MMP to bypass waiting for other threadsHerb Wartens2023-04-191-3/+26
* nvpair: Constify string functionsRichard Yao2023-03-141-1/+1
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-1/+4
* Improve resilver ETAsBrian Behlendorf2023-01-251-1/+0
* zed: post a udev change event from spa_vdev_attach()Ameer Hamza2022-11-181-1/+1
* Introduce kmem_scnprintf()Richard Yao2022-10-291-1/+1
* 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