aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-03-24bcachefs: fs-common.c -> namei.cKent Overstreet8-10/+10
2025-03-24bcachefs: EIO cleanupKent Overstreet13-59/+73
2025-03-24bcachefs: bch2_write_prep_encoded_data() now returns errcodeKent Overstreet1-88/+71
2025-03-24bcachefs: Simplify bch2_write_op_error()Kent Overstreet3-97/+37
2025-03-24bcachefs: Fix block/btree node size defaultsKent Overstreet2-11/+4
2025-03-24bcachefs: Add missing smp_rmb()Alan Huang1-1/+3
2025-03-24bcachefs: Kill JOURNAL_ERRORS()Kent Overstreet5-78/+62
2025-03-24bcachefs: Filesystem discard option now propagates to devicesKent Overstreet4-2/+28
2025-03-24bcachefs: Device state is now a runtime optionKent Overstreet3-1/+11
2025-03-24bcachefs: Setting foreground_target at runtime now triggers rebalanceKent Overstreet1-0/+1
2025-03-24bcachefs: Device options now use standard sysfs codeKent Overstreet6-63/+69
2025-03-24bcachefs: Kill BCH_DEV_OPT_SETTERS()Kent Overstreet4-87/+80
2025-03-24bcachefs: Remove spurious smp_mb()Alan Huang1-1/+0
2025-03-24bcachefs: Fix incorrect state countAlan Huang1-1/+1
2025-03-24bcachefs: Fix btree iter flags in data moveKent Overstreet1-0/+1
2025-03-24bcachefs: Validate bch_sb.offset fieldKent Overstreet3-4/+13