Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow readers to read consistently #1043

Merged
merged 2 commits into from
Oct 28, 2024
Merged

Commits on Oct 28, 2024

  1. Allow readers to read consistently

    This commit exposes a `read_at` on the block cache allowing callers to
    read the same data from offset X over and over again. This means that
    when we expose data from a block cache in the logrotate filesystem we
    are able to correctly do `wc -l` and similar.
    
    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6f730d5 View commit details
    Browse the repository at this point in the history
  2. clarify comments

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ffae4d1 View commit details
    Browse the repository at this point in the history