aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-13btrfs: move abort_should_print_stack() to transaction.hFilipe Manana2-18/+16
2025-01-13btrfs: pass btrfs_io_geometry to is_single_device_ioJohannes Thumshirn1-5/+4
2025-01-13btrfs: cache RAID stripe tree decision in btrfs_io_contextJohannes Thumshirn3-2/+3
2025-01-13btrfs: cache stripe tree usage in struct btrfs_io_geometryJohannes Thumshirn1-2/+3
2025-01-13btrfs: add assertions and comment about path expectations to btrfs_cross_ref_exist()Filipe Manana2-0/+30
2025-01-13btrfs: add function comment for check_committed_ref()Filipe Manana1-0/+42
2025-01-13btrfs: simplify arguments for btrfs_cross_ref_exist()Filipe Manana3-14/+14
2025-01-13btrfs: simplify return logic at check_committed_ref()Filipe Manana1-14/+9
2025-01-13btrfs: avoid redundant call to get inline ref type at check_committed_ref()Filipe Manana1-1/+1
2025-01-13btrfs: remove the snapshot check from check_committed_ref()Filipe Manana1-8/+0
2025-01-13btrfs: remove no longer needed strict argument from can_nocow_extent()Filipe Manana6-22/+13
2025-01-13btrfs: remove unused variable length in btrfs_insert_one_raid_extent()Johannes Thumshirn1-4/+0
2025-01-13btrfs: output the reason for open_ctree() failureQu Wenruo1-1/+1
2025-01-13btrfs: open-code btrfs_copy_from_user()Qu Wenruo1-48/+18
2025-01-13btrfs: improve the warning and error message for btrfs_remove_qgroup()Qu Wenruo1-5/+16
2025-01-13btrfs: remove detached list from struct btrfs_backref_cacheJosef Bacik3-5/+0
2025-01-13btrfs: remove the ->lowest and ->leaves members from struct btrfs_backref_nodeJosef Bacik3-30/+0
2025-01-13btrfs: simplify btrfs_backref_release_cache()Josef Bacik1-20/+2
2025-01-13btrfs: do not handle non-shareable roots in backref cacheJosef Bacik3-30/+24
2025-01-13btrfs: don't build backref tree for COW-only blocksJosef Bacik1-19/+73
2025-01-13btrfs: remove clone_backref_node() from relocationJosef Bacik1-90/+1
2025-01-13btrfs: simplify loop in select_reloc_root()Josef Bacik1-80/+55
2025-01-13btrfs: add a comment for new_bytenr in backref_cache_nodeJosef Bacik1-0/+6
2025-01-13btrfs: remove the changed list for backref cacheJosef Bacik3-18/+8
2025-01-13btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper error handlingJosef Bacik1-2/+12
2025-01-13btrfs: fix data race when accessing the inode's disk_i_size at btrfs_drop_extents()Hao-ran Zheng1-1/+1
2025-01-13btrfs: don't BUG_ON() in btrfs_drop_extents()Johannes Thumshirn1-4/+21
2025-01-13btrfs: zoned: reclaim unused zone by zone resettingNaohiro Aota5-3/+164
2025-01-13btrfs: drop fs_info argument from btrfs_update_space_info_*()Naohiro Aota9-45/+26
2025-01-13btrfs: factor out btrfs_return_free_space()Naohiro Aota3-21/+34
2025-01-13btrfs: handle FS_IOC_READ_VERITY_METADATA ioctlAllison Karlitskaya1-0/+2
2025-01-13btrfs: send: remove redundant assignments to variable retColin Ian King1-2/+1
2025-01-13btrfs: use PTR_ERR() instead of PTR_ERR_OR_ZERO() for btrfs_get_extent()Qu Wenruo1-1/+1
2025-01-13btrfs: selftests: add delayed ref self test casesJosef Bacik5-4/+1050
2025-01-13btrfs: move select_delayed_ref() and export itJosef Bacik3-25/+28
2025-01-12Linux 6.13-rc7Linus Torvalds1-1/+1
2025-01-12KVM: e500: perform hugepage check after looking up the PFNPaolo Bonzini1-109/+69
2025-01-12KVM: e500: map readonly host pages for readPaolo Bonzini1-2/+3
2025-01-12KVM: e500: track host-writability of pagesPaolo Bonzini2-4/+13
2025-01-12KVM: e500: use shadow TLB entry as witness for writabilityPaolo Bonzini1-4/+3
2025-01-12KVM: e500: always restore irqsPaolo Bonzini1-2/+2
2025-01-10MAINTAINERS: powerpc: Update my statusMichael Ellerman1-3/+2
2025-01-10smb: client: sync the root session and superblock context passwords before automountingMeetakshi Setiya1-1/+18
2025-01-10sched_ext: idle: Refresh idle masks during idle-to-idle transitionsAndrea Righi3-15/+59
2025-01-10io_uring: don't touch sqd->thread off tw addPavel Begunkov1-4/+1
2025-01-10io_uring/sqpoll: zero sqd->thread on tctx errorsPavel Begunkov1-1/+5
2025-01-10workqueue: warn if delayed_work is queued to an offlined cpu.Imran Khan1-0/+7
2025-01-10poll: kill poll_does_not_wait()Oleg Nesterov1-13/+3
2025-01-10sock_poll_wait: kill the no longer necessary barrier after poll_wait()Oleg Nesterov1-10/+7
2025-01-10io_uring_poll: kill the no longer necessary barrier after poll_wait()Oleg Nesterov1-5/+4