aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-04bcachefs: delete dead code from may_delete_deleted_inode()Kent Overstreet1-12/+3
2025-06-04bcachefs: Add flags to subvolume_to_text()Kent Overstreet1-0/+7
2025-06-04bcachefs: Fix oops in btree_node_seq_matches()Kent Overstreet1-2/+21
2025-06-04bcachefs: Fix dirent_casefold_mismatch repairKent Overstreet5-118/+162
2025-06-04bcachefs: Fix bch2_fsck_rename_dirent() for casefoldKent Overstreet3-13/+25
2025-06-04bcachefs: Redo bch2_dirent_init_name()Kent Overstreet2-70/+66
2025-06-04bcachefs: Fix -Wc23-extensions in bch2_check_dirents()Nathan Chancellor1-1/+2
2025-06-02bcachefs: Run check_dirents second time if requiredKent Overstreet4-27/+49
2025-06-02bcachefs: Run snapshot deletion out of system_long_wqKent Overstreet1-1/+1
2025-06-02bcachefs: Make check_key_has_snapshot saferKent Overstreet2-22/+37
2025-06-02bcachefs: BCH_RECOVERY_PASS_NO_RATELIMITKent Overstreet5-13/+53
2025-06-02bcachefs: bch2_require_recovery_pass()Kent Overstreet3-2/+37
2025-06-02bcachefs: bch_err_throw()Kent Overstreet60-405/+459
2025-06-02bcachefs: Repair code for directory i_sizeKent Overstreet2-1/+10
2025-06-02bcachefs: Kill un-reverted directory i_size codeKent Overstreet3-14/+6
2025-06-02bcachefs: Delete redundant fsck_err()Kent Overstreet2-18/+0
2025-06-02bcachefs: Convert BUG() to errorKent Overstreet1-1/+2
2025-06-01bcachefs: Add better logging to fsck_rename_dirent()Kent Overstreet1-3/+8
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet41-525/+344
2025-06-01bcachefs: CLASS(btree_trans)Kent Overstreet1-10/+21
2025-05-31bcachefs: CLASS(darray)Kent Overstreet1-0/+28
2025-05-31bcachefs: CLASS(printbuf)Kent Overstreet1-0/+8
2025-05-31bcachefs: sysfs trigger_journal_commitKent Overstreet1-0/+5
2025-05-31bcachefs: sysfs trigger_emergency_read_onlyKent Overstreet1-0/+13
2025-05-31bcachefs: darray_find(), darray_find_p()Kent Overstreet5-33/+36
2025-05-31bcachefs: Journal keys are retained until shutdown, or journal replay finishesKent Overstreet1-4/+0
2025-05-31bcachefs: Improve error printing in btree_node_check_topology()Kent Overstreet1-36/+35
2025-05-31bcachefs: bch2_readdir() now calls str_hash_check_key()Kent Overstreet3-4/+10
2025-05-31bcachefs: bch2_str_hash_check_key() may now be called without snapshots_seenKent Overstreet3-6/+28
2025-05-31bcachefs: __bch2_insert_snapshot_whiteouts() refactoringKent Overstreet2-52/+30
2025-05-31bcachefs: bch2_get_snapshot_overwrites()Kent Overstreet3-1/+60
2025-05-31bcachefs: bch2_dev_journal_bucket_delete()Kent Overstreet4-5/+82
2025-05-31bcachefs: Runtime self healing for keys for deleted snapshotsKent Overstreet1-7/+18
2025-05-31bcachefs: Don't unlock trans before data_update_init()Kent Overstreet2-7/+9
2025-05-31bcachefs: Use bch2_err_matches() for BCH_ERR_fsck_(fix|ignore)Kent Overstreet4-29/+36
2025-05-30bcachefs: Mark bch_errcode helpers __attribute__((const))Kent Overstreet2-3/+7
2025-05-30bcachefs: Add missing printbuf_reset() in bch2_check_dirent_inode_dirent()Kent Overstreet1-0/+1
2025-05-30bcachefs: sysfs/errorsKent Overstreet3-0/+29
2025-05-30bcachefs: bch2_check_fix_ptrs() can now repair btree rootsKent Overstreet2-22/+54
2025-05-30bcachefs: Include b->ob.nr in cached_btree_node_to_text()Kent Overstreet1-0/+2
2025-05-30bcachefs: Move devs_sorted to alloc_requestKent Overstreet3-21/+24
2025-05-30bcachefs: reduce stack usage in alloc_sectors_start()Kent Overstreet1-2/+2
2025-05-30bcachefs: bch2_alloc_v4_to_text()Kent Overstreet2-5/+18
2025-05-30bcachefs: Tweak bch2_data_update_init() for stack usageKent Overstreet1-44/+67
2025-05-30bcachefs: kill replicas_sectors arg to __trigger_extent()Kent Overstreet1-13/+10
2025-05-30bcachefs: Don't stack allocate bch_writepage_stateKent Overstreet1-19/+11
2025-05-30bcachefs: factor out break_cycle_fail()Kent Overstreet1-25/+28
2025-05-30bcachefs: btree_node_missing_err()Kent Overstreet1-12/+18
2025-05-30bcachefs: Kill bkey_buf in btree_path_down()Kent Overstreet2-22/+18
2025-05-30bcachefs: Add missing error logging in delete_dead_inodes()Kent Overstreet1-0/+1