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

FreeBSD: add support for lockless lookup #10657

Merged
merged 1 commit into from
Aug 5, 2020

Conversation

mattmacy
Copy link
Contributor

Authored-by: mjg mjg@FreeBSD.org
Signed-off-by: Matt Macy mmacy@FreeBSD.org

Motivation and Context

Description

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (a change to man pages or other documentation)

Checklist:

  • My code follows the ZFS on Linux code style requirements.
  • I have updated the documentation accordingly.
  • I have read the contributing document.
  • I have added tests to cover my changes.
  • I have run the ZFS Test Suite with this change applied.
  • All commit messages are properly formatted and contain Signed-off-by.

Authored-by: mjg <mjg@FreeBSD.org>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
@codecov
Copy link

codecov bot commented Aug 1, 2020

Codecov Report

Merging #10657 into master will increase coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10657      +/-   ##
==========================================
+ Coverage   79.55%   79.67%   +0.12%     
==========================================
  Files         394      394              
  Lines      124631   124631              
==========================================
+ Hits        99146    99301     +155     
+ Misses      25485    25330     -155     
Flag Coverage Δ
#kernel 80.14% <ø> (+0.01%) ⬆️
#user 65.86% <ø> (+0.94%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
module/zfs/vdev_indirect.c 73.50% <0.00%> (-11.50%) ⬇️
module/os/linux/spl/spl-kmem-cache.c 78.13% <0.00%> (-10.74%) ⬇️
module/zfs/bpobj.c 86.86% <0.00%> (-4.29%) ⬇️
lib/libzfs/libzfs_changelist.c 85.01% <0.00%> (-1.13%) ⬇️
module/zcommon/zfs_uio.c 87.75% <0.00%> (-1.03%) ⬇️
module/zfs/spa_log_spacemap.c 93.40% <0.00%> (-0.86%) ⬇️
module/zfs/dmu_traverse.c 95.68% <0.00%> (-0.67%) ⬇️
cmd/zed/agents/zfs_mod.c 77.55% <0.00%> (-0.67%) ⬇️
module/zfs/zfs_fm.c 84.39% <0.00%> (-0.58%) ⬇️
cmd/zdb/zdb.c 81.70% <0.00%> (-0.52%) ⬇️
... and 54 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 25499e2...4183708. Read the comment docs.

@behlendorf behlendorf added the Status: Code Review Needed Ready for review and testing label Aug 1, 2020
@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels Aug 4, 2020
@behlendorf behlendorf merged commit 1b376d1 into openzfs:master Aug 5, 2020
@mattmacy mattmacy deleted the projects/lockless_lookup branch August 28, 2020 19:08
jsai20 pushed a commit to jsai20/zfs that referenced this pull request Mar 30, 2021
Authored-by: mjg <mjg@FreeBSD.org>
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes openzfs#10657
sempervictus pushed a commit to sempervictus/zfs that referenced this pull request May 31, 2021
Authored-by: mjg <mjg@FreeBSD.org>
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes openzfs#10657
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants