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

FileStore: use pwritev instead of lseek+writev #7349

Merged
merged 4 commits into from Feb 9, 2016

Commits on Jan 25, 2016

  1. FileStore:Use pwritev instead of writev

    Signed-off-by: Tao Chang <changtao@hihuron.com>
    changtao authored and yuyuyu101 committed Jan 25, 2016
    Copy the full SHA
    f111351 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2016

  1. buffer: refactor write_fd to make readable

    Signed-off-by: Haomai Wang <haomai@xsky.com>
    yuyuyu101 committed Jan 30, 2016
    Copy the full SHA
    75a9ee2 View commit details
    Browse the repository at this point in the history
  2. cmake: add default pwritev support now

    Signed-off-by: Haomai Wang <haomai@xsky.com>
    yuyuyu101 committed Jan 30, 2016
    Copy the full SHA
    aa7b505 View commit details
    Browse the repository at this point in the history
  3. configure.ac: add pwritev check

    Signed-off-by: Haomai Wang <haomai@xsky.com>
    yuyuyu101 committed Jan 30, 2016
    Copy the full SHA
    b1e27a5 View commit details
    Browse the repository at this point in the history