Skip to content

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

Closed
hbirth wants to merge 1 commit intoDDNStorage:redfs-rhel10_0from
hbirth:redfs-rhel10_0
Closed

fuse: Use copy_page() when possible for argument copies#119
hbirth wants to merge 1 commit intoDDNStorage:redfs-rhel10_0from
hbirth:redfs-rhel10_0

Conversation

@hbirth
Copy link
Collaborator

@hbirth hbirth commented Mar 9, 2026

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

Cherry picked for performance evaluation from 6.17.

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

Cherry picked for performance evaluation from 6.17.
@hbirth hbirth requested review from bsbernd and yongzech March 9, 2026 07:58
@hbirth hbirth 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