summaryrefslogtreecommitdiff
path: root/src/commands/cmd_mount.rs
AgeCommit message (Expand)Author
2024-04-30remove redundant "cmd_" prefix from functions in "commands"Thomas Bertschinger
2024-04-09mount: canonicalize device path for single device nodeTony Asleson
2024-03-20mount: Handle multi-device with 1 device nodeTony Asleson
2024-03-08path_to_cstr()Kent Overstreet
2024-02-23bch2_sb_is_encrypted{,_and_locked}Roland Vet
2024-02-23Apply naming convention: passphrase->unlock->key->decrypt->fsRoland Vet
2024-02-22Rename KeyLocation to more appropriate KeyPolicyRoland Vet
2024-02-22Rename sbs to block_devices_to_mountRoland Vet
2024-02-22Rephrase help messageRoland Vet
2024-02-22Remove unnecessary bracketsRoland Vet
2024-02-22Add decryption by key_fileRoland Vet
2024-02-07Replace atty with stdlibAlexander Fougner
2024-01-23rust: fix docsWill Fancher
2024-01-20Remove gag usageKent Overstreet
2024-01-16move Rust sources to top level, C sources into c_srcThomas Bertschinger