aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/spa.c
Commit message (Expand)AuthorAgeFilesLines
* Fix NULL pointer dereference in spa_open_common()Richard Yao2022-10-181-1/+1
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-3/+3
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-2/+2
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-281-5/+14
* Cleanup spa_export_common()Richard Yao2022-09-271-8/+6
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-2/+2
* Cleanup dead spa_boot codeRichard Yao2022-09-131-1/+0
* Implement a new type of zfs receive: corrective receive (-c)Alek P2022-07-281-0/+4
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Call nvlist_free before returnFinix19792022-07-071-0/+1
* Enable -Wwrite-stringsнаб2022-06-291-12/+13
* Verify BPs in spa_load_verify_cb() and dsl_scan_visitbp()Brian Behlendorf2022-05-201-3/+16
* Improve log spacemap load timeAlexander Motin2022-04-261-1/+1
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-1/+1
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-3/+3
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-041-1/+1
* Add spa _os() hooksJorgen Lundman2022-02-151-0/+11
* Avoid dirtying the final TXGs when exporting a poolGeorge Amanakis2022-02-151-17/+43
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-1/+1
* Add more control/visibility to spa_load_verify().Alexander Motin2022-02-041-3/+17
* Clean up CSTYLEDsнаб2022-01-261-7/+14
* module/*.ko: prune .data, global .rodataнаб2022-01-141-21/+23
* module: zfs: fix unused, remove argsusedнаб2021-12-231-6/+11
* module: zfs: spa: shim out vdev_count_verify_zaps()наб2021-12-231-0/+2
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-061-19/+28
* Vdev Properties FeatureAllan Jude2021-11-301-1/+1
* Check l2cache vdevs pending list inside the vdev_inuse()Fedor Uporov2021-11-111-5/+16
* Skip spacemaps reading in case of pool readonly importFedor Uporov2021-11-091-0/+7
* spa.c: Replace VERIFY(nvlist_*(...) == 0) with fnvlist_* (#12678)Allan Jude2021-10-261-156/+129
* Use fallthrough macroBrian Behlendorf2021-09-141-1/+1
* Run arc_evict thread at higher priorityTony Nguyen2021-08-101-3/+4
* Initialize "autoreplace" in spa_ld_get_props()Mark Johnston2021-07-261-1/+1
* Optimize allocation throttlingAlexander Motin2021-07-211-6/+6
* Update cache file when setting compatibility propertyBrian Behlendorf2021-06-241-5/+12
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-17/+31
* Optimize small random numbers generationAlexander Motin2021-06-221-3/+3
* Scale worker threads and taskqs with number of CPUsAlexander Motin2021-05-141-22/+66
* Balance parentheses in parameter descriptionspstef2021-04-111-1/+1
* Fix various typosAndrea Gelmini2021-04-021-1/+1
* Add "compatibility" property for zpool feature setsColm2021-02-171-0/+30
* spa_export_common: refactor common exit pointsWill Andrews2021-01-251-11/+12
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-211-5/+23
* Make metaslab class rotor and aliquot per-allocator.Alexander Motin2020-12-151-9/+12
* Implement memory and CPU hotplugPaul Dagnelie2020-12-101-4/+4
* FreeBSD: notify userspace when a vdev is removedRyan Moeller2020-12-021-0/+3
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-32/+94
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-081-1/+1
* Throw const on some stringsRyan Moeller2020-10-021-4/+4
* vdev_ashift should only be set onceGeorge Wilson2020-09-181-1/+0
* Fix stack frame size: spa_livelist_delete_cb()Pavel Snajdr2020-09-151-5/+7