summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-13fsck: Fall back to userland fsck when probed for kernel fsckv1.6Kent Overstreet
2024-02-12fsck: Automatically use kernel fsck when better version matchKent Overstreet
2024-02-10kill_btree_node: fix return codeKent Overstreet
2024-02-10Update bcachefs sources to 39a84c99af2d bcachefs: Clamp replicas_required to ...Kent Overstreet
2024-02-09Update bcachefs sources to bee7b5a4fa21 bcachefs: Pin btree cache in ram for ...Kent Overstreet
2024-02-09Merge pull request #236 from ErrorNoInternet/subcommand-aliaseskoverstreet
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-02-05cosmetic refactoring of MakefileFrederik Schwan
2024-02-04rust: update bindgen to 0.69.4; remove custom type modificationsThomas Bertschinger
2024-02-04Merge pull request #231 from sesse/install-mountkoverstreet
2024-02-04Make initramfs hook install mount.bcachefsSteinar H. Gunderson
2024-01-29Merge pull request #229 from g2p/cli-symlinkkoverstreet
2024-01-29Merge pull request #228 from g2p/non-utf8-printbuf-displaykoverstreet
2024-01-29printbuf_to_formatter: Lossy display of non-UTF-8 printbufsGabriel
2024-01-29Add bcachefs command compatibility symlinkGabriel
2024-01-27cmd_list_journal: --transaction-filter now takes rangeKent Overstreet
2024-01-27feat(c_src): drop entirely subvolume subcommandsRyan Lahfa
2024-01-27fix(build): clean should delete top-level libbcachefs.aRyan Lahfa
2024-01-27feat(rust/commands): introduce Rust-driven `subvolume` sub-CLIRyan Lahfa
2024-01-27feat(rust/wrappers): init `BcachefsHandle`Ryan Lahfa
2024-01-27feat(bindgen): expose `bcache_fs_(open|close)` to Rust sideRyan Lahfa
2024-01-26doc(versioning): document version semantics of this projectRaito Bezarius
2024-01-26feat(bindgen): expose `BCH_IOCTL_SUBVOLUME_*` on Rust sideRaito Bezarius
2024-01-26fix(bindgen): expand the Fix753 workaround for any type and document itRaito Bezarius
2024-01-26fix(libbcachefs/ioctl): `dirfd` should be a signed 32 bits integerRaito Bezarius
2024-01-24Update bcachefs sources to 481b5f343248 bcachefs: Better error messages for m...Kent Overstreet
2024-01-23use upstream bindgen; fix packed and aligned typesThomas Bertschinger
2024-01-23remove bch_bindgen/Cargo.lock from version controlThomas Bertschinger
2024-01-23Merge pull request #220 from ElvishJerricco/fix-nix-and-docskoverstreet
2024-01-23rust: fix docsWill Fancher
2024-01-23nix: fix buildWill Fancher
2024-01-21Merge pull request #219 from xhebox/masterkoverstreet
2024-01-21bch_bindgen: add liburcu paths by pkgconfigxhe
2024-01-20Remove gag usageKent Overstreet
2024-01-16Move c_src dirs back to toplevelKent Overstreet
2024-01-16rust: bump rpassword to v7.xFaidon Liambotis
2024-01-16move Rust sources to top level, C sources into c_srcThomas Bertschinger
2024-01-16remove library from bcachefs-tools Rust packageThomas Bertschinger
2024-01-16convert main() from C to RustThomas Bertschinger
2024-01-15cmd_dump: Use buffered IOKent Overstreet
2024-01-15Prune rust dependenciesKent Overstreet
2024-01-15cmd_attr: check for errors from fdopendir()Kent Overstreet
2024-01-15cmd_mount: Use noxcl for opening block devicesv1.4.1Kent Overstreet
2024-01-12rust: remove dependency on itertoolsFaidon Liambotis