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

os/bluestore: refactor dirty blob tracking along with some related fixes #10215

Merged
merged 4 commits into from
Aug 11, 2016

Commits on Aug 11, 2016

  1. os/blueStore: fix discard_unallocated for compressed blob

    Signed-off-by: Igor Fedotov <ifedotov@mirantis.com>
    Igor Fedotov committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    1a5ed2b View commit details
    Browse the repository at this point in the history
  2. os/bluestore: remove internal structures from Bluestore.h

    Signed-off-by: Igor Fedotov <ifedotov@mirantis.com>
    Igor Fedotov committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    0c86ed4 View commit details
    Browse the repository at this point in the history
  3. os/bluestore: migrate to refcounting for Blob class instances

    Signed-off-by: Igor Fedotov <ifedotov@mirantis.com>
    Igor Fedotov committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    2c92476 View commit details
    Browse the repository at this point in the history
  4. os/bluestore: collect 'dirty' blobs on per-transaction basis to avoid…

    … onode::blob_map enumeration
    
    Signed-off-by: Igor Fedotov <ifedotov@mirantis.com>
    Igor Fedotov committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    6beade7 View commit details
    Browse the repository at this point in the history