summaryrefslogtreecommitdiff
path: root/src/bcachefs.rs
AgeCommit message (Expand)Author
2024-05-31refactor: casting-related `clippy::pedantic` fixesThomas Mühlbacher
2024-05-31refactor: treat harmless `clippy::pedantic` lintsThomas Mühlbacher
2024-05-26Format with rustfmtKent Overstreet
2024-04-30remove redundant "cmd_" prefix from functions in "commands"Thomas Bertschinger
2024-03-13Avoid casting away const when processing C command argsWesley Moore
2024-02-06kill dependency on char signednessKent Overstreet
2024-01-27feat(rust/commands): introduce Rust-driven `subvolume` sub-CLIRyan Lahfa
2024-01-27feat(rust/wrappers): init `BcachefsHandle`Ryan Lahfa
2024-01-16move Rust sources to top level, C sources into c_srcThomas Bertschinger