aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dsl_scan.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-8/+8
* Add defensive assertionsRichard Yao2022-10-121-0/+1
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-25/+41
* Cleanup: Change 1 used in bitshifts to 1ULLRichard Yao2022-09-221-1/+1
* Revert "Avoid panic with recordsize > 128k, raw sending and no large_blocks"Brian Behlendorf2022-08-251-15/+0
* Fix scrub resume from newly created holeAlexander Motin2022-07-201-6/+4
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-3/+3
* Fix and disable blocks statistics during scrubAlexander Motin2022-06-281-31/+29
* Avoid panic with recordsize > 128k, raw sending and no large_blocksGeorge Amanakis2022-06-271-0/+15
* Avoid two 64-bit divisions per scanned blockAlexander Motin2022-06-271-4/+6
* Several sorted scrub optimizationsAlexander Motin2022-06-241-113/+148
* Reduce ZIO io_lock contention on sorted scrubAlexander Motin2022-06-151-4/+15
* Improve sorted scan memory accountingAlexander Motin2022-06-101-2/+5
* Verify BPs in spa_load_verify_cb() and dsl_scan_visitbp()Brian Behlendorf2022-05-201-17/+13
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-14/+14
* Report dnodes with faulty bonuslenGeorge Amanakis2022-02-031-0/+13
* Clean up CSTYLEDsнаб2022-01-261-4/+1
* module/*.ko: prune .data, global .rodataнаб2022-01-141-23/+24
* module: zfs: fix unused, remove argsusedнаб2021-12-231-12/+9
* Make dsl_scan print the pool name in dbgmsgRich Ercolani2021-10-261-37/+64
* Improve scrub maxinflight_bytes math. Alexander Motin2021-05-271-25/+15
* Use dsl_scan_setup_check() to setup a scrubBrian Behlendorf2021-04-081-1/+1
* 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