aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/spa_misc.c
Commit message (Expand)AuthorAgeFilesLines
* BRT: Rework structures and locks to be per-vdevAlexander Motin13 days1-11/+6
* Allocate zap_attribute_t from kmem instead of stackSanjeev Bagewadi2024-10-011-0/+2
* dnode: allow storage class to be overridden by object typeRob Norris2024-07-291-1/+10
* spa_preferred_class: pass the entire zioRob Norris2024-07-291-5/+8
* ddt: dedup table quota enforcementAllan Jude2024-07-251-0/+7
* Simplified the scope of the namespace lockDon Brady2024-05-141-19/+2
* Add support for parallel pool exportsDon Brady2024-05-141-10/+40
* Improve write issue taskqs utilizationAlexander Motin2024-05-011-3/+19
* Parallel pool importGeorge Wilson2024-04-221-7/+19
* BRT: Fix slop space calculation with block cloningBi112024-02-121-1/+2
* Extend import_progress kstat with a notes fieldDon Brady2023-12-051-4/+70
* Improve ZFS objset sync parallelismednadolski-ix2023-11-061-2/+12
* 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