aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/spa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fast Clone DeletionSara Hartse2019-07-261-13/+486
* Race condition between spa async threads and exportSerapheim Dimitropoulos2019-07-181-1/+17
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-161-25/+128
* Remove dedupditto functionalityMatthew Ahrens2019-06-191-15/+3
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-1/+2
* zpool import progress kstatOlaf Faaland2019-05-091-2/+24
* Add feature check for 'zpool resilver' commandTom Caputi2019-05-021-0/+4
* Update a comment to match the codeRichard Laager2019-04-161-2/+2
* predictive prefetch disabled on new pools until export/rebootMatthew Ahrens2019-04-051-1/+2
* Add TRIM supportBrian Behlendorf2019-03-291-21/+185
* Panic when running 'zpool split'Roman Strashkin2019-03-221-0/+12
* MMP interval and fail_intervals in uberblockOlaf Faaland2019-03-211-26/+97
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-131-0/+10
* Simplify spa_sync by breaking it up to smaller functionsSerapheim Dimitropoulos2019-01-181-169/+197
* Serialize ZTHR operations to eliminate racesSerapheim Dimitropoulos2019-01-131-8/+6
* zfs initialize performance enhancementsGeorge Wilson2019-01-071-26/+64
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-12/+143
* OpenZFS 9682 - page fault in dsl_async_clone_destroy() while opening poolSerapheim Dimitropoulos2018-10-191-3/+9
* Defer new resilvers until the current one endsTom Caputi2018-10-181-4/+12
* Improved error handling for extreme rewindsBrian Behlendorf2018-10-121-3/+4
* Refcounted DSL Crypto Key MappingsTom Caputi2018-10-031-17/+1
* OpenZFS 9700 - ZFS resilvered mirror does not balance readsJerry Jelinek2018-10-021-0/+4
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-6/+7
* zpool split can create a corrupted poolRoman Strashkin2018-09-121-3/+3
* Pool allocation classesDon Brady2018-09-051-13/+54
* Introduce read/write kstats per datasetSerapheim Dimitropoulos2018-08-201-0/+2