summaryrefslogtreecommitdiff
path: root/src/fuse/session.rs (unfollow)
AgeCommit message (Collapse)Author
2022-01-03Implement flush operationAlejandro Soto
2022-01-02Prepare for releaseAlejandro Soto
2021-12-30Add xattr filesystem callsAlejandro Soto
2021-12-30Enforce common init flagsAlejandro Soto
2021-12-30Fix use semantics of Incoming<'o, O>::owned()Alejandro Soto
Lifetime requirements involving Done<'o> previously prevented any proper use of Owned<O>.
2021-12-29Add missing dispatch variantsAlejandro Soto
2021-12-29Implement buffered readdirAlejandro Soto
2021-12-28Reimplement Forget/BatchForgetAlejandro Soto
2021-12-28Handle destroy requestsAlejandro Soto
This is a temporary fix for what appears to be a Tokio issue. See tokio-rs/tokio#4349.
2021-12-28Implement init hookAlejandro Soto
2021-12-28Redesign the API around a user-provided main loopAlejandro Soto
This is basically a full library rewrite.
2021-12-24Fix old warningsAlejandro Soto
2021-12-24Update dependenciesAlejandro Soto