summaryrefslogtreecommitdiff
path: root/src/fuse/io.rs (unfollow)
AgeCommit message (Expand)Author
2022-01-04Move crate::fuse::* to the top-levelAlejandro Soto
2022-01-03Implement Timestamp::new()Alejandro Soto
2022-01-03Replace Reply::fallible() with Reply::and_then()Alejandro Soto
2022-01-03Split io::Known into io::Known and io::StatAlejandro Soto
2022-01-03Add Attrs::device()Alejandro Soto
2022-01-03Fix ctime which is change (not creation) timeAlejandro Soto
2022-01-03Split Attrs::block_size() from Attrs::blocks()Alejandro Soto
2022-01-02Prepare for releaseAlejandro Soto
2021-12-30Add Reply::flags() for OpenAlejandro Soto
2021-12-29Refactor FsInfo APIAlejandro Soto
2021-12-29Implement buffered readdirAlejandro Soto
2021-12-28Add Ttl::NULLAlejandro Soto
2021-12-28Rename TimeToLive as TtlAlejandro Soto
2021-12-28Add Reply::not_permitted()Alejandro Soto
2021-12-28Redesign the API around a user-provided main loopAlejandro Soto
2021-12-24Fix old warningsAlejandro Soto