Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-13 | Update bcachefs sources to 2f9361370129 bcachefs: Improve opts.degraded | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
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> | |||
2021-01-12 | Don't use mlockall() | Kent Overstreet | |
We're hitting -ENOMEM while running fsck - we appear to need memory overcommit, which mlockall() disables. | |||
2019-04-10 | fix check for SYS_random | Kent Overstreet | |
2019-01-14 | Update bcachefs sources to bcca1c557b bcachefs: fixes for getting stuck ↵ | Kent Overstreet | |
flushing journal pins | |||
2018-12-19 | Delete more shim layer code | Kent Overstreet | |
2018-05-17 | drop dead code | Kent Overstreet | |
2018-05-17 | fixes for 32 bit builds/non x86 archs | Kent Overstreet | |
2018-05-17 | Update bcachefs sources to 0906b1fb49 bcachefs: fixes for 32 bit/big endian ↵ | Kent Overstreet | |
machines | |||
2018-02-05 | use futex instead of pthread cond variable for schedule | Kent Overstreet | |
2017-08-23 | urandom fallback | Kent Overstreet | |
2017-05-12 | Update bcachefs sources to 14e9ac5016 bcachefs: btree_iter fastpath | Kent Overstreet | |
2017-01-20 | bcache in userspace; userspace fsck | Kent Overstreet | |