summaryrefslogtreecommitdiffstats
path: root/module/zfs/spa.c
Commit message (Expand)AuthorAgeFilesLines
* Balance parentheses in parameter descriptionspstef2021-04-141-1/+1
* Fix various typosAndrea Gelmini2021-04-071-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
* FreeBSD: reduce priority of ZIO_TASKQ_ISSUE writes by a larger valueMatthew Macy2020-09-041-5/+17
* Avoid posting duplicate zpool eventsDon Brady2020-09-041-2/+2
* nowait synctask must succeedMatthew Ahrens2020-09-041-2/+1
* zio_ereport_post() and zio_ereport_start() return values are ignoredToomas Soome2020-08-311-1/+2
* zpool: Change base URL for ZFS messages to openzfs-docsRyan Moeller2020-08-261-1/+2
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-0/+1
* Remove GRUB restrictionsRichard Laager2020-08-171-20/+1
* Fix i/o error handling of livelists and zap iterationMatthew Ahrens2020-08-051-1/+1
* Introduce names for ZTHRsSerapheim Dimitropoulos2020-07-291-4/+8
* Fix LOR between dp_config_rwlock and spa_props_lockAlexander Motin2020-07-141-11/+7
* Add device rebuild featureBrian Behlendorf2020-07-031-22/+87
* Mark functions as staticArvind Sankar2020-06-181-6/+6
* Trim L2ARCGeorge Amanakis2020-06-091-0/+20
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-2/+2
* Enable splitting mirrors with indirect vdevsGeorge Amanakis2020-05-061-3/+9
* Use a struct to organize metaslab-group-allocator fieldsMatthew Ahrens2020-04-221-4/+5
* Persistent L2ARCGeorge Amanakis2020-04-101-0/+13
* Add separate field for indicating that spa is in middle of splitMatthew Macy2020-04-091-0/+2
* Add trim support to zpool waitBrian Behlendorf2020-03-041-18/+29
* Improve zfs destroy performance with zio_t-free zio_free()Matthew Ahrens2020-02-281-3/+3
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-031-2/+2
* Fix "zpool add -n" for dedup, special and log devicesloli10K2020-01-061-1/+1
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-5/+5
* Prevent unnecessary resilver restartsjwpoduska2019-11-271-4/+10
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-11/+10
* Minor spa portability fixesMatthew Macy2019-10-281-3/+3
* Fix pool creation with feature@allocation_classes disabledloli10K2019-10-101-0/+10
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-1/+1
* Prevent gcc -Werror=maybe-uninitialized warnings in spa_wait_common()loli10K2019-09-161-1/+1
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-131-0/+277
* Enable compiler to typecheck loggingMatthew Macy2019-09-121-4/+7
* Fix /etc/hostid on root pool deadlockBrian Behlendorf2019-09-101-5/+10
* Make module tunables cross platformMatthew Macy2019-09-051-36/+19
* maxinflight can overflow in spa_load_verify_cb()George Wilson2019-09-021-1/+2
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-6/+6
* Cap metaslab memory usagePaul Dagnelie2019-08-161-0/+4
* spa_load_verify() may consume too much memoryGeorge Wilson2019-08-131-9/+15