aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)AuthorFilesLines
7 daysbcachefs: Split out btree_write_submit_wqGravatar Kent Overstreet 1-4/+4
2024-05-28bcachefs: Plumb bkey into __btree_err()Gravatar Kent Overstreet 1-40/+45
2024-05-09bcachefs: bch2_dev_get_ioref() checks for device not presentGravatar Kent Overstreet 1-3/+3
2024-05-09bcachefs: bch2_dev_get_ioref2(); btree_io.cGravatar Kent Overstreet 1-15/+18
2024-05-09bcachefs: for_each_bset() declares loop iterGravatar Kent Overstreet 1-7/+0
2024-05-08bcachefs: bch2_bkey_drop_ptrs() declares loop iterGravatar Kent Overstreet 1-1/+0
2024-05-08bcachefs: make btree read errors silent during scanGravatar Kent Overstreet 1-5/+11
2024-05-08bcachefs: member helper cleanupsGravatar Kent Overstreet 1-8/+8
2024-05-08bcachefs: bch2_btree_node_header_to_text()Gravatar Kent Overstreet 1-7/+20
2024-05-08bcachefs: prt_printf() now respects \r\n\tGravatar Kent Overstreet 1-10/+5
2024-05-08bcachefs: Fix needs_whiteout BUG_ON() in bkey_sort()Gravatar Kent Overstreet 1-10/+8
2024-04-16bcachefs: Fix format specifier in validate_bset_keys()Gravatar Nathan Chancellor 1-1/+1
2024-04-13bcachefs: don't queue btree nodes for rewrites during scanGravatar Kent Overstreet 1-1/+3
2024-04-13bcachefs: Check for packed bkeys that are too bigGravatar Kent Overstreet 1-7/+8
2024-04-03bcachefs: Flag btrees with missing dataGravatar Kent Overstreet 1-4/+9
2024-04-01bcachefs: BCH_WATERMARK_interior_updatesGravatar Kent Overstreet 1-1/+1
2024-03-31bcachefs: Fix btree node keys accounting in topology repair pathGravatar Kent Overstreet 1-0/+1
2024-03-31bcachefs: Improved topology repair checksGravatar Kent Overstreet 1-1/+1
2024-03-18bcachefs: Improve bch2_fatal_error()Gravatar Kent Overstreet 1-5/+5
2024-03-17bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoGravatar Kent Overstreet 1-1/+1
2024-03-13bcachefs: Kill more -EIO error codesGravatar Kent Overstreet 1-4/+3
2024-03-13bcachefs: kill kvpmalloc()Gravatar Kent Overstreet 1-2/+2
2024-03-10bcachefs: Correctly validate k->u64s in btree node read pathGravatar Kent Overstreet 1-1/+10
2024-01-21bcachefs: Prep work for variable size btree node buffersGravatar Kent Overstreet 1-19/+19
2024-01-05bcachefs: improve checksum error messagesGravatar Kent Overstreet 1-6/+12
2024-01-05bcachefs: improve validate_bset_keys()Gravatar Kent Overstreet 1-20/+55
2024-01-05bcachefs: add missing bch2_latency_acct() callGravatar Kent Overstreet 1-1/+1
2024-01-05bcachefs: add time_stats for btree_node_read_done()Gravatar Kent Overstreet 1-0/+2
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterGravatar Kent Overstreet 1-2/+0
2024-01-01bcachefs: better error message in btree_node_write_work()Gravatar Kent Overstreet 1-1/+3
2024-01-01bcachefs: Improve error message when finding wrong btree nodeGravatar Kent Overstreet 1-2/+10
2024-01-01bcachefs: Include btree_trans in more tracepointsGravatar Kent Overstreet 1-5/+6
2024-01-01bcachefs: Rename BTREE_INSERT flagsGravatar Kent Overstreet 1-3/+3
2023-12-03bcachefs: Don't drop journal pins in exit pathGravatar Kent Overstreet 1-2/+2
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningGravatar Kent Overstreet 1-4/+3
2023-11-05bcachefs: bkey_copy() is no longer a macroGravatar Kent Overstreet 1-2/+2
2023-11-01bcachefs: Enumerate fsck errorsGravatar Kent Overstreet 1-49/+125
2023-11-01bcachefs: Add IO error counts to bch_memberGravatar Kent Overstreet 1-7/+16
2023-10-31bcachefs: bch2_btree_id_str()Gravatar Kent Overstreet 1-14/+4
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-8/+5
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-27/+9
2023-10-22bcachefs: Break up io.cGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Array bounds fixesGravatar Kent Overstreet 1-11/+10
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert btree_err_type to normal error codesGravatar Kent Overstreet 1-72/+47
2023-10-22bcachefs: Fix btree_err() macroGravatar Kent Overstreet 1-1/+4
2023-10-22bcachefs: Log a message when running an explicit recovery passGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: bkey_format helper improvementsGravatar Kent Overstreet 1-4/+5
2023-10-22bcachefs: Make topology repair a normal recovery passGravatar Kent Overstreet 1-2/+3
2023-10-22bcachefs: bcachefs_metadata_version_major_minorGravatar Kent Overstreet 1-2/+5