summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-22Rename KeyLocation to more appropriate KeyPolicyRoland Vet
2024-02-22TypoRoland Vet
2024-02-22Rename sbs to block_devices_to_mountRoland Vet
2024-02-22Rephrase help messageRoland Vet
2024-02-22Remove unnecessary bracketsRoland Vet
2024-02-22Add decryption by key_fileRoland Vet
2024-02-22Add fmt::Display for KeyLocationRoland Vet
2024-02-22Refactor ask_for_key to call new decrypt_master_keyRoland Vet
2024-02-22Fix dirent test: lines have changedRoland Vet
2024-02-22Fix line checkRoland Vet
2024-02-20rust: use libc::Ioctl type for ioctl() request argumentThomas Bertschinger
2024-02-20v1.6.3v1.6.3Kent Overstreet
2024-02-20Update bcachefs sources to c887148ebf99 thread_with_file: add f_ops.flushKent Overstreet
2024-02-17cmd_fsck: Collect return code of kernel fsck with close()Kent Overstreet
2024-02-17bch_bindgen: fix packed and aligned structs on i686, ppc64Thomas Bertschinger
2024-02-16Merge remote-tracking branch 'github/master'Kent Overstreet
2024-02-16Merge pull request #211 from oz123/masterkoverstreet
2024-02-15Update bcachefs sources to 9a555a741e80 bcachefs: omit alignment attribute on...v1.6.2Kent Overstreet
2024-02-13fix build on old gccv1.6.1Kent Overstreet
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