aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-08bcachefs: extent_ptr_invalid() -> bch2_dev_rcu()Kent Overstreet1-11/+19
2024-05-08bcachefs: ptr_stale() -> dev_ptr_stale()Kent Overstreet6-16/+18
2024-05-08bcachefs: extent_ptr_durability() -> bch2_dev_rcu()Kent Overstreet4-5/+21
2024-05-08bcachefs: bch2_extent_merge() -> bch2_dev_rcu()Kent Overstreet1-3/+6
2024-05-08bcachefs: ec_validate_checksums() -> bch2_dev_tryget()Kent Overstreet1-10/+12
2024-05-08bcachefs: ob_dev()Kent Overstreet4-14/+22
2024-05-08bcachefs: move replica_set from bch_dev to bch_fsKent Overstreet3-10/+5
2024-05-08bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet6-52/+102
2024-05-08bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet8-49/+57
2024-05-08bcachefs: bch2_dev_iterate()Kent Overstreet2-7/+19
2024-05-08bcachefs: bch2_evacuate_bucket() -> bch2_dev_tryget()Kent Overstreet1-1/+6
2024-05-08bcachefs: bch2_bucket_ref_update() now takes bch_devKent Overstreet3-28/+42
2024-05-08bcachefs: bch2_trigger_alloc() -> bch2_dev_tryget()Kent Overstreet1-12/+11
2024-05-08bcachefs: bch2_check_alloc_key() -> bch2_dev_tryget_noerror()Kent Overstreet4-12/+40
2024-05-08bcachefs: Convert to bch2_dev_tryget_noerror()Kent Overstreet2-18/+4
2024-05-08bcachefs: bch2_dev_tryget()Kent Overstreet2-0/+25
2024-05-08bcachefs: bch2_have_enough_devs() checks for nonexistent deviceKent Overstreet1-5/+7
2024-05-08bcachefs: journal_replay_entry_early() checks for nonexistent deviceKent Overstreet1-8/+11
2024-05-08bcachefs: bch2_dev_btree_bitmap_marked() -> bch2_dev_rcu()Kent Overstreet1-6/+19
2024-05-08bcachefs: Pass device to bch2_bucket_do_index()Kent Overstreet1-6/+5
2024-05-08bcachefs: Pass device to bch2_alloc_write_key()Kent Overstreet1-2/+2
2024-05-08bcachefs: bch2_dev_safe() -> bch2_dev_rcu()Kent Overstreet3-2/+3
2024-05-08bcachefs: Debug asserts for ca->refKent Overstreet3-3/+37
2024-05-08bcachefs: New helpers for device refcountsKent Overstreet9-41/+50
2024-05-08bcachefs: bch2_print_allocator_stuck()Kent Overstreet5-76/+114
2024-05-08closures: closure_sync_timeout()Kent Overstreet2-0/+49
2024-05-08bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet7-10/+2
2024-05-08bcachefs: x-macroize journal flags enumsKent Overstreet11-33/+44
2024-05-08bcachefs: On device add, prefer unused slotsKent Overstreet1-3/+22
2024-05-08bcachefs: Kill opts.buckets_nouseKent Overstreet4-24/+32
2024-05-08bcachefs: CodingStyleKent Overstreet2-0/+187
2024-05-08bcachefs: simplify bch2_trans_start_alloc_update()Kent Overstreet4-46/+37
2024-05-08bcachefs: __mark_stripe_bucket() now takes bch_alloc_v4Kent Overstreet2-63/+38
2024-05-08bcachefs: __mark_pointer now takes bch_alloc_v4Kent Overstreet3-41/+33
2024-05-08bcachefs: kill bch2_dev_usage_update_m()Kent Overstreet5-63/+41
2024-05-08bcachefs: alloc_data_type_set()Kent Overstreet4-31/+36
2024-05-08bcachefs: dirty_sectors -> replicas_sectorsKent Overstreet1-4/+4
2024-05-08bcachefs: delete old gen check bch2_alloc_write_key()Kent Overstreet1-3/+0
2024-05-08bcachefs: Correct the FS_IOC_GETFLAGS to FS_IOC32_GETFLAGS in bch2_compat_fs_ioctl()Youling Tang1-1/+1
2024-05-08bcachefs: Fix error path of bch2_link_trans()Youling Tang1-2/+2
2024-05-08bcachefs: Change destroy_inode to free_inodeYouling Tang1-11/+3
2024-05-08bcachefs: Simplify resuming of journal positionKent Overstreet2-43/+8
2024-05-08bcachefs: check inode backpointer in bch2_lookup()Kent Overstreet1-6/+18
2024-05-08bcachefs: check for inodes that should have backpointers in fsckKent Overstreet2-0/+18
2024-05-08bcachefs: bch_member.last_journal_bucketKent Overstreet5-0/+42
2024-05-08bcachefs: uninline set_btree_iter_dontneed()Kent Overstreet5-18/+20
2024-05-08bcachefs: eliminate the uninitialized compilation warning in bch2_reconstruct_snapshotsHongbo Li1-1/+2
2024-05-08bcachefs: fix btree_path_clone() ip_allocatedKent Overstreet1-3/+7
2024-05-08bcachefs: Fix format specifiers in bch2_btree_key_cache_to_text()Nathan Chancellor1-2/+2
2024-05-08bcachefs: Fix type of flags parameter for some ->trigger() implementationsNathan Chancellor10-12/+18