]> git.sesse.net Git - bcachefs-tools-debian/history - rust-src
fix list_journal for nochanges
[bcachefs-tools-debian] / rust-src /
2023-12-28 Kent Overstreetfix cmd_list for new nochanges semantics
2023-12-22 Kent OverstreetSilence a few rust build warnings
2023-11-23 Alexander Fougnerrust: fix MSRV build
2023-11-16 Kent OverstreetBump rust edition to 2021
2023-11-16 Kent OverstreetUpdate bcachefs sources to 938f680845d1 fixup! rename...
2023-11-12 Finn Behrensrust keylocation add none variant and implement ValueEnum
2023-11-10 Zhai Canrust-cli: add help on `list` command
2023-11-10 Zhai Canadd command to generate Rust-part CLI completions
2023-11-08 Nicholas Sielickirust: mount: use libc::c_ulong for flags
2023-11-05 Alexander Fougnerdowngrade rust deps to compile for MSRV
2023-11-02 Kent OverstreetUpdate, slim down rust dependencies
2023-10-20 Kent OverstreetUpdate bcachefs sources to 24bdb6fed91c bcachefs: bch2_...
2023-10-19 Kent OverstreetUpdate bcachefs sources to a180af9dd349 bcachefs: Refac...
2023-09-24 Kent OverstreetUpdate bcachefs sources to f9c612bbf82d bcachefs: Fixes...
2023-09-08 Colin Gillespiecmd_mount: request passphrase if the existing key is...
2023-09-03 Christopher James... cmd_mount: Fix test-only mount path
2023-08-12 Colin Gillespiecmd_mount: use the correct keyring key type
2023-08-10 Linus Heckemanncmd_mount: don't return 0 on mount failure
2023-08-04 Alexander Fougnerci: set and verify MSRV
2023-07-15 Kent OverstreetUpdate bcachefs sources to e14d7c7195 bcachefs: Compres...
2023-06-15 Jörg Thalheimfix reading keys from non-tty inputs
2023-05-02 Kent OverstreetUpdate bcachefs sources to 6a20aede29 bcachefs: Fix...
2023-04-27 TruongSinh Tran... chore(rust): add opt_get! and expose some FMODE_* as...
2023-04-26 TruongSinh Tran... feat(cmd_mount): Add support for magic keyword `OLD_BLK...
2023-04-26 TruongSinh Tran... chore: logger for idiomatic style and expanded logging...
2023-03-06 Kent Overstreetcmd_list.rs: Finish list modes, delete cmd_list.c
2023-03-05 Kent Overstreetrust: Implement BtreeNodeIter
2023-03-05 Kent Overstreetrust: Fix ptr casting in Fs::open()
2023-03-03 Kent Overstreetrust: BkeySC now has correct lifetime on BtreeIter
2023-02-28 Kent Overstreetrust: Filesystem options now supported
2023-02-28 Kent Overstreetrust: BtreeTrans lifetime now marked w.r.t. Fs
2023-02-28 Kent Overstreetrust: BkeyValC
2023-02-28 Kent Overstreetrust: BkeySC
2023-02-28 Kent Overstreetbcachefs: Annotate BtreeIter with BtreeTrans lifetime
2023-02-28 Kent Overstreetrust: Simplify bpos FromStr
2023-02-28 Kent Overstreetrust: BtreeIterFlags
2023-02-28 Kent OverstreetRust: Start of cmd_list rewrite
2023-02-27 Daniel Hillnix fix up! Rust now integrated into bcachefs binary
2023-02-22 Westly WardMade the -k option for mount.bcachefs default to ask...
2023-02-21 Kent Overstreetrust-src: Clean up read_super bindings
2023-02-21 Kent OverstreetMore rust improvements
2023-02-21 Kent OverstreetRust now integrated into bcachefs binary
2023-02-11 Daniel Hillmount: support remount
2023-02-01 Daniel Hillnix: fix compilation issues
2023-01-18 Alexander Fougnerrust: replace tracing with logger
2023-01-16 Alexander Fougnerrust: use rustfmt defaults
2023-01-15 Alexander Fougnerrust: suppress errors on fs probing
2023-01-15 Alexander Fougnerrust: support fstab style mount
2023-01-03 Daniel Hillnix: overhaul build system.
2023-01-03 Daniel Hillrust: update bindgen to 0.63
2022-11-20 Kent Overstreetrust-src: cargo update
2021-10-18 Kayla Firestacksplit mount into a library crate for rust reuse
2021-10-18 Kayla Firestackadd mount and bch-bindgen nix builder file
2021-10-18 Kayla Firestackmove mount into rust-src, add to overlay