summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)Author
4 hoursbcachefs: Improved btree node tracepointsKent Overstreet
13 daysbcachefs: Fix restart handling in btree_node_scrub_work()Kent Overstreet
2025-06-16bcachefs: don't return fsck_fix for unfixable node errors in __btree_errBharadwaj Raju
2025-06-16bcachefs: Move bset size check before csum checkAlan Huang
2025-06-11bcachefs: Fix version checks in validate_bset()Kent Overstreet
2025-06-11bcachefs: Add more flags to btree nodes for rewrite reasonKent Overstreet
2025-06-02bcachefs: bch_err_throw()Kent Overstreet
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet
2025-05-31bcachefs: Use bch2_err_matches() for BCH_ERR_fsck_(fix|ignore)Kent Overstreet
2025-05-21bcachefs: Reduce usage of recovery.curr_passKent Overstreet
2025-05-21bcachefs: struct bch_fs_recoveryKent Overstreet
2025-05-21bcachefs: bch2_fs_emergency_read_only2()Kent Overstreet
2025-05-21bcachefs: Rename fsck_running, recovery_running flagsKent Overstreet
2025-05-21bcachefs: Debug params are now static_keysKent Overstreet
2025-05-21bcachefs: Single err message for btree node readsKent Overstreet
2025-05-21bcachefs: Plumb printbuf through bch2_btree_lost_data()Kent Overstreet
2025-05-21bcachefs: Make various async objs visible in debugfsKent Overstreet
2025-05-21bcachefs: bch_dev.io_ref -> enumerated_refKent Overstreet
2025-05-21bcachefs: bch_fs.writes -> enumerated_refsKent Overstreet
2025-05-21bcachefs: Plumb target parameter through btree_node_rewrite_pos()Kent Overstreet
2025-05-21bcachefs: print_str_as_lines() -> print_str()Kent Overstreet
2025-05-21bcachefs: Simplify logicAlan Huang
2025-05-21bcachefs: btree_io_complete_wq -> btree_write_complete_wqKent Overstreet
2025-05-05bcachefs: Add missing barriers before wake_up_bit()Kent Overstreet
2025-04-03bcachefs: Fix scheduling while atomic from logging changesKent Overstreet
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet
2025-04-01bcachefs: fix ref leak in btree_node_read_all_replicasKent Overstreet
2025-03-29bcachefs: Better printing of inconsistency errorsKent Overstreet
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet
2025-03-24bcachefs: btree node write errors now print btree nodeKent Overstreet
2025-03-16bcachefs: Checksum errors get additional retriesKent Overstreet
2025-03-14bcachefs: Finish bch2_account_io_completion() conversionsKent Overstreet
2025-03-14bcachefs: Add time_stat for btree writesKent Overstreet
2025-03-14bcachefs: bch2_btree_node_scrub()Kent Overstreet
2025-03-14bcachefs: bch2_bkey_pick_read_device() can now specify a deviceKent Overstreet
2025-03-11bcachefs: Fix b->written overflowAlan Huang
2025-02-20bcachefs: Fix memmove when move keys downAlan Huang
2025-01-09bcachefs: bch2_btree_node_write_trans()Kent Overstreet
2024-12-21bcachefs: fix bch2_btree_node_header_to_text() format stringKent Overstreet
2024-12-21bcachefs: If we did repair on a btree node, make sure we rewrite itKent Overstreet
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet
2024-12-21bcachefs: Don't try to en/decrypt when encryption not availableKent Overstreet
2024-12-21bcachefs: Fix dup/misordered check in btree node readKent Overstreet
2024-12-21bcachefs: Avoid bch2_btree_id_str()Kent Overstreet
2024-11-08bcachefs: Fix validate_bset() repair pathKent Overstreet
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet
2024-10-09bcachefs: Release transaction before wake upAlan Huang
2024-09-27bcachefs: rename version -> bversionKent Overstreet
2024-09-27bcachefs: memset bounce buffer portion to 0 after key_sort_fix_overlappingPiotr Zalewski