aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-30bcachefs: Log original key being moved in data updatesKent Overstreet3-1/+34
2025-03-30bcachefs: BCH_JSET_ENTRY_log_bkeyKent Overstreet4-1/+34
2025-03-30bcachefs: Reorder error messages that include journal debugKent Overstreet2-7/+7
2025-03-30bcachefs: Don't use designated initializers for disk_accounting_posKent Overstreet7-46/+44
2025-03-30bcachefs: Silence errors after emergency shutdownKent Overstreet2-3/+7
2025-03-30bcachefs: fix units in rebalance_statusKent Overstreet1-1/+1
2025-03-30bcachefs: bch2_ioctl_subvolume_destroy() fixesKent Overstreet1-2/+4
2025-03-29bcachefs: Clear fs_path_parent on subvolume unlinkKent Overstreet1-0/+1
2025-03-29bcachefs: Change btree_insert_node() assertion to errorKent Overstreet1-1/+16
2025-03-29bcachefs: Better printing of inconsistency errorsKent Overstreet10-151/+153
2025-03-29bcachefs: bch2_count_fsck_err()Kent Overstreet3-38/+68
2025-03-28bcachefs: Better helpers for inconsistency errorsKent Overstreet2-38/+110
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet20-94/+113
2025-03-28bcachefs: Add an "ignore unknown" option to bch2_parse_mount_opts()Kent Overstreet4-27/+26
2025-03-28bcachefs: bch2_time_stats_init_no_pcpu()Kent Overstreet2-4/+17
2025-03-28bcachefs: Fix bch2_fs_get_tree() error pathFlorian Albrechtskirchinger1-1/+2
2025-03-28bcachefs: fix logging in journal_entry_err_msg()Kent Overstreet1-2/+2
2025-03-28bcachefs: add missing newline in bch2_trans_updates_to_text()Kent Overstreet1-1/+3
2025-03-28bcachefs: print_string_as_lines: fix extra newlineKent Overstreet1-1/+1
2025-03-28bcachefs: Fix WARN() in bch2_bkey_pick_read_device()Kent Overstreet2-2/+6
2025-03-28bcachefs: Don't return 0 size holes from bch2_seek_hole()Kent Overstreet1-3/+12
2025-03-28bcachefs: Fix bch2_seek_hole() lockingKent Overstreet1-9/+11
2025-03-28bcachefs: Recovery no longer holds state_lockKent Overstreet8-36/+31
2025-03-28bcachefs: Fix permissions on version modparamKent Overstreet1-1/+1
2025-03-26bcachefs: cond_resched() in journal_key_sort_cmp()Kent Overstreet1-0/+2
2025-03-26bcachefs: Fix 'hung task' messages in btree node scanKent Overstreet1-1/+3
2025-03-26bcachefs: Fix btree iter flags in data move (2)Kent Overstreet1-4/+33
2025-03-26bcachefs: Don't unnecessarily decrypt data when movingKent Overstreet1-0/+3
2025-03-26bcachefs: Document disk accounting keys and conutersKent Overstreet1-1/+53
2025-03-26bcachefs: Validate number of counters for accounting keysKent Overstreet4-14/+34
2025-03-25bcachefs: Use print_string_as_lines() for journal stuck messagesKent Overstreet1-5/+6
2025-03-25bcachefs: Fix duplicate checksum error messages in write pathKent Overstreet3-19/+22
2025-03-25bcachefs: Fix silent short reads in data read retry pathKent Overstreet3-4/+7
2025-03-25bcachefs: Fix nonce inconsistency in bch2_write_prep_encoded_data()Kent Overstreet1-1/+2
2025-03-24bcachefs: Kill unnecessary bch2_dev_usage_read()Kent Overstreet1-1/+1
2025-03-24bcachefs: btree node write errors now print btree nodeKent Overstreet1-6/+16
2025-03-24bcachefs: Fix race in print_chain()Kent Overstreet1-2/+2
2025-03-24bcachefs: btree_trans_restart_foreign_task()Kent Overstreet2-2/+11
2025-03-24bcachefs: bch2_disk_accounting_mod2()Kent Overstreet6-65/+57
2025-03-24bcachefs: zero init journal biosKent Overstreet1-1/+1
2025-03-24bcachefs: Eliminate padding in move_bucket_keyKent Overstreet1-1/+1
2025-03-24bcachefs: Fix a KMSAN splat in btree_update_nodes_written()Kent Overstreet1-9/+9
2025-03-24bcachefs: kmsan assertsKent Overstreet3-0/+5
2025-03-24bcachefs: Fix kmsan warnings in bch2_extent_crc_pack()Kent Overstreet1-16/+22
2025-03-24bcachefs: Disable asm memcpys when kmsan enabledKent Overstreet1-2/+2
2025-03-24bcachefs: Handle backpointers with unknown data typesKent Overstreet1-3/+7
2025-03-24bcachefs: Count BCH_DATA_parity backpointers correctlyKent Overstreet1-0/+3
2025-03-24bcachefs: Run bch2_check_dirent_target() at lookup timeKent Overstreet1-15/+17
2025-03-24bcachefs: Refactor bch2_check_dirent_target()Kent Overstreet4-68/+94
2025-03-24bcachefs: Move bch2_check_dirent_target() to namei.cKent Overstreet5-224/+236