aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-11btrfs: rename err to ret in btrfs_recover_relocation()Anand Jain1-28/+28
2024-07-11btrfs: rename ret to ret2 in btrfs_recover_relocation()Anand Jain1-4/+4
2024-07-11btrfs: rename ret to err in btrfs_recover_relocation()Anand Jain1-17/+11
2024-07-11btrfs: rename err to ret in btrfs_cleanup_fs_roots()Anand Jain1-18/+19
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_create_dio_extent()Qu Wenruo1-14/+7
2024-07-11btrfs: cleanup duplicated parameters related to create_io_em()Qu Wenruo3-43/+16
2024-07-11btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extentQu Wenruo4-66/+52
2024-07-11btrfs: cleanup duplicated parameters related to can_nocow_file_extent_argsQu Wenruo3-51/+39
2024-07-11btrfs: remove extent_map::block_start memberQu Wenruo14-209/+165
2024-07-11btrfs: remove extent_map::block_len memberQu Wenruo10-105/+42
2024-07-11btrfs: remove extent_map::orig_start memberQu Wenruo13-127/+57
2024-07-11btrfs: introduce extra sanity checks for extent mapsQu Wenruo4-2/+119
2024-07-11btrfs: introduce new members for extent_mapQu Wenruo6-11/+156
2024-07-11btrfs: export the expected file extent through can_nocow_extent()Qu Wenruo3-5/+34
2024-07-11btrfs: rename extent_map::orig_block_len to disk_num_bytesQu Wenruo6-20/+20
2024-07-11btrfs: move fiemap code into its own fileFilipe Manana6-925/+943
2024-07-11btrfs: send: get rid of the label and gotos at ensure_commit_roots_uptodate()Filipe Manana1-10/+2
2024-07-11btrfs: add and use helper to commit the current transactionFilipe Manana8-75/+30
2024-07-11btrfs: scrub: avoid create/commit empty transaction at finish_extent_writes_f...Filipe Manana1-3/+7
2024-07-11btrfs: send: avoid create/commit empty transaction at ensure_commit_roots_upt...Filipe Manana1-3/+6
2024-07-11btrfs: send: make ensure_commit_roots_uptodate() simpler and more efficientFilipe Manana1-18/+15
2024-07-11btrfs: avoid create and commit empty transaction when committing superFilipe Manana1-3/+7
2024-07-11btrfs: qgroup: avoid start/commit empty transaction when flushing reservationsFilipe Manana1-5/+7
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba13-28/+38
2024-07-11btrfs: automatically remove the subvolume qgroupQu Wenruo3-0/+44
2024-07-11btrfs: slightly loosen the requirement for qgroup removalQu Wenruo1-7/+80
2024-07-11btrfs: constify parameters of write_eb_member() and its usersDavid Sterba2-6/+6
2024-07-11btrfs: keep const when returning value from get_unaligned_le8()David Sterba1-1/+1
2024-07-11btrfs: remove unused define EXTENT_SIZE_PER_ITEMDavid Sterba1-2/+0
2024-07-11btrfs: use for-local variables that shadow function variablesDavid Sterba3-17/+11
2024-07-11btrfs: rename macro local variables that clash with other variablesDavid Sterba2-7/+7
2024-07-11btrfs: remove duplicate name variable declarationsDavid Sterba2-5/+1
2024-07-11btrfs: use a btrfs_inode local variable at btrfs_sync_file()Filipe Manana1-24/+20
2024-07-11btrfs: pass a btrfs_inode to btrfs_wait_ordered_range()Filipe Manana7-24/+24
2024-07-11btrfs: pass a btrfs_inode to btrfs_fdatawrite_range()Filipe Manana4-12/+12
2024-07-11btrfs: use a btrfs_inode in the log context (struct btrfs_log_ctx)Filipe Manana3-9/+9
2024-07-11btrfs: make btrfs_finish_ordered_extent() return voidFilipe Manana2-3/+2
2024-07-11btrfs: move btrfs_block_group_root() to block-group.cAnand Jain3-8/+7
2024-07-11btrfs: drop bytenr_orig and fix comment in btrfs_scan_one_device()Anand Jain1-10/+8
2024-07-11btrfs: use a regular rb_root instead of cached rb_root for extent_map_treeFilipe Manana3-26/+30
2024-07-11btrfs: rename rb_root member of extent_map_tree from map to rootFilipe Manana3-15/+15
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana6-34/+45
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana7-33/+63
2024-07-11btrfs: don't allocate file extent tree for non regular filesFilipe Manana2-24/+42
2024-07-11btrfs: unify index_cnt and csum_bytes from struct btrfs_inodeFilipe Manana5-31/+54
2024-07-11btrfs: remove inode_lock from struct btrfs_root and use xarray locksFilipe Manana4-26/+20
2024-07-11btrfs: reduce nesting and deduplicate error handling at btrfs_iget_path()Filipe Manana1-23/+21
2024-07-11btrfs: preallocate inodes xarray entry to avoid transaction abortFilipe Manana1-7/+19
2024-07-11btrfs: use an xarray to track open inodes in a rootFilipe Manana4-86/+58
2024-07-11btrfs: raid56: do extra dumping for CONFIG_BTRFS_ASSERTQu Wenruo1-14/+98