aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-09bcachefs: kill __bch2_btree_iter_flags()Kent Overstreet2-19/+16
2025-01-09bcachefs: Drop redundant "read error" call from btree_gcKent Overstreet1-9/+1
2025-01-09bcachefs: Drop racy warningKent Overstreet1-9/+0
2025-01-09bcachefs: better check_bp_exists() error messageKent Overstreet1-4/+4
2025-01-09bcachefs: add counter_flags for countersHongbo Li2-81/+93
2025-01-09bcachefs: bcachefs_metadata_version_autofix_errorsKent Overstreet2-1/+7
2025-01-09bcachefs: bcachefs_metadata_version_persistent_inode_cursorsKent Overstreet12-59/+135
2024-12-29bcachefs: bcachefs_metadata_version_inode_depthKent Overstreet5-22/+105
2024-12-29bcachefs: Option changes now get propagated to reflinked dataKent Overstreet1-7/+44
2024-12-29bcachefs: bcachefs_metadata_version_reflink_p_may_update_optsKent Overstreet5-6/+29
2024-12-29bcachefs: BCH_SB_VERSION_INCOMPATKent Overstreet5-20/+106
2024-12-29bcachefs: Only run check_backpointers_to_extents in debug modeKent Overstreet2-45/+51
2024-12-29bcachefs: better backpointer_target_not_found() error messageKent Overstreet1-1/+12
2024-12-29bcachefs: bch2_backpointer_get_key() now repairs dangling backpointersKent Overstreet1-42/+28
2024-12-29bcachefs: check_extents_to_backpointers() now only checks buckets with mismatchesKent Overstreet4-19/+325
2024-12-29bcachefs: Add write buffer flush param to backpointer_get_key()Kent Overstreet4-13/+26
2024-12-29bcachefs: kill __bch2_extent_ptr_to_bp()Kent Overstreet2-19/+6
2024-12-29bcachefs: bch2_extent_ptr_to_bp() no longer depends on deviceKent Overstreet3-36/+14
2024-12-29bcachefs: bcachefs_metadata_version_disk_accounting_big_endianKent Overstreet5-15/+51
2024-12-29bcachefs: bcachefs_metadata_version_backpointer_bucket_genKent Overstreet4-27/+23
2024-12-29bcachefs: bch2_btree_path_peek_slot() doesn't return errorsKent Overstreet1-7/+8
2024-12-29bcachefs: trace_key_cache_fillKent Overstreet2-5/+32
2024-12-29bcachefs: Log message in journal for snapshot deletionKent Overstreet1-0/+16
2024-12-29bcachefs: bch2_trans_log_msg()Kent Overstreet2-3/+11
2024-12-29bcachefs: Kill snapshot_t->equivKent Overstreet3-111/+13
2024-12-21bcachefs: Snapshot deletion no longer uses snapshot_t->equivKent Overstreet1-135/+133
2024-12-21bcachefs: Kill equiv_seen arg to delete_dead_snapshots_process_key()Kent Overstreet1-34/+17
2024-12-21bcachefs: Don't run overwrite triggers before insertKent Overstreet1-44/+37
2024-12-21bcachefs: alloc_data_type_set() happens in alloc triggerKent Overstreet2-6/+6
2024-12-21bcachefs: Fix key cache + BTREE_ITER_all_snapshotsKent Overstreet1-2/+8
2024-12-21bcachefs: Fix btree_trans_peek_key_cache() BTREE_ITER_all_snapshotsKent Overstreet1-0/+4
2024-12-21bcachefs: tidy btree_trans_peek_journal()Kent Overstreet1-17/+12
2024-12-21bcachefs: tidy up __bch2_btree_iter_peek()Kent Overstreet1-8/+6
2024-12-21bcachefs: check_indirect_extents can run onlineKent Overstreet1-1/+1
2024-12-21bcachefs: Refactor c->opts.reconstruct_allocKent Overstreet1-16/+12
2024-12-21bcachefs: Add empty statement between label and declaration in check_inode_hash_info_matches_root()Nathan Chancellor1-1/+1
2024-12-21bcachefs: trace_write_buffer_maybe_flushKent Overstreet3-1/+27
2024-12-21bcachefs: bch2_snapshot_exists()Kent Overstreet4-4/+21
2024-12-21bcachefs: bch2_check_key_has_snapshot() prints btree idKent Overstreet1-1/+4
2024-12-21bcachefs: bch2_str_hash_check_key() now checks inode hash infoKent Overstreet3-33/+125
2024-12-21bcachefs: Don't BUG_ON() inode unpack errorKent Overstreet2-13/+28
2024-12-21bcachefs: Use proper errcodes for inode unpack errorsKent Overstreet3-8/+12
2024-12-21bcachefs: kill sysfs internal/accountingKent Overstreet3-32/+0
2024-12-21bcachefs: Kill unnecessary mark_lock usageKent Overstreet8-55/+20
2024-12-21bcachefs: Don't start rewriting btree nodes until after journal replayKent Overstreet1-1/+2
2024-12-21bcachefs: Fix reuse of bucket before journal flush on multiple empty -> nonempty transitionKent Overstreet2-40/+42
2024-12-21bcachefs: bch2_journal_noflush_seq() now takes [start, end)Kent Overstreet3-7/+10
2024-12-21bcachefs: Set bucket needs discard, inc gen on empty -> nonempty transitionKent Overstreet1-1/+4
2024-12-21bcachefs: Don't add unknown accounting types to eytzinger treeKent Overstreet2-1/+23
2024-12-21bcachefs: Plumb bkey_validate_context to journal_entry_validateKent Overstreet7-84/+97