summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet1-4/+3
2023-11-05bcachefs: bkey_copy() is no longer a macroKent Overstreet1-2/+2
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-49/+125
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet1-7/+16
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-14/+4
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-8/+5
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-27/+9
2023-10-23bcachefs: Break up io.cKent Overstreet1-1/+1
2023-10-23bcachefs: Array bounds fixesKent Overstreet1-11/+10
2023-10-23bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet1-1/+1
2023-10-23bcachefs: Convert btree_err_type to normal error codesKent Overstreet1-72/+47
2023-10-23bcachefs: Fix btree_err() macroKent Overstreet1-1/+4
2023-10-23bcachefs: Log a message when running an explicit recovery passKent Overstreet1-0/+1
2023-10-23bcachefs: bkey_format helper improvementsKent Overstreet1-4/+5
2023-10-23bcachefs: Make topology repair a normal recovery passKent Overstreet1-2/+3
2023-10-23bcachefs: bcachefs_metadata_version_major_minorKent Overstreet1-2/+5
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-2/+2
2023-10-23bcachefs: Allow for unknown btree IDsKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_version_compatible()Kent Overstreet1-7/+3
2023-10-23bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet1-1/+5
2023-10-23bcachefs: Fix btree node write error messageKent Overstreet1-1/+1
2023-10-23bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet1-4/+4
2023-10-23six locks: Kill six_lock_state unionKent Overstreet1-1/+1