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

Fix ZFS_DEBUG_MODIFY assert in arc_buf_try_copy_decompressed_data #10943

Commits on Sep 17, 2020

  1. Fix ZFS_DEBUG_MODIFY assert in arc_buf_try_copy_decompressed_data

    The assert does not account for the case where there is a single
    buffer in the chain that is decompressed and has a valid
    checksum.
    
    Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
    mattmacy committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    6ee5868 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Eliminate gratuitous bzeroing in dbuf_stats_hash_table_data

    `dbuf_stats_hash_table_data` can take much longer than it needs to
    by repeatedly bzeroing its buffer when in fact the buffer only needs
    to be NULL terminated.
    
    Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
    mattmacy committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    067fd85 View commit details
    Browse the repository at this point in the history