Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-03 | Update bcachefs sources to 09d4c2acbf4c bcachefs: reconstruct_inode() | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
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-03-16 | Update bcachefs sources to 83338f5b2cb8 bcachefs: fix for building in userspace | Kent Overstreet | |
2024-02-09 | Update bcachefs sources to bee7b5a4fa21 bcachefs: Pin btree cache in ram for ↵ | Kent Overstreet | |
random access in fsck Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2024-02-06 | Update bcachefs sources to 50847e296b34 bcachefs: Check subvol <-> inode ↵ | Kent Overstreet | |
pointers in check_inode() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2024-01-24 | Update bcachefs sources to 481b5f343248 bcachefs: Better error messages for ↵ | Kent Overstreet | |
missing inodes in fsck 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 | Update bcachefs sources to cbb2e45634dd bcachefs: fix simulateously ↵ | Kent Overstreet | |
upgrading & downgrading Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2024-01-05 | Update bcachefs sources to d267e10a43b2 bcachefs: __bch2_sb_field_to_text() | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-12-30 | Update bcachefs sources to 5264e9f4d0c0 bcachefs: fix setting ↵ | Kent Overstreet | |
version_upgrade_complete | |||
2023-12-23 | Update bcachefs sources to 72740a707b64 bcachefs: Split brain detection | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-12-22 | Update bcachefs sources to c6d45169c6 bcachefs: Convert split_devs() to darray | Kent Overstreet | |
2023-12-15 | Update bcachefs sources to 841a95c29f4c bcachefs: fix userspace build errors | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-12-07 | Update bcachefs sources to 6d44812757dd bcachefs: BCH_IOCTL_FSCK_ONLINE | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-11-22 | Update bcachefs sources to 783085c3cc44 kbuild: Allow gcov to be enabled on ↵ | Kent Overstreet | |
the command line 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-11-03 | Update bcachefs sources to d464ec667b2b bcachefs: Add missing printk newlines | Kent Overstreet | |
2023-10-27 | Update bcachefs sources to 7250b2ee5574 bcachefs: Fix deleted inodes btree ↵ | Kent Overstreet | |
in snapshot deletion | |||
2023-10-19 | Update bcachefs sources to 24bdb6fed91c bcachefs: bch2_btree_id_str() | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-09-23 | Update bcachefs sources to f9c612bbf82d bcachefs: Fixes for building in ↵ | Kent Overstreet | |
userspace 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-07-20 | Update bcachefs sources to 4b5917839c bcachefs: Fix a null ptr deref in ↵ | Kent Overstreet | |
check_xattr() | |||
2023-07-20 | Update bcachefs sources to ee560a3929 bcachefs: Print version, options ↵ | Kent Overstreet | |
earlier in startup path | |||
2023-07-10 | Update bcachefs sources to 1e3ca87f7b bcachefs: ↵v1.0 | Kent Overstreet | |
bcachefs_metadata_version_major_minor | |||
2023-07-09 | Update bcachefs sources to da7d42a9a2 bcachefs: Add new assertions for ↵ | Kent Overstreet | |
shutdown path Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-07-07 | Update bcachefs sources to 25de2b00dc bcachefs: Change check for invalid key ↵ | Kent Overstreet | |
types Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-06-04 | Update bcachefs sources to 7c0fe6f104 bcachefs: Fix bch2_fsck_ask_yn() | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-05-25 | Update bcachefs sources to 31c09369cd six locks: Fix an unitialized var | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
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-04-25 | Update bcachefs sources to fd6fb298aa bcachefs: Make sure hash info gets ↵ | Kent Overstreet | |
initialized in fsck Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-04-21 | Update bcachefs sources to 2115a2ffde bcachefs: Kill ↵ | Kent Overstreet | |
bch2_verify_bucket_evacuated() | |||
2023-03-15 | Update bcachefs sources to 0342eebf85 bcachefs: Improve the backpointer to ↵ | Kent Overstreet | |
missing extent message | |||
2023-03-06 | Update bcachefs sources to 3856459b1b bcachefs: ↵ | Kent Overstreet | |
bch2_btree_iter_peek_node_and_restart() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-03-04 | Update bcachefs sources to 171da96d76 bcachefs: Drop some anonymous structs, ↵ | Kent Overstreet | |
unions | |||
2023-03-03 | Update bcachefs sources to 2272c5f5b7 bcachefs: Mark stripe buckets with ↵ | Kent Overstreet | |
correct data type | |||
2023-02-12 | Update bcachefs sources to 3e0c5b0722 fixup! bcachefs: Btree write buffer | Kent Overstreet | |
2023-02-10 | Update bcachefs sources to dab31ca168 bcachefs: Add some logging for btree ↵ | Kent Overstreet | |
node rewrites due to errors | |||
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-18 | Update bcachefs sources to 6406e05835 bcachefs: Nocow support | Kent Overstreet | |
2022-11-13 | Update bcachefs sources to 8d3fc97ca3 bcachefs: Fixes for building in userspace | Kent Overstreet | |
2022-10-23 | Update bcachefs sources to 70fa0c1ff4 fixup! bcachefs: Btree key cache ↵ | Kent Overstreet | |
improvements | |||
2022-10-10 | Update bcachefs sources to 47ffed9fad bcachefs: ↵ | Kent Overstreet | |
bch2_btree_delete_range_trans() now uses peek_upto() | |||
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-09-04 | Update bcachefs sources to 176718966e bcachefs: Re-enable hash_redo_key() | Kent Overstreet | |
2022-08-18 | Update bcachefs sources to dfaf9a6ee2 lib/printbuf: Clean up headers | Kent Overstreet | |
2022-08-11 | Update bcachefs sources to 90a9c61e2b bcachefs: Switch ↵ | Kent Overstreet | |
bch2_btree_delete_range() to bch2_trans_run() | |||
2022-06-14 | Update bcachefs sources to c76f7e91e8 bcachefs: Fix btree node read retries | Kent Overstreet | |
2022-06-09 | Update bcachefs sources to 24f7e08cd8 bcachefs: shrinker.to_text() methods | Kent Overstreet | |