summaryrefslogtreecommitdiff
path: root/rust-src
AgeCommit message (Expand)Author
2023-11-23rust: fix MSRV buildAlexander Fougner
2023-11-16Bump rust edition to 2021Kent Overstreet
2023-11-16Update bcachefs sources to 938f680845d1 fixup! rename and export __kern_path_...Kent Overstreet
2023-11-12rust keylocation add none variant and implement ValueEnumFinn Behrens
2023-11-10rust-cli: add help on `list` commandZhai Can
2023-11-10add command to generate Rust-part CLI completionsZhai Can
2023-11-08rust: mount: use libc::c_ulong for flagsNicholas Sielicki
2023-11-04downgrade rust deps to compile for MSRVAlexander Fougner
2023-11-02Update, slim down rust dependenciesKent Overstreet
2023-10-19Update bcachefs sources to 24bdb6fed91c bcachefs: bch2_btree_id_str()Kent Overstreet
2023-10-18Update bcachefs sources to a180af9dd349 bcachefs: Refactor memcpy into direct...Kent Overstreet
2023-09-23Update bcachefs sources to f9c612bbf82d bcachefs: Fixes for building in users...Kent Overstreet
2023-09-08cmd_mount: request passphrase if the existing key is revokedColin Gillespie
2023-09-03cmd_mount: Fix test-only mount pathChristopher James Halse Rogers
2023-08-12cmd_mount: use the correct keyring key typeColin Gillespie
2023-08-10cmd_mount: don't return 0 on mount failureLinus Heckemann
2023-08-04ci: set and verify MSRVAlexander Fougner
2023-07-15Update bcachefs sources to e14d7c7195 bcachefs: Compression levelsKent Overstreet
2023-06-15fix reading keys from non-tty inputsJörg Thalheim
2023-05-02Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshotsv0.29Kent Overstreet
2023-04-27chore(rust): add opt_get! and expose some FMODE_* as Rust constTruongSinh Tran-Nguyen
2023-04-26feat(cmd_mount): Add support for magic keyword `OLD_BLKID_UUID`TruongSinh Tran-Nguyen
2023-04-26chore: logger for idiomatic style and expanded logging levelsTruongSinh Tran-Nguyen
2023-03-06cmd_list.rs: Finish list modes, delete cmd_list.cKent Overstreet
2023-03-04rust: Implement BtreeNodeIterKent Overstreet
2023-03-04rust: Fix ptr casting in Fs::open()Kent Overstreet
2023-03-02rust: BkeySC now has correct lifetime on BtreeIterKent Overstreet
2023-02-28rust: Filesystem options now supportedKent Overstreet
2023-02-28rust: BtreeTrans lifetime now marked w.r.t. FsKent Overstreet
2023-02-28rust: BkeyValCKent Overstreet
2023-02-28rust: BkeySCKent Overstreet
2023-02-28bcachefs: Annotate BtreeIter with BtreeTrans lifetimeKent Overstreet
2023-02-28rust: Simplify bpos FromStrKent Overstreet
2023-02-27rust: BtreeIterFlagsKent Overstreet
2023-02-27Rust: Start of cmd_list rewriteKent Overstreet
2023-02-27nix fix up! Rust now integrated into bcachefs binaryDaniel Hill
2023-02-22Made the -k option for mount.bcachefs default to ask, without messing up form...Westly Ward
2023-02-21rust-src: Clean up read_super bindingsKent Overstreet
2023-02-21More rust improvementsKent Overstreet
2023-02-21Rust now integrated into bcachefs binaryKent Overstreet
2023-02-11mount: support remountDaniel Hill
2023-02-02nix: fix compilation issuesDaniel Hill
2023-01-18rust: replace tracing with loggerAlexander Fougner
2023-01-16rust: use rustfmt defaultsAlexander Fougner
2023-01-15rust: suppress errors on fs probingAlexander Fougner
2023-01-15rust: support fstab style mountAlexander Fougner
2023-01-03nix: overhaul build system.Daniel Hill
2023-01-03rust: update bindgen to 0.63Daniel Hill
2022-11-19rust-src: cargo updateKent Overstreet
2021-10-18split mount into a library crate for rust reuseKayla Firestack