aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-1/+1
* Prevent unnecessary resilver restartsjwpoduska2019-11-271-28/+48
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-14/+11
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-131-0/+29
* Make module tunables cross platformMatthew Macy2019-09-051-22/+12
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-3/+3
* 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