aboutsummaryrefslogtreecommitdiff
path: root/module/zfs/vdev_label.c
Commit message (Expand)AuthorAgeFilesLines
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-1/+1
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-1/+1
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-071-1/+1
* Vdev Properties FeatureAllan Jude2021-11-301-0/+4
* Check l2cache vdevs pending list inside the vdev_inuse()Fedor Uporov2021-11-111-4/+19
* Use fallthrough macroBrian Behlendorf2021-09-141-1/+1
* Extend zpool-iostat to account for ZIO_PRIORITY_REBUILD (#12319)Trevor Bautista2021-08-261-0/+18
* Parallelize vdev_validateAlan Somers2021-01-271-1/+2
* Read all disk labels concurrently in vdev_label_read_configAlan Somers2021-01-271-14/+21
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-23/+39
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-091-1/+1
* Fix ubsan: shift exponent is too largeChuck Tuffli2020-10-081-1/+2
* zfs label bootenv should store data as nvlistToomas Soome2020-09-151-24/+90
* Add device rebuild featureBrian Behlendorf2020-07-031-0/+17
* Mark functions as staticArvind Sankar2020-06-181-2/+2
* Add support for boot environment data to be stored in the labelPaul Dagnelie2020-05-071-7/+149
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-1/+1
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-3/+3
* panic in removal_remap test on 4K devicesMatthew Ahrens2019-06-131-3/+2
* Add TRIM supportBrian Behlendorf2019-03-291-0/+18
* MMP interval and fail_intervals in uberblockOlaf Faaland2019-03-211-1/+26
* Fix coverity defects: CID 184285LOLi2018-11-121-2/+1
* zed: detect and offline physically removed devicesloli10K2018-11-091-0/+4
* Add zpool status -s (slow I/Os) and -p (parseable)Tony Hutter2018-11-091-0/+3
* Defer new resilvers until the current one endsTom Caputi2018-10-191-0/+6
* Pool allocation classesDon Brady2018-09-061-0/+24
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-22/+57
* OpenZFS 9486 - reduce memory used by device removal on fragmented poolsMatthew Ahrens2018-05-241-21/+32
* OpenZFS 9189 - Add debug to vdev_label_read_config when txg check failsPavel Zakharov2018-05-141-2/+10
* OpenZFS 9075 - Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov2018-05-091-1/+6
* OpenZFS 8961 - SPA load/import should tell us why it failedPavel Zakharov2018-05-091-2/+9
* OpenZFS 9192 - explicitly pass good_writes to vdev_uberblock/label_syncMatthew Ahrens2018-04-171-11/+17
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-6/+83
* Update mmp_delay on sync or skipped, failed writeOlaf Faaland2018-04-041-1/+0
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-15/+9
* Use linear abd in vdev_copy_uberblocks()Isaac Huang2017-10-061-1/+1
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-031-1/+1
* Multi-modifier protection (MMP)Olaf Faaland2017-07-131-17/+20
* Force fault a vdev with 'zpool offline -f'Tony Hutter2017-05-191-1/+9
* Write label 2,3 uberblocks when vdev expandsOlaf Faaland2017-05-021-0/+61
* Correct lock ASSERTs in vdev_label_read/writeOlaf Faaland2017-04-211-6/+6
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-121-3/+3
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-33/+43
* Turn on/off enclosure slot fault LED even when disk isn't presentTony Hutter2016-10-241-0/+4
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-311-11/+5
* Fix memleak in vdev_config_generate_statsChunwei Chen2016-05-311-0/+1
* Add request size histograms (-r) to zpool iostat, minor man page fixTony Hutter2016-05-251-0/+41
* Add -lhHpw options to "zpool iostat" for avg latency, histograms, & queuesTony Hutter2016-05-121-5/+102
* OpenZFS 6736 - ZFS per-vdev ZAPsJoe Stein2016-05-021-0/+14
* Illumos 6414 - vdev_config_sync could be simplerBrian Behlendorf2016-01-281-6/+13