summaryrefslogtreecommitdiff
path: root/src/fuse/ops.rs (follow)
AgeCommit message (Collapse)Author
2022-01-04Replace the op! macro in ops.rs with manual implsAlejandro Soto
2022-01-03Fix forget requests (it was expecting proto::ForgetOne instead of ↵Alejandro Soto
proto::ForgetIn)
2022-01-03Implement flush operationAlejandro Soto
2022-01-03Generalize (AsRef<OsStr>) Reply::target() for ReadlinkAlejandro Soto
2022-01-03Split io::Known into io::Known and io::StatAlejandro Soto
2022-01-02Prepare for releaseAlejandro Soto
2021-12-30Add xattr filesystem callsAlejandro Soto
2021-12-30Enforce common init flagsAlejandro Soto
2021-12-30Add Reply::flags() for OpenAlejandro Soto
2021-12-29Make Reply::ok_with_handle() publicAlejandro Soto
2021-12-29Add Reply::ok() for Release/ReleasedirAlejandro Soto
2021-12-29Refactor FsInfo APIAlejandro Soto
2021-12-29Implement Reply::slice() for ReadAlejandro Soto
2021-12-29Implement Reply::all() for WriteAlejandro Soto
2021-12-29Implement buffered readdirAlejandro Soto
2021-12-28Add missing request accessorsAlejandro Soto
2021-12-28Add Ttl::NULLAlejandro Soto
2021-12-28Rename TimeToLive as TtlAlejandro Soto
2021-12-28Reimplement Release/ReleasedirAlejandro Soto
2021-12-28Expose Operation<'o> in the public APIAlejandro Soto
2021-12-28Reimplement Forget/BatchForgetAlejandro Soto
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-24Migrate to 2021 editionAlejandro Soto
2021-12-23Initial commitAlejandro Soto
I started this project on February 2021, but postponed further development until now. The only modification introduced since then is try_trait_v2 (try_trait no longer exists).