summaryrefslogtreecommitdiff
path: root/src/commands
AgeCommit message (Expand)Author
6 hoursdevice_scan.rsKent Overstreet
2025-06-25mount: check if bcachefs module is loadedKent Overstreet
2025-05-29Update bcachefs sources to 7f938192650f bcachefs: darray_find(), darray_find_p()Kent Overstreet
2025-05-29cmd_list: Don't run any fsck/upgradesKent Overstreet
2025-05-07list: Allow for lookups within a particular snapshotKent Overstreet
2025-04-13Update bcachefs sources to 2f9361370129 bcachefs: Improve opts.degradedKent Overstreet
2025-03-27bcachefs-tools: make targets of subvolume create/delete requiredIntegral
2025-03-25mount: Parse bcachefs options, and pass them to mount helperKent Overstreet
2025-03-21fix(key): replace c_str macro with `c""` literalThomas Mühlbacher
2024-12-29Merge pull request #345 from Flowdalic/mount-print-errorkoverstreet
2024-10-25Allow multiple targets for subvolume delete.Malte Schröder
2024-10-25mount: print a helpful error messageFlorian Schmaus
2024-10-12cmd_mount: Change error message on -EBUSY to match util-linuxKent Overstreet
2024-09-29cmd_list: open with noxclKent Overstreet
2024-08-09mount: When mounting a single device, make sure we mount the device specifiedKent Overstreet
2024-07-26mount: Ask for password via systemd-ask-passwordSasha Finkelstein
2024-07-22mount: Fix UAF in option string handlingKent Overstreet
2024-07-21refactor: fix clippy lintThomas Mühlbacher
2024-07-21style: nix fmtThomas Mühlbacher
2024-07-20mount: Fall back to read-only on -EROFSKent Overstreet
2024-07-18mount: Close devices before doing mountKent Overstreet
2024-07-15logging: kill quiet optionv1.9.4Kent Overstreet
2024-06-29feat: use `ExitCode` over `std::process:exit()`Thomas Mühlbacher
2024-06-28feat: add `--quiet` cli argumentThomas Mühlbacher
2024-06-28feat: use env_loggerThomas Mühlbacher
2024-06-26refactor: simplify branches for parsing devThomas Mühlbacher
2024-06-26feat(mount): make unlock policy optional/explictThomas Mühlbacher
2024-06-26refactor(mount): rename `opt` => `cli`Thomas Mühlbacher
2024-06-26refactor: rm function param only used for log msgThomas Mühlbacher
2024-06-18fix(logger): log to stderrThomas Mühlbacher
2024-06-10fix(subvol): canonicalize requires path to existThomas Mühlbacher
2024-06-09fix(subvol): make cmds work with relative pathsThomas Mühlbacher
2024-05-31Merge pull request #284 from tmuehlbacher/fix-result-evalkoverstreet
2024-05-31refactor: casting-related `clippy::pedantic` fixesThomas Mühlbacher
2024-05-31refactor: make `c_str!` simpler, add testThomas Mühlbacher
2024-05-31refactor: change some fn type sigs and simplifyThomas Mühlbacher
2024-05-31refactor: treat harmless `clippy::pedantic` lintsThomas Mühlbacher
2024-05-31fix: evaluate KeyHandle ResultThomas Mühlbacher
2024-05-31fix: keep compat with MSRVThomas Mühlbacher
2024-05-30feat: rewrite key.rsThomas Mühlbacher
2024-05-30refactor: rename function againThomas Mühlbacher
2024-05-30refactor: reduce `UnlockPolicy` boilerplateThomas Mühlbacher
2024-05-29mount: minor cleanupKent Overstreet
2024-05-26Format with rustfmtKent Overstreet
2024-05-26`check_for_key` before `ask_for_passphrase`Thomas Mühlbacher
2024-05-22refactor: manually fix remaining clippy lintsThomas Mühlbacher
2024-05-22refactor: `cargo clippy --fix`Thomas Mühlbacher
2024-05-09add "bkey-type" option to list commandThomas Bertschinger
2024-05-07mount: Make udev_bcachefs_info more idiomaticTony Asleson
2024-05-07Handle mount with FS with 1 deviceTony Asleson