forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOSE-505 Eviction: Incremental freeing (once per checkpoint) (openzfs…
…#451) * Checkpoint driven incremental async merge and evict - mostly lockless lookup * use eviction policy check * use only old index - create a new channel for each merge task * merge progress sent to checkpoint task * next_index returned as last message - constructs free lists in merge * pass w/index phys once a second to checkpoint task * index is flushed in merge task rather than checkpoint task * frees done in checkpoint task (for consistent checkpoint data) - can restart merge using checkpoint and index last_key
- Loading branch information
Showing
3 changed files
with
514 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.