summaryrefslogtreecommitdiff
path: root/include/linux/page.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>
2023-08-11Update bcachefs sources to b0788c47d9 bcachefs: Fix check_version_upgrade()Kent Overstreet
2021-07-24fix for musl and non-x86 archsBrett Holman
2020-11-07Update bcachefs sources to 1d669389f7 bcachefs: use a radix tree for inum ↵Kent Overstreet
bitmap in fsck
2018-05-17fixes for 32 bit builds/non x86 archsKent Overstreet
2017-02-28New on disk format - encryptionKent Overstreet
2017-01-20bcache in userspace; userspace fsckKent Overstreet