summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)AuthorFilesLines
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-28bcachefs: rename version -> bversionKent Overstreet1-1/+1
2024-09-28bcachefs: 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-14bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-47/+20
2024-08-14bcachefs: Fix warning in __bch2_fsck_err() for trans not passed inKent Overstreet1-0/+2
2024-07-15bcachefs: Kill bch2_assert_btree_nodes_not_locked()Kent Overstreet1-6/+0
2024-07-15bcachefs: btree node scan: fall back to comparing by journal seqKent Overstreet1-0/+4
2024-07-15bcachefs: fsck_err() may now take a btree_transKent Overstreet1-1/+1
2024-07-15bcachefs: btree_ptr_sectors_written() now takes bkey_s_cKent Overstreet1-4/+4
2024-07-15bcachefs: Check for bsets past bch_btree_ptr_v2.sectors_writtenKent Overstreet1-2/+5
2024-07-15bcachefs: 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-09bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet1-1/+0
2024-05-09bcachefs: make btree read errors silent during scanKent Overstreet1-5/+11
2024-05-09bcachefs: member helper cleanupsKent Overstreet1-8/+8
2024-05-09bcachefs: bch2_btree_node_header_to_text()Kent Overstreet1-7/+20
2024-05-09bcachefs: 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-17bcachefs: Fix format specifier in validate_bset_keys()Nathan Chancellor1-1/+1
2024-04-14bcachefs: don't queue btree nodes for rewrites during scanKent Overstreet1-1/+3
2024-04-14bcachefs: Check for packed bkeys that are too bigKent Overstreet1-7/+8
2024-04-03bcachefs: Flag btrees with missing dataKent Overstreet1-4/+9
2024-04-02bcachefs: BCH_WATERMARK_interior_updatesKent Overstreet1-1/+1
2024-04-01bcachefs: Fix btree node keys accounting in topology repair pathKent Overstreet1-0/+1
2024-04-01bcachefs: Improved topology repair checksKent Overstreet1-1/+1
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet1-5/+5
2024-03-18bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoKent Overstreet1-1/+1
2024-03-14bcachefs: Kill more -EIO error codesKent Overstreet1-4/+3
2024-03-14bcachefs: kill kvpmalloc()Kent Overstreet1-2/+2
2024-03-10bcachefs: Correctly validate k->u64s in btree node read pathKent Overstreet1-1/+10
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet1-19/+19
2024-01-06bcachefs: improve checksum error messagesKent Overstreet1-6/+12
2024-01-06bcachefs: improve validate_bset_keys()Kent Overstreet1-20/+55
2024-01-06bcachefs: add missing bch2_latency_acct() callKent Overstreet1-1/+1
2024-01-06bcachefs: add time_stats for btree_node_read_done()Kent Overstreet1-0/+2
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet1-2/+0
2024-01-01bcachefs: better error message in btree_node_write_work()Kent Overstreet1-1/+3
2024-01-01bcachefs: Improve error message when finding wrong btree nodeKent Overstreet1-2/+10
2024-01-01bcachefs: Include btree_trans in more tracepointsKent Overstreet1-5/+6
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-3/+3
2023-12-03bcachefs: Don't drop journal pins in exit pathKent Overstreet1-2/+2