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)
Sun, Jul 19, 2:22 AM
Unknown Object (File)
Mon, Jul 13, 3:07 AM
Unknown Object (File)
Sat, Jul 4, 5:22 PM
Unknown Object (File)
Thu, Jul 2, 3:11 AM
Unknown Object (File)
Wed, Jul 1, 6:53 AM
Unknown Object (File)
Tue, Jun 30, 11:37 AM
Unknown Object (File)
Sat, Jun 27, 1:27 PM
Unknown Object (File)
Jun 4 2026, 3:13 PM
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.