aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-03-16bcachefs: bch2_bkey_ptrs_rebalance_opts()Kent Overstreet1-4/+9
2025-03-16bcachefs: Add a cond_resched() to btree cache teardownKent Overstreet1-0/+1
2025-03-16bcachefs: rebalance, copygc status also print stacktraceKent Overstreet3-9/+45
2025-03-14bcachefs: Kill bch2_remount()Kent Overstreet1-39/+32
2025-03-14bcachefs: Kill a bit of dead codeKent Overstreet4-34/+0
2025-03-14bcachefs: Use max() to improve gen_after()Thorsten Blum1-3/+1
2025-03-14bcachefs: Remove unnecessary byte allocationThorsten Blum1-1/+1
2025-03-14bcachefs: We no longer read stripes into memory at startupKent Overstreet6-244/+2
2025-03-14bcachefs: trace_stripe_createKent Overstreet3-0/+31
2025-03-14bcachefs: get_existing_stripe() uses new stripe lruKent Overstreet2-44/+52
2025-03-14bcachefs: ec_stripe_delete() uses new stripe lruKent Overstreet1-42/+22
2025-03-14bcachefs: journal write path commentKent Overstreet1-0/+4
2025-03-14bcachefs: Kick devices out after too many write IO errorsKent Overstreet6-10/+41
2025-03-14bcachefs: Change BCH_MEMBER_STATE_failed semanticsKent Overstreet2-7/+19
2025-03-14bcachefs: bch2_dev_get_ioref() may now sleepKent Overstreet2-1/+6
2025-03-14bcachefs: Fix btree_node_scan io_ref handlingKent Overstreet1-9/+8
2025-03-14bcachefs: Implement blk_holder_opsKent Overstreet3-3/+99
2025-03-14bcachefs: Make sure c->vfs_sb is set before starting fsKent Overstreet1-3/+8
2025-03-14bcachefs: Stash a pointer to the filesystem for blk_holder_opsKent Overstreet3-2/+15
2025-03-14bcachefs: Finish bch2_account_io_completion() conversionsKent Overstreet9-75/+95
2025-03-14bcachefs: bch2_account_io_completion()Kent Overstreet3-28/+43
2025-03-14bcachefs: Fix read path io_ref handlingKent Overstreet1-3/+6
2025-03-14bcachefs: data_update now checks for extents that can't be movedKent Overstreet2-1/+27
2025-03-14bcachefs: give bch2_write_super() a proper error codeKent Overstreet1-1/+1
2025-03-14bcachefs: bcachefs_metadata_version_extent_flagsKent Overstreet6-5/+84
2025-03-14bcachefs: bch2_request_incompat_feature() now returns error codeKent Overstreet5-11/+15
2025-03-14bcachefs: Fix error type in bch2_alloc_v3_validate()Thorsten Blum1-1/+1
2025-03-14bcachefs: BCH_SB_FEATURES_ALL includes BCH_FEATURE_incompat_verison_fieldKent Overstreet2-3/+3
2025-03-14Documentation: bcachefs: SubmittingPatches: Convert footnotes to reST syntaxBagas Sanjaya1-10/+12
2025-03-14Documentation: bcachefs: SubmittingPatches: Demote section headingsBagas Sanjaya1-8/+13
2025-03-14Documentation: bcachefs: Split index toctreeBagas Sanjaya1-1/+18
2025-03-14Documentation: bcachefs: Add casefolding toctree entryBagas Sanjaya1-0/+1
2025-03-14Documentation: bcachefs: casefolding: Use bullet list for dirent structureBagas Sanjaya1-2/+2
2025-03-14Documentation: bcachefs: casefolding: Fix dentry/dcache considerations sectionBagas Sanjaya1-1/+3
2025-03-14Documentation: bcachefs: casefolding: Do not italicize NULBagas Sanjaya1-2/+3
2025-03-14bcachefs: sysfs internal/trigger_btree_updatesKent Overstreet1-0/+5
2025-03-14bcachefs: bcachefs_metadata_version_casefoldingJoshua Ashton15-42/+354
2025-03-14bcachefs: Split out dirent alloc and name initializationJoshua Ashton1-12/+34
2025-03-14bcachefs: Kill dirent_occupied_size() in create pathKent Overstreet3-12/+15
2025-03-14bcachefs: Kill dirent_occupied_size() in rename pathKent Overstreet3-6/+14
2025-03-14bcachefs: bcachefs_metadata_version_stripe_lruKent Overstreet7-5/+99
2025-03-14bcachefs: bcachefs_metadata_version_stripe_backpointersKent Overstreet5-4/+36
2025-03-14bcachefs: Advance bch_alloc.oldest_gen if no stale pointersKent Overstreet1-0/+3
2025-03-14bcachefs: Invalidate cached data by backpointersKent Overstreet1-23/+79