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

Narrow journal aio_lock locking scope in write_aio_bl #5670

Merged
merged 2 commits into from Dec 4, 2015

Commits on Aug 26, 2015

  1. Narrow journal aio_lock locking scope in write_aio_bl

    Aio io_submit in write_aio_bl with aio_lock might take long time to return, so write_finish_thread_entry can't process completed aio when io_submit is blocking. Try to narrow aio_lock locking scope to help those completed aio to get processed asap.
    
    Signed-off-by: Zhi Zhang zhangz.david@outlook.com
    david-z committed Aug 26, 2015
    Copy the full SHA
    ef1434a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2015

  1. Copy the full SHA
    1ec9b65 View commit details
    Browse the repository at this point in the history