aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-08btrfs: let callers of btrfs_get_io_geometry pass the emMichal Rostecki3-38/+51
2021-02-08btrfs: fix double accounting of ordered extent for subpage case in btrfs_invalidapgeQu Wenruo1-1/+2
2021-02-08btrfs: simplify condition in __btrfs_run_delayed_itemsAbaci Team1-1/+1
2021-02-08btrfs: remove wrong comment for can_nocow_extent()Filipe Manana1-3/+0
2021-02-08btrfs: add a trace class for dumping the current ENOSPC stateJosef Bacik2-0/+63
2021-02-08btrfs: adjust the flush trace point to include the sourceJosef Bacik2-12/+15
2021-02-08btrfs: implement space clamping for preemptive flushingJosef Bacik2-2/+55
2021-02-08btrfs: simplify the logic in need_preemptive_flushingJosef Bacik1-25/+48
2021-02-08btrfs: rework btrfs_calc_reclaim_metadata_sizeJosef Bacik1-24/+20
2021-02-08btrfs: check reclaim_size in need_preemptive_reclaimJosef Bacik1-0/+7
2021-02-08btrfs: rename need_do_async_reclaimJosef Bacik1-7/+7
2021-02-08btrfs: improve preemptive background space flushingJosef Bacik3-2/+100
2021-02-08btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik3-1/+17
2021-02-08btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik4-23/+18
2021-02-08btrfs: add a trace point for reserve ticketsJosef Bacik2-1/+40
2021-02-08btrfs: make flush_space take a enum btrfs_flush_state instead of intJosef Bacik1-3/+3
2021-02-08btrfs: send: use struct send_ctx *sctx for btrfs_compare_trees and changed_cbRoman Anasal1-8/+7
2021-02-08btrfs: run delayed refs less often in commit_cowonly_rootsJosef Bacik1-11/+12
2021-02-08btrfs: stop running all delayed refs during snapshotJosef Bacik1-6/+0
2021-02-08btrfs: remove bogus BUG_ON in alloc_reserved_tree_blockJosef Bacik1-1/+0
2021-02-08btrfs: move delayed ref flushing for qgroup into qgroup helperJosef Bacik1-6/+17
2021-02-08btrfs: only run delayed refs once before committingJosef Bacik1-6/+0
2021-02-08btrfs: delayed refs pre-flushing should only run the heads we haveJosef Bacik1-1/+1
2021-02-08btrfs: only let one thread pre-flush delayed refs in commitJosef Bacik2-23/+21
2021-02-08btrfs: do not block on deleted bgs mutex in the cleanerJosef Bacik1-3/+8
2021-02-08btrfs: abort the transaction if we fail to inc ref in btrfs_copy_rootJosef Bacik1-2/+3
2021-02-08btrfs: add asserts for deleting backref cache nodesJosef Bacik1-3/+6
2021-02-08btrfs: do not warn if we can't find the reloc root when looking up backrefJosef Bacik1-1/+1
2021-02-08btrfs: splice remaining dirty_bg's onto the transaction dirty bg listJosef Bacik1-7/+12
2021-02-08btrfs: fix reloc root leak with 0 ref reloc roots on recoveryJosef Bacik1-3/+1
2021-02-08btrfs: remove repeated word in struct member commentNigel Christian1-1/+1
2021-02-08btrfs: account for new extents being deleted in total_bytes_pinnedJosef Bacik2-14/+24
2021-02-08btrfs: handle space_info::total_bytes_pinned inside the delayed ref itselfJosef Bacik5-117/+74
2021-02-08btrfs: enable W=1 checks for btrfsNikolay Borisov1-0/+16
2021-02-08lib/zstd: convert constants to definesNikolay Borisov1-4/+4
2021-02-08btrfs: zoned: remove unused variable in btrfs_sb_log_location_bdevNikolay Borisov1-2/+0
2021-02-08btrfs: fix parameter description for functions in extent_io.cNikolay Borisov1-25/+27
2021-02-08btrfs: fix parameter description in space-info.cNikolay Borisov1-23/+27
2021-02-08btrfs: fix parameter description of btrfs_inode_rsv_release/btrfs_delalloc_release_spaceNikolay Borisov1-12/+17
2021-02-08btrfs: document btrfs_check_shared parametersNikolay Borisov1-1/+7
2021-02-08btrfs: fix description format of fs_info of btrfs_wait_on_delayed_iputsNikolay Borisov1-3/+5
2021-02-08btrfs: document fs_info in btrfs_rmap_blockNikolay Borisov1-1/+3
2021-02-08btrfs: document now parameter of peek_discard_listNikolay Borisov1-2/+4
2021-02-08btrfs: improve parameter description for __btrfs_write_out_cacheNikolay Borisov1-5/+8
2021-02-08btrfs: fix parameter description in delayed-ref.c functionsNikolay Borisov1-10/+13
2021-02-08btrfs: fix function description formats in file-item.cNikolay Borisov1-8/+14
2021-02-08btrfs: fix parameter description of btrfs_add_extent_mappingNikolay Borisov1-6/+7
2021-02-08btrfs: document modified parameter of add_extent_mappingNikolay Borisov1-1/+4
2021-02-08btrfs: rework the order of btrfs_ordered_extent::flagsQu Wenruo4-23/+46
2021-02-08btrfs: remove redundant NULL check before kvfreeYang Li1-2/+1