Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-17 | Update bcachefs sources to ff6fd3ef0cd0 bcachefs: Check for writing ↵testing | Kent Overstreet | |
btree_ptr_v2.sectors_written == 0 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> | |||
2023-08-06 | Update bcachefs sources to 717b356d1d bcachefs: Convert journal validation ↵ | Kent Overstreet | |
to bkey_invalid_flags Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-06-27 | Update bcachefs sources to 84f132d569 bcachefs: fsck: Break walk_inode() up ↵ | Kent Overstreet | |
into multiple functions Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-03-14 | Update bcachefs sources to 72405e7ff8 bcachefs: Fix ↵ | Kent Overstreet | |
bch2_check_extents_to_backpointers() | |||
2023-02-27 | Update bcachefs sources to ca97ee3577 bcachefs: ↵ | Kent Overstreet | |
bch2_btree_iter_peek_and_restart_outlined() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-02-20 | Update bcachefs sources to 8e1519ccb6 bcachefs: Add tracepoint & counter for ↵ | Kent Overstreet | |
btree split race 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-26 | Update bcachefs sources to 5963d1b1a4 bcacehfs: Fix ↵ | Kent Overstreet | |
bch2_get_alloc_in_memory_pos() | |||
2022-11-13 | Update bcachefs sources to 8d3fc97ca3 bcachefs: Fixes for building in userspace | Kent Overstreet | |
2022-08-18 | Update bcachefs sources to dfaf9a6ee2 lib/printbuf: Clean up headers | Kent Overstreet | |
2022-03-21 | Update bcachefs sources to 0e705f5944 fixup! bcachefs: Refactor ↵ | Kent Overstreet | |
bch2_btree_node_mem_alloc() | |||
2022-03-13 | Update bcachefs sources to f05b3c1af9 bcachefs: Improve bucket_alloc_fail ↵v0.19 | Kent Overstreet | |
tracepoint | |||
2021-12-28 | Update bcachefs sources to 078a1a596a bcachefs: Optimize bucket reuse | Kent Overstreet | |
2021-11-30 | Update bcachefs sources to 50d6a25d9c bcachefs: Erasure coding fixes | Kent Overstreet | |
2020-08-24 | Update bcachefs sources to 10ab39f2fa bcachefs: Improvements to the journal ↵ | Kent Overstreet | |
read error paths | |||
2019-09-25 | Update bcachefs sources to 5a3a4087af bcachefs: Convert a BUG_ON() to a warning | Kent Overstreet | |
2019-07-11 | Update bcachefs sources to b91a514413 bcachefs: Don't try to delete stripes ↵ | Kent Overstreet | |
when RO | |||
2019-01-23 | Update bcachefs sources to 99750eab4d bcachefs: Persist stripe blocks_used | Kent Overstreet | |
2018-11-30 | Update bcachefs sources to 62de7539dc bcachefs: Make bkey types globally unique | Kent Overstreet | |
2018-11-23 | Update bcachefs sources to da7fefde29 bcachefs: shim for userspace raid library | Kent Overstreet | |
2018-11-04 | Update bcachefs sources to 8bf4b038d4 bcachefs: Assorted fixes for running ↵ | Kent Overstreet | |
on very small devices | |||
2018-10-12 | Update bcachefs sources to d7f6da1d60 bcachefs: fix missing include | Kent Overstreet | |