#!/bin/sh # # stackcollapse.py can cover all type of perf samples including # the tracepoints, so no special record requirements, just record what # you want to analyze. # perf record "$@" /universe.0xinfinity.dev/distro/kernel/atom/fs/btrfs/extent_map.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent_map.c
AgeCommit message (Expand)Author
2024-05-07btrfs: simplify add_extent_mapping() by removing pointless labelFilipe Manana
2024-05-07btrfs: pass an inode to btrfs_add_extent_mapping()Filipe Manana
2024-05-07btrfs: remove not needed mod_start and mod_len from struct extent_mapFilipe Manana
2024-04-18btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range()Qu Wenruo
2024-03-26btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()Filipe Manana
2024-03-26btrfs: fix message not properly printing interval when adding extent mapFilipe Manana
2024-03-26btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana
2024-03-26btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana
2024-03-05btrfs: remove SLAB_MEM_SPREAD flag useChengming Zhou
2024-03-04btrfs: handle invalid range and start in merge_extent_mapping()David Sterba
2024-03-04btrfs: handle errors returned from unpin_extent_cache()David Sterba
2024-03-04btrfs: remove unused included headersDavid Sterba
2023-12-15btrfs: use the flags of an extent map to identify the compression typeFilipe Manana
2023-12-15btrfs: refactor mergable_maps() for more readabilityFilipe Manana
2023-12-15btrfs: avoid useless rbtree iterations when attempting to merge extent mapFilipe Manana
2023-12-15btrfs: log messages at unpin_extent_range() during unexpected casesFilipe Manana
2023-12-15btrfs: remove redundant value assignment at btrfs_add_extent_mapping()Filipe Manana
2023-12-15btrfs: unexport add_extent_mapping()Filipe Manana
2023-12-15btrfs: assert extent map is not in a list when setting it upFilipe Manana
2023-12-15btrfs: remove no longer used EXTENT_MAP_DELALLOC block start valueFilipe Manana
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-12-15btrfs: unexport extent_map_block_end()Filipe Manana