summaryrefslogtreecommitdiff
path: root/linux/sched.c
AgeCommit message (Collapse)Author
2025-04-13Update bcachefs sources to 2f9361370129 bcachefs: Improve opts.degradedKent Overstreet
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2024-01-16Move c_src dirs back to toplevelKent 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-16move Rust sources to top level, C sources into c_srcThomas 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-12Don't use mlockall()Kent Overstreet
We're hitting -ENOMEM while running fsck - we appear to need memory overcommit, which mlockall() disables.
2019-04-10fix check for SYS_randomKent Overstreet
2019-01-14Update bcachefs sources to bcca1c557b bcachefs: fixes for getting stuck ↵Kent Overstreet
flushing journal pins
2018-12-19Delete more shim layer codeKent Overstreet
2018-05-17drop dead codeKent Overstreet
2018-05-17fixes for 32 bit builds/non x86 archsKent Overstreet
2018-05-17Update bcachefs sources to 0906b1fb49 bcachefs: fixes for 32 bit/big endian ↵Kent Overstreet
machines
2018-02-05use futex instead of pthread cond variable for scheduleKent Overstreet
2017-08-23urandom fallbackKent Overstreet
2017-05-12Update bcachefs sources to 14e9ac5016 bcachefs: btree_iter fastpathKent Overstreet
2017-01-20bcache in userspace; userspace fsckKent Overstreet