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

Changes to support RockDB examples and RocksDB on YCSB #31

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Dec 27, 2020

  1. Changes to support RocksDB

    This includes the following changes
    
    1. Honour O_CLOEXEC in open call
    2. FCNTL honour O_CLOEXEC
    3. Redirect FREAD_UNLOCKED to FREAD
    4. Handle 'pread' calls in SplitFS
    5. Intercept fallocate
    6. Intercept sync_file_range
    7. Add unit tests
    8. Add implementation.md
    OmSaran committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    b201737 View commit details
    Browse the repository at this point in the history
  2. Fix fallocate issue

    OmSaran committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    f7fb5ed View commit details
    Browse the repository at this point in the history
  3. Rebase changes

    OmSaran committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    aade923 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28866c9 View commit details
    Browse the repository at this point in the history
  5. Add RocksDB

    Add scripts to run ycsb on rocksdb and update readme
    OmSaran committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    aca52cd View commit details
    Browse the repository at this point in the history
  6. Fix typo

    OmSaran committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    e356e28 View commit details
    Browse the repository at this point in the history
  7. Fix rocksdb source

    Add step to compile rocksdb
    OmSaran committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    3a8cc90 View commit details
    Browse the repository at this point in the history