Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-30 | Update bcachefs sources to 794723fc10c4 bcachefs: Topology repair now uses ↵ | Kent Overstreet | |
nodes found by scanning to fill holes 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> | |||
2024-01-05 | linux header updates | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-12-09 | bcachefs-tools: Guard the __struct_group() #define in kernel.h | Chris Webb | |
Our include/linux/byteorder.h uses the system <asm/byteorder.h> because we don't provide our own in include/asm. This then pulls in system <linux/stddef.h> which defines __struct_group. That definition collides with the unconditional #define __struct_group in our local include/linux/kernel.h, provoking preprocessor warnings. Signed-off-by: Chris Webb <chris@arachsys.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-12-07 | fix fallback flex array | Alexander Fougner | |
Signed-off-by: Alexander Fougner <fougner89@gmail.com> | |||
2023-11-29 | add a fallback __DECLARE_FLEX_ARRAYv1.3.5 | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-11-12 | Update bcachefs sources to 3ca08ab51ec9 bcachefs: six locks: Simplify ↵ | Kent Overstreet | |
optimistic spinning Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-08-01 | Update bcachefs sources to 33a60d9b05 bcachefs: Assorted fixes for clang | Kent Overstreet | |
2023-05-02 | Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshotsv0.29 | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-02-13 | Fix cpu_relax() | Kent Overstreet | |
cpu_relax() is supposed to be a compiler barrier - this fixes a bug with btree_write_buffer_flush() getting stuck. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-02-09 | Update bcachefs sources to ea93c26e98 fixup! bcachefs: We can handle missing ↵ | Kent Overstreet | |
btree roots for all alloc btrees Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2022-11-13 | Update bcachefs sources to 8d3fc97ca3 bcachefs: Fixes for building in userspace | Kent Overstreet | |
2022-09-28 | Update bcachefs sources to 24c6361e20 bcachefs: Fix a trans path overflow in ↵ | Kent Overstreet | |
bch2_btree_delete_range_trans() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2022-06-09 | Update bcachefs sources to 24f7e08cd8 bcachefs: shrinker.to_text() methods | Kent Overstreet | |
2021-05-27 | Grab math.h from kernel source tree | Kent Overstreet | |
This gets us round_up() and round_down() Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> | |||
2021-04-13 | Update bcachefs sources to 8eca47e4d5 bcachefs: Improved ↵ | Kent Overstreet | |
check_directory_structure() | |||
2020-11-16 | Update bcachefs sources to d1fd471830 bcachefs: Add more debug checks | Kent Overstreet | |
2019-03-28 | Update bcachefs sources to d868a87c67 bcachefs: fix initial gc | Kent Overstreet | |
2019-01-13 | delete dead code | Kent Overstreet | |
2018-08-15 | Update bcachefs sources to 15f6e66e86 bcachefs: pass around bset_tree less | Kent Overstreet | |
2018-07-13 | Update bcachefs sources to 940d6ca657 bcachefs: acl code improvements | Kent Overstreet | |
2018-05-17 | fixes for 32 bit builds/non x86 archs | Kent Overstreet | |
2017-03-19 | bcachefs-in-userspace improvements | Kent Overstreet | |
Got rid of the stupid shim file hack | |||
2017-03-03 | Delete more unused shim code, update bcache code | Kent Overstreet | |
2017-02-28 | New on disk format - encryption | Kent Overstreet | |
2017-02-06 | update bcache code, fsck improvements | Kent Overstreet | |
2017-01-20 | bcache in userspace; userspace fsck | Kent Overstreet | |