Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-09 | Update bcachefs sources to 07f9a27f1969 bcachefs: add no_invalid_checks flag | Kent Overstreet | |
2024-01-16 | Move c_src dirs back to toplevel | Kent Overstreet | |
We just wanted c sourcefiles out of the top level, not c source directories. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2024-01-16 | move Rust sources to top level, C sources into c_src | Thomas Bertschinger | |
This moves the Rust sources out of rust_src/ and into the top level. Running the bcachefs executable out of the development tree is now: $ ./target/release/bcachefs command or $ cargo run --profile release -- command instead of "./bcachefs command". Building and installing is still: $ make && make install Signed-off-by: Thomas Bertschinger <tahbertschinger@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2022-10-22 | Update bcachefs sources to cd779e0cc5 bcachefs: Skip inode unpack/pack in ↵v0.23 | Kent Overstreet | |
bch2_extent_update() | |||
2021-04-12 | Update bcachefs sources to a8b3ce7599 fixup! bcachefs: Eliminate more ↵ | Kent Overstreet | |
PAGE_SIZE uses | |||
2018-12-19 | Delete more shim layer code | Kent Overstreet | |
2018-06-01 | Update bcachefs sources to 9abf628c70 bcachefs: Fix a spurious error in fsck | Kent Overstreet | |
2017-01-20 | bcache in userspace; userspace fsck | Kent Overstreet | |