summaryrefslogtreecommitdiffstats
path: root/module/zfs/spa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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