Chao Wang 2c056f768e Pin all ioctl buffer addresses
ScoutFS ioctl structures store user buffer addresses as integers,
so Go cannot update them if the backing memory moves.
Pin every nested buffer before converting its pointer and
unpin it after the ioctl completes.
2026-09-03 10:22:05 -07:00
2024-06-25 15:13:45 -07:00
2021-03-02 16:48:32 -07:00
2018-10-03 11:11:27 -07:00
2018-10-03 11:22:02 -07:00
2026-09-03 10:22:05 -07:00

scoutfs-go

This library provides interfaces for scoutfs See godoc for more details.

GoDoc

ScoutFS Webpage

The ScoutFS repo has ScoutFS introduction and quickstart in README.md.

Visit Versity Blog Post describing example use of this interface.

S
Description
No description provided
Readme BSD-3-Clause
300 KiB
Languages
Go 100%