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-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-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 d267e10a43b2 bcachefs: __bch2_sb_field_to_text() | Kent Overstreet | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||
2023-12-21 | Update bcachefs sources to 5d0a6c2b32f1 bcachefs: ↵ | Kent Overstreet | |
check_directory_structure() can now be run online | |||
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-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-02 | Update bcachefs sources to b9bd69421f73 bcachefs: x-macro-ify inode flags enumv1.3.1 | Kent Overstreet | |
2023-10-27 | Update bcachefs sources to 7250b2ee5574 bcachefs: Fix deleted inodes btree ↵ | Kent Overstreet | |
in snapshot deletion | |||
2023-10-25 | Update bcachefs sources to 0d63ed13ea3d closures: Fix race in closure_sync()v1.3 | 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-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-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-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-02 | Update bcachefs sources to 6a20aede29 bcachefs: Fix quotas + snapshotsv0.29 | Kent Overstreet | |
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-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-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-12-13 | Update bcachefs sources to 84505cfd37 bcachefs: Go RW before check_alloc_info() | Kent Overstreet | |
2022-11-29 | Update bcachefs sources to 8a65cc4951 bcachefs: Improve ↵ | Kent Overstreet | |
bch2_dev_freespace_init() | |||
2022-11-26 | Update bcachefs sources to 5963d1b1a4 bcacehfs: Fix ↵ | Kent Overstreet | |
bch2_get_alloc_in_memory_pos() | |||
2022-11-20 | Update bcachefs sources to ea47add37d bcachefs: More errcode cleanup | Kent Overstreet | |
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-08-11 | Update bcachefs sources to 90a9c61e2b bcachefs: Switch ↵ | Kent Overstreet | |
bch2_btree_delete_range() to bch2_trans_run() | |||
2022-06-27 | Update bcachefs sources to 95ff72a6c1 fixup! mm: Centralize & improve oom ↵ | Kent Overstreet | |
reporting in show_mem.c | |||
2022-06-09 | Update bcachefs sources to 24f7e08cd8 bcachefs: shrinker.to_text() methods | Kent Overstreet | |
2022-05-02 | Update bcachefs sources to bdf6d7c135 fixup! bcachefs: Kill journal buf ↵ | Kent Overstreet | |
bloom filter | |||
2022-04-06 | Update bcachefs sources to e027cf9aa0 fixup! bcachefs: Defer checking of ↵ | Kent Overstreet | |
alloc -> lru refs until after RW | |||
2022-03-31 | Update bcachefs sources to 5e392aed7a bcachefs: Kill bch2_alloc_write()v0.20 | Kent Overstreet | |
2021-11-30 | Update bcachefs sources to 50d6a25d9c bcachefs: Erasure coding fixes | Kent Overstreet | |
2021-11-16 | Update bcachefs sources to 70b5fb5daf bcachefs: Fix error reporting from ↵ | Kent Overstreet | |
bch2_journal_flush_seq | |||
2021-11-06 | Update bcachefs sources to 6afa1fcb13 bcachefs: Clean up error reporting in ↵ | Kent Overstreet | |
the startup path | |||
2021-10-21 | Update bcachefs sources to 718df3f7c2 bcachefs: Fix restart handling in ↵ | Kent Overstreet | |
for_each_btree_key() | |||
2021-10-20 | Update bcachefs sources to 4dd9a5a488 bcachefs: Fix for leaking of reflinked ↵v0.16 | Kent Overstreet | |
extents | |||
2021-10-20 | Update bcachefs sources to d9d1235f3c bcachefs: Handle transaction restarts ↵ | Kent Overstreet | |
in bch2_blacklist_entries_gc() | |||
2021-10-19 | Update bcachefs sources to 720f644e63 bcachefs: Improve reflink repair code | Kent Overstreet | |
2021-10-14 | Update bcachefs sources to 710cd382bf bcachefs: Fix for leaking of reflinked ↵ | Kent Overstreet | |
extents | |||
2021-09-26 | Update bcachefs sources to 386f00b639 bcachefs: Snapshot creation, deletion | Kent Overstreet | |
2021-09-09 | Update bcachefs sources to 3f3f969859 bcachefs: Fix some compiler warnings | Kent Overstreet | |
2021-07-28 | Update bcachefs sources to b964c6cba8 bcachefs: Change lockrestart_do() to ↵ | Kent Overstreet | |
always call bch2_trans_begin() | |||
2021-06-23 | Update bcachefs sources to ca3cfad39f fixup! bcachefs: Improve ↵ | Kent Overstreet | |
iter->should_be_locked | |||
2021-06-10 | Update bcachefs sources to 69be0dae31 bcachefs: Always zero memory from ↵ | Kent Overstreet | |
bch2_trans_kmalloc() | |||
2021-05-31 | Update bcachefs sources to 3913e0cac3 bcachefs: Journal space calculation fix | Kent Overstreet | |
2021-05-20 | Update bcachefs sources to ac3ab6a511 bcachefs: Fix an uninitialized var | Kent Overstreet | |
2021-05-17 | Update bcachefs sources to 0cd3e1d27a bcachefs: Fix for bch2_bkey_pack_pos() ↵ | Kent Overstreet | |
not initializing len/version fields | |||
2021-03-21 | Update bcachefs sources to 0a9f0fc68a bcachefs: Don't unconditially ↵ | Kent Overstreet | |
version_upgrade in initialize |