aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev.c
Commit message (Expand)AuthorAgeFilesLines
* Cap metaslab memory usagePaul Dagnelie2019-08-161-14/+0
* Log Spacemap ProjectSerapheim Dimitropoulos2019-07-161-4/+36
* Allow metaslab to be unloaded even when not freed fromPaul Dagnelie2019-06-061-0/+14
* Exclude log device ashift from normal classBrian Behlendorf2019-05-291-4/+1
* Add TRIM supportBrian Behlendorf2019-03-291-8/+98
* Make zpool status counters match error events countTony Hutter2019-03-141-11/+0
* MMP writes rotate over leavesOlaf Faaland2019-03-121-0/+13
* Fix overly broad spa config lockBrian Behlendorf2019-02-271-1/+0
* zpool reports 16E expandsize on disks with oddball number of sectorsloli10K2019-02-221-0/+11
* Introduce auxiliary metaslab histogramsSerapheim Dimitropoulos2019-02-201-6/+13
* Get rid of space_map_update() for ms_synced_lengthSerapheim Dimitropoulos2019-02-121-18/+6
* Simplify log vdev removal codeSerapheim Dimitropoulos2019-01-311-48/+4
* vs_alloc can underflow in L2ARC vdevsSerapheim Dimitropoulos2019-01-311-0/+6
* Change target size of metaslabs from 256GB to 16GBSerapheim Dimitropoulos2019-01-251-36/+50
* Remove unused vdev_t fieldsSerapheim Dimitropoulos2019-01-171-2/+0
* Update vdev_is_spacemap_addressable() for new spacemap encodingSerapheim Dimitropoulos2019-01-161-5/+9
* zfs initialize performance enhancementsGeorge Wilson2019-01-071-0/+1
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-2/+44
* OpenZFS 9963 - Separate tunable for disabling ZIL vdev flushPrakash Surya2018-12-071-0/+10
* zed: detect and offline physically removed devicesloli10K2018-11-091-0/+1
* Add zpool status -s (slow I/Os) and -p (parseable)Tony Hutter2018-11-081-10/+13
* Fix dirtying vdev config on with RO spaTom Caputi2018-11-071-2/+3
* Make vdev_set_deferred_resilver() recursiveTom Caputi2018-11-071-1/+8
* OpenZFS 9690 - metaslab of vdev with no space maps was flushed during removalSerapheim Dimitropoulos2018-10-191-12/+10
* Defer new resilvers until the current one endsTom Caputi2018-10-181-4/+31
* Improved error handling for extreme rewindsBrian Behlendorf2018-10-121-16/+29
* Revert "Allow ECKSUM in vdev_checkpoint_sm_object()"Brian Behlendorf2018-10-121-8/+4
* Pool allocation classesDon Brady2018-09-051-28/+183
* Allow ECKSUM in vdev_checkpoint_sm_object()Brian Behlendorf2018-08-311-4/+8
* s/VERIFY/VERIFY3S in vdev_checkpoint_sm_objectTim Chase2018-08-211-1/+2
* OpenZFS 9112 - Improve allocation performance on high-end systemsPaul Dagnelie2018-07-311-2/+2
* Add support for autoexpand propertyBrian Behlendorf2018-07-231-1/+2
* OpenZFS 9426 - metaslab size can exceed offset addressable by spacemapDon Brady2018-07-111-27/+55
* OpenZFS 9479 - fix wrong format specifier for vdev_idAndriy Gapon2018-07-111-1/+1
* OpenZFS 9238 - ZFS Spacemap Encoding V2Serapheim Dimitropoulos2018-07-051-1/+1
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-18/+169
* OpenZFS 9591 - ms_shift can be incorrectly changedSerapheim Dimitropoulos2018-06-211-2/+2
* zpool reopen should detect expanded devicesSara Hartse2018-05-311-2/+1
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* OpenZFS 9189 - Add debug to vdev_label_read_config when txg check failsPavel Zakharov2018-05-141-1/+2
* OpenZFS 9187 - racing condition between vdev label and spa_last_synced_txg in...Pavel Zakharov2018-05-141-1/+4
* Clear vdev_faultedTim Chase2018-05-081-0/+2
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-081-128/+336
* OpenZFS 8961 - SPA load/import should tell us why it failedPavel Zakharov2018-05-081-8/+62
* OpenZFS 9084 - spa_*_ashift must ignore spare devicesPrakash Surya2018-04-141-8/+0
* OpenZFS 9290 - device removal reduces redundancy of mirrorsMatthew Ahrens2018-04-141-0/+26
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-82/+268
* Add zfs_scan_ignore_errors tunableTim Chase2018-03-131-0/+16
* Hold SCL_VDEV when counting leavesOlaf Faaland2018-03-091-1/+7
* Change checksum & IO delay ratelimit valuesTony Hutter2018-03-041-2/+21