aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-03-24bcachefs: bch2_sb_validate() doesn't need bch_sb_handleKent Overstreet2-5/+5
2025-03-24bcachefs: Add missing random.h includesKent Overstreet1-0/+1
2025-03-24bcachefs: Better incompat version/feature error messagesKent Overstreet1-4/+16
2025-03-24bcachefs: Fix offset_into_extent in data move pathKent Overstreet1-1/+2
2025-03-24bcachefs: use sha256() instead of crypto_shash APIEric Biggers5-19/+3
2025-03-24bcachefs: Remove unnecessary softdeps on crc32c and crc64Eric Biggers1-2/+0
2025-03-24bcachefs: #if 0 out (enable|disable)_encryption()Kent Overstreet2-0/+15
2025-03-24bcachefs: Improve can_write_extent()Kent Overstreet1-57/+46
2025-03-24bcachefs: trace_io_move_write_failKent Overstreet4-7/+31
2025-03-24bcachefs: Increase blacklist rangeAlan Huang1-1/+1
2025-03-24bcachefs: __bch2_read() now takes a btree_transKent Overstreet2-21/+21
2025-03-24bcachefs: BCH_READ_data_update -> bch_read_bio.data_updateKent Overstreet4-35/+44
2025-03-16bcachefs: Checksum errors get additional retriesKent Overstreet9-82/+128
2025-03-16bcachefs: Print message on successful read retryKent Overstreet1-0/+16
2025-03-16bcachefs: Return errors to top level bch2_rbio_retry()Kent Overstreet2-17/+28
2025-03-16bcachefs: BCH_ERR_data_read_buffer_too_smallKent Overstreet4-8/+8
2025-03-16bcachefs: Read error message now indicates if it was for an internal moveKent Overstreet1-1/+8
2025-03-16bcachefs: Fix BCH_ERR_data_read_csum_err_maybe_userspace in retry pathKent Overstreet1-0/+3
2025-03-16bcachefs: Convert read path to standard error codesKent Overstreet3-43/+67
2025-03-16bcachefs: Debug params for data corruption injectionKent Overstreet4-0/+65
2025-03-16bcachefs: Don't create bch_io_failures unless it's neededKent Overstreet1-3/+1