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

rgw_file: implement variant offset readdir processing #18335

Merged
merged 2 commits into from Oct 20, 2017

Commits on Oct 18, 2017

  1. rgw_file: implement variant offset readdir processing

    Introduce new rgw_readdir2(...), which in which continues
    from an arbitrary dirent name, which presumably has been
    seen in a prior partial enumeration.
    
    Add single-file unit test for READDIR cases, librgw_file_marker.cc.
    
    Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
    mattbenjamin committed Oct 18, 2017
    Copy the full SHA
    a2c34c5 View commit details
    Browse the repository at this point in the history
  2. rgw_file: disable FLAG_EXACT_MATCH enforcement

    a. upstream motivating behavior no longer reproduces
    b. incorrect stat behavior observed, traced to exact match enforcement
    
    Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
    mattbenjamin committed Oct 18, 2017
    Copy the full SHA
    5e0bea7 View commit details
    Browse the repository at this point in the history