aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev.c
Commit message (Expand)AuthorAgeFilesLines
* zed: Add deadman-slot_off.sh zedletBrian Behlendorf2024-05-291-1/+9
* Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.chenqiuhao19972024-05-101-5/+6
* vdev probe to slow disk can stall mmp write checkerDon Brady2024-04-291-9/+13
* zio: rename ZIO_TYPE_IOCTL to ZIO_TYPE_FLUSHRob Norris2024-04-111-6/+6
* Add slow disk diagnosis to ZEDDon Brady2024-02-081-0/+30
* Update vdev devid and physpath if changed between importsAmeer Hamza2024-01-261-13/+27
* RAID-Z expansion featureDon Brady2023-11-081-35/+79
* Set spa_ccw_fail_time=0 when expanding a vdev.Colin Percival2023-10-201-0/+1
* Remove fastwrite mechanism.Alexander Motin2023-07-281-2/+0
* spa_min_alloc should be GCD, not minAmeer Hamza2023-07-201-4/+32
* Don't panic if setting vdev properties is unsupported for this vdev typeYuri Pankov2023-07-201-17/+21
* Ignore pool ashift property during vdev attachmentAmeer Hamza2023-07-201-4/+10
* Another set of vdev queue optimizations.Alexander Motin2023-06-271-9/+7
* Finally drop long disabled vdev cache.Alexander Motin2023-06-091-6/+1
* Fix concurrent resilvers initiated at same timeAkash B2023-05-241-1/+12
* Probe vdevs before marking removedBrian Behlendorf2023-05-191-2/+9
* Create zap for root vdevrob-wing2023-04-201-4/+27
* Fix "Detach spare vdev in case if resilvering does not happen"Ameer Hamza2023-04-191-1/+11
* vdev: expose zfs_vdev_max_ms_shift as a module parameterRob N2023-04-061-2/+5
* Fix short-lived txg caused by autotrimKevin Jin2023-03-281-0/+2
* nvpair: Constify string functionsRichard Yao2023-03-141-19/+18
* Suppress clang static analyzer warning in vdev_stat_update()Richard Yao2023-03-081-0/+6
* Suppress Clang Static Analyzer warning in vdev_split()Richard Yao2023-03-081-0/+4
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-231-15/+122
* zed: unclean disk attachment faults the vdevAmeer Hamza2022-11-291-2/+2
* Allow to control failfastMariusz Zaborski2022-11-101-0/+46
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-1/+0
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-4/+4
* Fix uninitialized value read in vdev_prop_set()Richard Yao2022-10-111-1/+1
* Fix double const qualifier declarationsTino Reichardt2022-09-301-2/+2
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-281-0/+59
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-11/+11
* Improve too large physical ashift handlingAlexander Motin2022-09-081-3/+33
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-1/+1
* Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user propertyAllan Jude2022-06-141-3/+3
* Improve log spacemap load timeAlexander Motin2022-04-261-7/+0
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-3/+3
* Add physical device size to SIZE column in 'zpool list -v'Akash B2022-03-081-0/+1
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-031-2/+2
* Clean up CSTYLEDsнаб2022-01-261-2/+4
* module/*.ko: prune .data, global .rodataнаб2022-01-141-11/+11
* Remove VERIFY() in vdev_props_set_sync()Mark Maybee2022-01-121-1/+4
* module: zfs: fix unused, remove argsusedнаб2021-12-231-1/+8
* Vdev Properties FeatureAllan Jude2021-11-301-4/+622
* Skip spacemaps reading in case of pool readonly importFedor Uporov2021-11-091-0/+6
* Rescan enclosure sysfs path on importTony Hutter2021-10-041-0/+24
* Extend zpool-iostat to account for ZIO_PRIORITY_REBUILD (#12319)Trevor Bautista2021-08-261-6/+3
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-261-2/+2