aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/vdev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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