Skip to content

fuse: Use copy_page() when possible for argument copies#118

Closed
bsbernd wants to merge 1 commit intoredfs-ubuntu-hwe-6.17.0-16.16-24.04.1from
6.17-optimized-page-copy
Closed

fuse: Use copy_page() when possible for argument copies#118
bsbernd wants to merge 1 commit intoredfs-ubuntu-hwe-6.17.0-16.16-24.04.1from
6.17-optimized-page-copy

Conversation

@bsbernd
Copy link
Collaborator

@bsbernd bsbernd commented Mar 6, 2026

Copying large buffers should be as optimized as possible and fuse_copy_do() is optimized for full page copies - use that when possible.

Copying large buffers should be as optimized as possible and
fuse_copy_do() is optimized for full page copies - use that
when possible.
@hbirth
Copy link
Collaborator

hbirth commented Mar 16, 2026

do we still want to do this?

@bsbernd
Copy link
Collaborator Author

bsbernd commented Mar 16, 2026

I don't think so, almost no gain.

@bsbernd bsbernd closed this Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants