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-03 | Update bcachefs sources to 2a6125decb43 bcachefs: bch_sb_field_downgrade | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2022-06-27 | hweight32() | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> | |||
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 | |
2017-06-13 | Update bcachefs sources to 6a25f7a00d bcachefs: fix ioctl code | Kent Overstreet | |
2017-05-08 | Update bcachefs sources to 9ceb982d77 bcachefs: Store bucket gens in a btree | Kent Overstreet | |
2017-04-09 | Update bcachefs sources to da037866e6 | Kent Overstreet | |
2017-01-20 | bcache in userspace; userspace fsck | Kent Overstreet | |