summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)Author
5 hoursbcachefs: fsck_err() may now take a btree_transKent Overstreet
6 hoursbcachefs: btree_ptr_sectors_written() now takes bkey_s_cKent Overstreet
6 hoursbcachefs: Check for bsets past bch_btree_ptr_v2.sectors_writtenKent Overstreet
6 hoursbcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()Uros Bizjak
12 daysbcachefs: Split out btree_write_submit_wqKent Overstreet
2024-05-28bcachefs: Plumb bkey into __btree_err()Kent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref2(); btree_io.cKent Overstreet
2024-05-09bcachefs: for_each_bset() declares loop iterKent Overstreet
2024-05-08bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet
2024-05-08bcachefs: make btree read errors silent during scanKent Overstreet
2024-05-08bcachefs: member helper cleanupsKent Overstreet
2024-05-08bcachefs: bch2_btree_node_header_to_text()Kent Overstreet
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet
2024-05-08bcachefs: Fix needs_whiteout BUG_ON() in bkey_sort()Kent Overstreet
2024-04-16bcachefs: Fix format specifier in validate_bset_keys()Nathan Chancellor
2024-04-13bcachefs: don't queue btree nodes for rewrites during scanKent Overstreet
2024-04-13bcachefs: Check for packed bkeys that are too bigKent Overstreet
2024-04-03bcachefs: Flag btrees with missing dataKent Overstreet
2024-04-01bcachefs: BCH_WATERMARK_interior_updatesKent Overstreet
2024-03-31bcachefs: Fix btree node keys accounting in topology repair pathKent Overstreet
2024-03-31bcachefs: Improved topology repair checksKent Overstreet
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet
2024-03-17bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoKent Overstreet
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet
2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet
2024-03-10bcachefs: Correctly validate k->u64s in btree node read pathKent Overstreet
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet
2024-01-05bcachefs: improve checksum error messagesKent Overstreet
2024-01-05bcachefs: improve validate_bset_keys()Kent Overstreet
2024-01-05bcachefs: add missing bch2_latency_acct() callKent Overstreet
2024-01-05bcachefs: add time_stats for btree_node_read_done()Kent Overstreet
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet
2024-01-01bcachefs: better error message in btree_node_write_work()Kent Overstreet
2024-01-01bcachefs: Improve error message when finding wrong btree nodeKent Overstreet
2024-01-01bcachefs: Include btree_trans in more tracepointsKent Overstreet
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet
2023-12-03bcachefs: Don't drop journal pins in exit pathKent Overstreet
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet
2023-11-05bcachefs: bkey_copy() is no longer a macroKent Overstreet
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet
2023-11-01bcachefs: Add IO error counts to bch_memberKent Overstreet
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: Break up io.cKent Overstreet
2023-10-22bcachefs: Array bounds fixesKent Overstreet
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet
2023-10-22bcachefs: Convert btree_err_type to normal error codesKent Overstreet
2023-10-22bcachefs: Fix btree_err() macroKent Overstreet