aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-2/+3
* Propagate vdev state due to invalid label corruptionvermavipinkumar2021-05-251-1/+2
* Ratelimit deadman zevents as with delay zeventsRyan Moeller2021-04-071-0/+3
* Fix various typosAndrea Gelmini2021-04-021-4/+4
* Allow setting bootfs property on pools with indirect vdevsMartin Matuška2021-03-191-3/+1
* vdev_ops: don't try to call vdev_op_hold or vdev_op_rele when NULLfbynite2021-02-201-2/+2
* Checksum errors may not be countedDon Brady2021-02-191-1/+4
* Parallelize vdev_validateAlan Somers2021-01-261-2/+37
* Parallelize vdev_loadAlan Somers2021-01-261-3/+39
* Set aside a metaslab for ZIL blocksMatthew Ahrens2021-01-211-20/+124
* Correct missing zil_claim() DTL updatesBrian Behlendorf2020-11-201-14/+18
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-106/+247
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-1/+1
* Ignore special vdev ashift for spa ashift min/maxDon Brady2020-10-151-15/+3
* vdev_ashift should only be set onceGeorge Wilson2020-09-181-37/+59
* Avoid posting duplicate zpool eventsDon Brady2020-09-041-4/+3
* zio_ereport_post() and zio_ereport_start() return values are ignoredToomas Soome2020-08-311-3/+4
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-12/+71
* Fix error handling of vdev_top_zapMatthew Ahrens2020-07-291-2/+10
* Add device rebuild featureBrian Behlendorf2020-07-031-51/+187
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Trim L2ARCGeorge Amanakis2020-06-091-5/+8
* Resilver restarts unnecessarily when it encounters errorsJohn Poduska2020-05-131-1/+21
* Add support for boot environment data to be stored in the labelPaul Dagnelie2020-05-071-2/+2
* Persistent L2ARCGeorge Amanakis2020-04-101-3/+16
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-261-14/+18