Page MenuHomeFreeBSD

p9fs: implement working putpages (fix mmap write)
ClosedPublic

Authored by val_packett.cool on Jun 19 2024, 5:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 4, 4:30 PM
Unknown Object (File)
Thu, Oct 2, 4:28 PM
Unknown Object (File)
Sat, Sep 27, 4:51 AM
Unknown Object (File)
Sep 12 2025, 10:30 AM
Unknown Object (File)
Sep 10 2025, 10:10 PM
Unknown Object (File)
Sep 5 2025, 8:53 AM
Unknown Object (File)
Aug 22 2025, 2:41 PM
Unknown Object (File)
Aug 10 2025, 2:17 AM
Subscribers

Details

Summary

Mostly copied from smbfs. This driver in its current state has the exact
same issue that prevents the generic putpages implementation from
working.

Sponsored by: https://www.patreon.com/valpackett

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dfr accepted this revision.EditedJun 24 2024, 3:53 PM

Looks good. The web UI isn't allowing me to mark this as accepted for some reason but I'll merge it anyway.

Edit: now it shows as accepted: very confused, never mind.

This revision is now accepted and ready to land.Jun 24 2024, 3:53 PM
This revision was automatically updated to reflect the committed changes.