Age | Commit message (Expand) | Author |
2024-03-13 | bcachefs: Kill unused flags argument to btree_split() | Kent Overstreet |
2024-03-13 | bcachefs: Kill more -EIO error codes | Kent Overstreet |
2024-03-10 | bcachefs: bump max_active on btree_interior_update_worker | Kent Overstreet |
2024-03-10 | bcachefs: Fix journal replay with unreadable btree roots | Kent Overstreet |
2024-02-13 | bcachefs: Clamp replicas_required to replicas | Kent Overstreet |
2024-01-21 | bcachefs: Prep work for variable size btree node buffers | Kent Overstreet |
2024-01-05 | bcachefs: Combine .trans_trigger, .atomic_trigger | Kent Overstreet |
2024-01-05 | bcachefs: trans_mark now takes bkey_s | Kent Overstreet |
2024-01-01 | bcachefs: Fix interior update path btree_path uses | Kent Overstreet |
2024-01-01 | bcachefs: get_unlocked_mut_path() -> btree_path_idx_t | Kent Overstreet |
2024-01-01 | bcachefs: trans_for_each_path_with_node() no longer uses path->idx | Kent Overstreet |
2024-01-01 | bcachefs: trans_for_each_path() no longer uses path->idx | Kent Overstreet |
2024-01-01 | bcachefs: btree_iter -> btree_path_idx_t | Kent Overstreet |
2024-01-01 | bcachefs: bch2_btree_path_traverse() -> btree_path_idx_t | Kent Overstreet |
2024-01-01 | bcachefs: bch2_btree_path_make_mut() -> btree_path_idx_t | Kent Overstreet |
2024-01-01 | bcachefs; bch2_path_put() -> btree_path_idx_t | Kent Overstreet |
2024-01-01 | bcachefs: bch2_path_get() -> btree_path_idx_t | Kent Overstreet |
2024-01-01 | bcachefs: for_each_keylist_key() declares loop iter | Kent Overstreet |
2024-01-01 | bcachefs: Make sure allocation failure errors are logged | Kent Overstreet |
2024-01-01 | bcachefs: bch_err_(fn|msg) check if should print | Kent Overstreet |
2024-01-01 | bcachefs: bch2_trans_node_add no longer uses trans_for_each_path() | Kent Overstreet |
2024-01-01 | bcachefs: Improve trans->extra_journal_entries | Kent Overstreet |
2024-01-01 | bcachefs: Include btree_trans in more tracepoints | Kent Overstreet |
2024-01-01 | bcachefs: convert bch_fs_flags to x-macro | Kent Overstreet |
2024-01-01 | bcachefs: Rename BTREE_INSERT flags | Kent Overstreet |
2024-01-01 | bcachefs: Kill dead BTREE_INSERT flags | Kent Overstreet |
2024-01-01 | bcachefs: Journal pins must always have a flush_fn | Kent Overstreet |
2023-12-19 | bcachefs; guard against overflow in btree node split | Kent Overstreet |
2023-12-19 | bcachefs: btree_node_u64s_with_format() takes nr keys | Kent Overstreet |
2023-12-04 | bcachefs: Fix a journal deadlock in replay | Kent Overstreet |
2023-11-28 | bcachefs: Fix race between btree writes and metadata drop | Kent Overstreet |
2023-11-28 | bcachefs: Fix split_race livelock | Kent Overstreet |
2023-11-24 | closures: CLOSURE_CALLBACK() to fix type punning | Kent Overstreet |
2023-11-14 | bcachefs: Kill journal pre-reservations | Kent Overstreet |
2023-11-05 | bcachefs: Don't iterate over journal entries just for btree roots | Kent Overstreet |
2023-11-04 | bcachefs: Fix build errors with gcc 10 | Kent Overstreet |
2023-11-01 | bcachefs: Don't downgrade locks on transaction restart | Kent Overstreet |
2023-11-01 | bcachefs: Enumerate fsck errors | Kent Overstreet |
2023-10-22 | bcachefs: Heap allocate btree_trans | Kent Overstreet |
2023-10-22 | bcachefs: Fix W=12 build errors | Kent Overstreet |
2023-10-22 | bcachefs: remove redundant initialization of pointer d | Colin Ian King |
2023-10-22 | bcachefs: Convert more code to bch_err_msg() | Kent Overstreet |
2023-10-22 | bcachefs: Fix silent enum conversion error | Kent Overstreet |
2023-10-22 | bcachefs: Don't open code closure_nr_remaining() | Kent Overstreet |
2023-10-22 | bcachefs: btree_journal_iter.c | Kent Overstreet |
2023-10-22 | bcachefs: Assorted fixes for clang | Kent Overstreet |
2023-10-22 | bcachefs: Fix a write buffer flush deadlock | Kent Overstreet |
2023-10-22 | bcachefs: Assorted sparse fixes | Kent Overstreet |
2023-10-22 | bcachefs: Allow for unknown btree IDs | Kent Overstreet |
2023-10-22 | bcachefs: Kill BTREE_INSERT_USE_RESERVE | Kent Overstreet |