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

osd: utime_t, eversion_t, osd_stat_sum_t encoding optimization #6902

Merged
merged 3 commits into from
Dec 18, 2015

Commits on Dec 14, 2015

  1. common: utime_t encoding optimization

    there is no padding between tv_sec and tv_nsec, no matter 32-bit
    or 64-bit machine.
    
    Signed-off-by: Xinze Chi <xinze@xsky.com>
    XinzeChi committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    a977e39 View commit details
    Browse the repository at this point in the history
  2. common: eversion_t encoding optimization

    There is no padding between version and epoch, no matter 32-bit
    or 64-bit machine.
    
    Signed-off-by: Xinze Chi <xinze@xsky.com>
    XinzeChi committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    3b08500 View commit details
    Browse the repository at this point in the history
  3. osd: object_stat_sum_t encoding optimization

    Signed-off-by: Xinze Chi <xinze@xsky.com>
    XinzeChi committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    8ad665d View commit details
    Browse the repository at this point in the history