summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-08-13bcachefs: Fix warning in __bch2_fsck_err() for trans not passed inKent Overstreet1-0/+2
2024-07-14bcachefs: Kill bch2_assert_btree_nodes_not_locked()Kent Overstreet1-6/+0
2024-07-14bcachefs: btree node scan: fall back to comparing by journal seqKent Overstreet1-0/+4
2024-07-14bcachefs: fsck_err() may now take a btree_transKent Overstreet1-1/+1
2024-07-14bcachefs: btree_ptr_sectors_written() now takes bkey_s_cKent Overstreet1-4/+4
2024-07-14bcachefs: Check for bsets past bch_btree_ptr_v2.sectors_writtenKent Overstreet1-2/+5
2024-07-14bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()Uros Bizjak1-9/+11
2024-06-10bcachefs: Split out btree_write_submit_wqKent Overstreet1-4/+4
2024-05-28bcachefs: Plumb bkey into __btree_err()Kent Overstreet1-40/+45
2024-05-09bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet1-3/+3
2024-05-09bcachefs: bch2_dev_get_ioref2(); btree_io.cKent Overstreet1-15/+18
2024-05-09bcachefs: for_each_bset() declares loop iterKent Overstreet1-7/+0
2024-05-08bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet1-1/+0
2024-05-08bcachefs: make btree read errors silent during scanKent Overstreet1-5/+11
2024-05-08bcachefs: member helper cleanupsKent Overstreet1-8/+8
2024-05-08bcachefs: bch2_btree_node_header_to_text()Kent Overstreet1-7/+20
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-10/+5
2024-05-08bcachefs: Fix needs_whiteout BUG_ON() in bkey_sort()Kent Overstreet1-10/+8
2024-04-16bcachefs: Fix format specifier in validate_bset_keys()Nathan Chancellor1-1/+1