aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dsl_scan.c
Commit message (Expand)AuthorAgeFilesLines
* Checksum errors may not be countedDon Brady2021-02-191-1/+5
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-131-9/+2
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-1/+1
* zil_parse: make callback parameters constChristian Schwarz2020-10-091-4/+6
* Sequential scrub and resilver updated commentsBrian Behlendorf2020-09-041-0/+1
* Add device rebuild featureBrian Behlendorf2020-07-031-8/+36
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-1/+1
* Resilver restarts unnecessarily when it encounters errorsJohn Poduska2020-05-131-1/+22
* Fix infinite scan on a pool with only special allocationsAlexander Motin2020-03-121-3/+6
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-261-1/+1
* Remove limit on number of async zio_frees of non-dedup blocksMatthew Ahrens2020-02-141-1/+15
* Prevent unnecessary resilver restartsjwpoduska2019-11-271-51/+49
* Don't call sizeof on voidPaul Dagnelie2019-10-131-1/+1
* Function name and comment updatesPaul Dagnelie2019-10-111-0/+19
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-22/+43
* Disabled resilver_defer feature leads to looping resilversKody A Kantor2019-09-221-9/+11
* Fix dsl_scan_ds_clone_swapped logicAndriy Gapon2019-09-181-31/+69
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-131-0/+5
* Enable compiler to typecheck loggingMatthew Macy2019-09-121-5/+7
* Fix stalled txg with repeated noop scansTom Caputi2019-09-111-3/+12
* Make module tunables cross platformMatthew Macy2019-09-051-44/+32
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-3/+3
* Fast Clone DeletionSara Hartse2019-07-261-4/+17
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-2/+12
* Make zfs_async_block_max_blocks handle zero correctlyTulsiJain2019-06-031-1/+3
* Fix embedded bp accounting in count_block()Tom Caputi2019-05-251-0/+7
* Multiple DVA Scrubbing FixTom Caputi2019-03-151-58/+137
* Ensure dsl scan prefetch queue is emptiedTom Caputi2018-12-061-0/+20
* Remove races from scrub / resilver testsTom Caputi2018-11-281-0/+26
* Fix 2 small bugs with cached dsl_scan_phys_tTom Caputi2018-10-241-1/+4
* Fix issue with scanning dedup blocks as scan endsTom Caputi2018-10-241-0/+16
* Defer new resilvers until the current one endsTom Caputi2018-10-181-2/+101
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-3/+3
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-261-3/+3
* dsl_scan_scrub_cb: don't double-account non-embedded blocksSteven Noonan2018-07-241-2/+3
* OpenZFS 9454 - ::zfs_blkstats should count embedded blocksMatthew Ahrens2018-07-101-4/+4
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-75/+103
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* OpenZFS 9443 - panic when scrub a v10 poolMatthew Ahrens2018-05-041-1/+2
* OpenZFS 9290 - device removal reduces redundancy of mirrorsMatthew Ahrens2018-04-141-2/+13
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-23/+64
* Fedora 28: Fix misc bounds check compiler warningsTony Hutter2018-04-041-1/+2
* Fix ASSERT in dsl_scan_fini() and cleanup commentsTom Caputi2018-03-281-13/+13
* Project Quota on ZFSNasf-Fan2018-02-131-1/+5
* Fix txg_sync_thread hang in scan_exec_io()Brian Behlendorf2018-01-311-2/+13
* Fix style issues in man pages and commands helpLOLi2018-01-291-1/+6
* OpenZFS 8959 - Add notifications when a scrub is paused or resumedSean Eric Fagan2018-01-171-1/+5
* Support re-prioritizing asynchronous prefetchesTom Caputi2017-12-211-4/+4
* Sequential scrub and resilversTom Caputi2017-11-151-460/+2220