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

blocks/blockstore: Get ARC cache and context passing #2942

Closed
wants to merge 8 commits into from

Commits on Jul 6, 2016

  1. blocks/blockstore: add CacheOpts - structure of cache config

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu authored and whyrusleeping committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    67316e8 View commit details
    Browse the repository at this point in the history
  2. blocks/blockstore: introduce context passing to blockstore

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu authored and whyrusleeping committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    1ed345d View commit details
    Browse the repository at this point in the history
  3. blocks/blockstore: improve logic a bit

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu authored and whyrusleeping committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    e04782d View commit details
    Browse the repository at this point in the history
  4. blocks/blockstore: increase size of bloom filter to 0.5MiB

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu authored and whyrusleeping committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    3a1dce4 View commit details
    Browse the repository at this point in the history
  5. blocks/blockstore: add ARC blckcache

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu authored and whyrusleeping committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    d11ab21 View commit details
    Browse the repository at this point in the history
  6. block/blockstore: bloomcache PutMany logic was not adding to ARC

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu authored and whyrusleeping committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    d1dfd48 View commit details
    Browse the repository at this point in the history
  7. blocks/blockstore: add blockcache to Caching

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu authored and whyrusleeping committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    f5e3e47 View commit details
    Browse the repository at this point in the history
  8. blocks/blockstore: add blockCache test

    License: MIT
    Signed-off-by: Jakub Sztandera <[email protected]>
    Kubuxu committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    8205ff8 View commit details
    Browse the repository at this point in the history