index
:
bcachefs-tools.git
656-debug
amiculas-build-fs
badhib-debug
benchmark
debug
debug_bkeys
getattr
master
noradtux-debug
snapshot_tree_fix
testing
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commands
Age
Commit message (
Expand
)
Author
6 hours
device_scan.rs
Kent Overstreet
2025-06-25
mount: check if bcachefs module is loaded
Kent Overstreet
2025-05-29
Update bcachefs sources to 7f938192650f bcachefs: darray_find(), darray_find_p()
Kent Overstreet
2025-05-29
cmd_list: Don't run any fsck/upgrades
Kent Overstreet
2025-05-07
list: Allow for lookups within a particular snapshot
Kent Overstreet
2025-04-13
Update bcachefs sources to 2f9361370129 bcachefs: Improve opts.degraded
Kent Overstreet
2025-03-27
bcachefs-tools: make targets of subvolume create/delete required
Integral
2025-03-25
mount: Parse bcachefs options, and pass them to mount helper
Kent Overstreet
2025-03-21
fix(key): replace c_str macro with `c""` literal
Thomas Mühlbacher
2024-12-29
Merge pull request #345 from Flowdalic/mount-print-error
koverstreet
2024-10-25
Allow multiple targets for subvolume delete.
Malte Schröder
2024-10-25
mount: print a helpful error message
Florian Schmaus
2024-10-12
cmd_mount: Change error message on -EBUSY to match util-linux
Kent Overstreet
2024-09-29
cmd_list: open with noxcl
Kent Overstreet
2024-08-09
mount: When mounting a single device, make sure we mount the device specified
Kent Overstreet
2024-07-26
mount: Ask for password via systemd-ask-password
Sasha Finkelstein
2024-07-22
mount: Fix UAF in option string handling
Kent Overstreet
2024-07-21
refactor: fix clippy lint
Thomas Mühlbacher
2024-07-21
style: nix fmt
Thomas Mühlbacher
2024-07-20
mount: Fall back to read-only on -EROFS
Kent Overstreet
2024-07-18
mount: Close devices before doing mount
Kent Overstreet
2024-07-15
logging: kill quiet option
v1.9.4
Kent Overstreet
2024-06-29
feat: use `ExitCode` over `std::process:exit()`
Thomas Mühlbacher
2024-06-28
feat: add `--quiet` cli argument
Thomas Mühlbacher
2024-06-28
feat: use env_logger
Thomas Mühlbacher
2024-06-26
refactor: simplify branches for parsing dev
Thomas Mühlbacher
2024-06-26
feat(mount): make unlock policy optional/explict
Thomas Mühlbacher
2024-06-26
refactor(mount): rename `opt` => `cli`
Thomas Mühlbacher
2024-06-26
refactor: rm function param only used for log msg
Thomas Mühlbacher
2024-06-18
fix(logger): log to stderr
Thomas Mühlbacher
2024-06-10
fix(subvol): canonicalize requires path to exist
Thomas Mühlbacher
2024-06-09
fix(subvol): make cmds work with relative paths
Thomas Mühlbacher
2024-05-31
Merge pull request #284 from tmuehlbacher/fix-result-eval
koverstreet
2024-05-31
refactor: casting-related `clippy::pedantic` fixes
Thomas Mühlbacher
2024-05-31
refactor: make `c_str!` simpler, add test
Thomas Mühlbacher
2024-05-31
refactor: change some fn type sigs and simplify
Thomas Mühlbacher
2024-05-31
refactor: treat harmless `clippy::pedantic` lints
Thomas Mühlbacher
2024-05-31
fix: evaluate KeyHandle Result
Thomas Mühlbacher
2024-05-31
fix: keep compat with MSRV
Thomas Mühlbacher
2024-05-30
feat: rewrite key.rs
Thomas Mühlbacher
2024-05-30
refactor: rename function again
Thomas Mühlbacher
2024-05-30
refactor: reduce `UnlockPolicy` boilerplate
Thomas Mühlbacher
2024-05-29
mount: minor cleanup
Kent Overstreet
2024-05-26
Format with rustfmt
Kent Overstreet
2024-05-26
`check_for_key` before `ask_for_passphrase`
Thomas Mühlbacher
2024-05-22
refactor: manually fix remaining clippy lints
Thomas Mühlbacher
2024-05-22
refactor: `cargo clippy --fix`
Thomas Mühlbacher
2024-05-09
add "bkey-type" option to list command
Thomas Bertschinger
2024-05-07
mount: Make udev_bcachefs_info more idiomatic
Tony Asleson
2024-05-07
Handle mount with FS with 1 device
Tony Asleson
[next]