summaryrefslogtreecommitdiff
path: root/include/linux/bug.h
AgeCommit message (Collapse)Author
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>
2022-10-22Update bcachefs sources to cd779e0cc5 bcachefs: Skip inode unpack/pack in ↵v0.23Kent Overstreet
bch2_extent_update()
2022-03-30Flush standard output before popping assertionsKent Overstreet
Seeing error messages before we die generally makes assertions easier to debug. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
2021-05-17Update bcachefs sources to 0cd3e1d27a bcachefs: Fix for bch2_bkey_pack_pos() ↵Kent Overstreet
not initializing len/version fields
2019-12-04Put valgrind support behind CONFIG_VALGRINDKent Overstreet
2019-11-03Add better valgrind support for journal write buffers.Justin Husted
2019-03-08better implementation of WARNKent Overstreet
2018-04-10Update bcachefs sources to edf5f38218 bcachefs: Refactor superblock codeKent Overstreet
2017-12-21Update bcachefs sources to 14ce2a2031 bcachefs: fixes for building in userspaceKent Overstreet
2017-12-13Shim layer updatesKent Overstreet
2017-04-04Fix some clang warningsKent Overstreet
the issue in cmd_debug - passing members of struct bpos to kstrtoull, which aren't aligned - was a legit bug
2017-01-20bcache in userspace; userspace fsckKent Overstreet