aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/bcachefs/btree_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-11bcachefs: Fix version checks in validate_bset()Kent Overstreet1-5/+11
2025-06-11bcachefs: Add more flags to btree nodes for rewrite reasonKent Overstreet1-2/+8
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-10/+10
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet1-7/+6
2025-05-31bcachefs: Use bch2_err_matches() for BCH_ERR_fsck_(fix|ignore)Kent Overstreet1-5/+5
2025-05-21bcachefs: Reduce usage of recovery.curr_passKent Overstreet1-2/+1
2025-05-21bcachefs: struct bch_fs_recoveryKent Overstreet1-3/+3
2025-05-21bcachefs: bch2_fs_emergency_read_only2()Kent Overstreet1-4/+12
2025-05-21bcachefs: Rename fsck_running, recovery_running flagsKent Overstreet1-1/+1
2025-05-21bcachefs: Debug params are now static_keysKent Overstreet1-2/+2
2025-05-21bcachefs: Single err message for btree node readsKent Overstreet1-108/+146
2025-05-21bcachefs: Plumb printbuf through bch2_btree_lost_data()Kent Overstreet1-9/+19
2025-05-21bcachefs: Make various async objs visible in debugfsKent Overstreet1-0/+12
2025-05-21bcachefs: bch_dev.io_ref -> enumerated_refKent Overstreet1-9/+13
2025-05-21bcachefs: bch_fs.writes -> enumerated_refsKent Overstreet1-3/+4
2025-05-21bcachefs: Plumb target parameter through btree_node_rewrite_pos()Kent Overstreet1-1/+1
2025-05-21bcachefs: print_str_as_lines() -> print_str()Kent Overstreet1-1/+1
2025-05-21bcachefs: Simplify logicAlan Huang1-6/+2
2025-05-21bcachefs: btree_io_complete_wq -> btree_write_complete_wqKent Overstreet1-1/+1
2025-05-05bcachefs: Add missing barriers before wake_up_bit()Kent Overstreet1-1/+8
2025-04-03bcachefs: Fix scheduling while atomic from logging changesKent Overstreet1-0/+1
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet1-1/+2
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet1-5/+9
2025-04-01bcachefs: fix ref leak in btree_node_read_all_replicasKent Overstreet1-0/+1
2025-03-29bcachefs: Better printing of inconsistency errorsKent Overstreet1-28/+31
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet1-3/+1
2025-03-24bcachefs: btree node write errors now print btree nodeKent Overstreet1-6/+16
2025-03-16bcachefs: Checksum errors get additional retriesKent Overstreet1-1/+1
2025-03-14bcachefs: Finish bch2_account_io_completion() conversionsKent Overstreet1-16/+22
2025-03-14bcachefs: Add time_stat for btree writesKent Overstreet1-5/+11
2025-03-14bcachefs: bch2_btree_node_scrub()Kent Overstreet1-0/+185
2025-03-14bcachefs: bch2_bkey_pick_read_device() can now specify a deviceKent Overstreet1-2/+2
2025-03-11bcachefs: Fix b->written overflowAlan Huang1-1/+1
2025-02-20bcachefs: Fix memmove when move keys downAlan Huang1-1/+1
2025-01-09bcachefs: bch2_btree_node_write_trans()Kent Overstreet1-2/+30
2024-12-21bcachefs: fix bch2_btree_node_header_to_text() format stringKent Overstreet1-1/+1
2024-12-21bcachefs: If we did repair on a btree node, make sure we rewrite itKent Overstreet1-7/+12
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet1-7/+37
2024-12-21bcachefs: Don't try to en/decrypt when encryption not availableKent Overstreet1-58/+59
2024-12-21bcachefs: Fix dup/misordered check in btree node readKent Overstreet1-1/+9
2024-12-21bcachefs: Avoid bch2_btree_id_str()Kent Overstreet1-6/+7
2024-11-08bcachefs: Fix validate_bset() repair pathKent Overstreet1-5/+1
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet1-1/+1
2024-10-09bcachefs: Release transaction before wake upAlan Huang1-2/+3
2024-09-27bcachefs: rename version -> bversionKent Overstreet1-1/+1
2024-09-27bcachefs: memset bounce buffer portion to 0 after key_sort_fix_overlappingPiotr Zalewski1-0/+4
2024-09-21bcachefs: split up btree cache counters for live, freeableKent Overstreet1-3/+1
2024-09-21bcachefs: btree cache counters should be size_tKent Overstreet1-1/+1
2024-09-21bcachefs: Options for recovery_passes, recovery_passes_excludeKent Overstreet1-1/+1
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-47/+20