summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-02-23bch2_sb_is_encrypted{,_and_locked}Roland Vet
2024-02-23Apply naming convention: passphrase->unlock->key->decrypt->fsRoland Vet
2024-02-22Improve error messageRoland Vet
2024-02-22Rename sb to block_deviceRoland Vet
2024-02-22Rename password{,_policy}Roland Vet
2024-02-22Rename KeyLocation to more appropriate KeyPolicyRoland Vet
2024-02-22TypoRoland 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-22Add fmt::Display for KeyLocationRoland Vet
2024-02-22Refactor ask_for_key to call new decrypt_master_keyRoland Vet
2024-02-20rust: use libc::Ioctl type for ioctl() request argumentThomas Bertschinger
2024-02-09feat: add aliases for a few subcommandsErrorNoInternet
2024-02-09refactor: clean up argumentsErrorNoInternet
2024-02-07Replace atty with stdlibAlexander Fougner
2024-02-06kill dependency on char signednessKent Overstreet
2024-02-06fix snapshotting when dst is single component pathKent Overstreet
2024-02-06Update bcachefs sources to 50847e296b34 bcachefs: Check subvol <-> inode poin...Kent Overstreet
2024-02-05cmd_subvolume: Fix snapshot creation with implicit sourceKent Overstreet
2024-01-27feat(rust/commands): introduce Rust-driven `subvolume` sub-CLIRyan Lahfa
2024-01-27feat(rust/wrappers): init `BcachefsHandle`Ryan Lahfa
2024-01-23rust: fix docsWill Fancher
2024-01-20Remove gag usageKent Overstreet
2024-01-16rust: bump rpassword to v7.xFaidon Liambotis
2024-01-16move Rust sources to top level, C sources into c_srcThomas Bertschinger