summaryrefslogtreecommitdiff
path: root/include/linux/log2.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>
2020-05-21Update log2.h from linux kernelKent Overstreet
This fixes a build breakage where the old log2.g referenced __ilog2_NaN() which we weren't defining.
2018-08-15Update bcachefs sources to 15f6e66e86 bcachefs: pass around bset_tree lessKent Overstreet
2018-02-09include/linux/log2.h: define PAGE_SHIFT when neededLeah Neukirchen
2018-02-09Patches to support musl libcLeah Neukirchen
UTIME_NOW is defined in <sys/stat.h> on glibc and musl. Else, we just need a few headers to get glibc's <sys/cdefs.h> crud.
2017-04-09Update bcachefs sources to da037866e6Kent Overstreet
2017-01-20bcache in userspace; userspace fsckKent Overstreet