aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/exported-sql-viewer.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-22xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig3-13/+8
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig4-24/+16
2023-12-22xfs: factor out a xfs_rtalloc_sumlevel helperChristoph Hellwig1-83/+70
2023-12-22xfs: tidy up xfs_rtallocate_extent_exactChristoph Hellwig1-21/+13
2023-12-22xfs: merge the calls to xfs_rtallocate_range in xfs_rtallocate_blockChristoph Hellwig1-8/+5
2023-12-22xfs: reflow the tail end of xfs_rtallocate_extent_blockChristoph Hellwig1-21/+23
2023-12-22xfs: invert a check in xfs_rtallocate_extent_blockChristoph Hellwig1-5/+4
2023-12-22xfs: split xfs_rtmodify_summary_intChristoph Hellwig1-51/+25
2023-12-22xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig3-18/+16
2023-12-22xfs: cleanup picking the start extent hint in xfs_bmap_rtallocChristoph Hellwig1-20/+15
2023-12-22xfs: indicate if xfs_bmap_adjacent changed ap->blknoChristoph Hellwig2-6/+15
2023-12-22xfs: reflow the tail end of xfs_bmap_rtallocChristoph Hellwig1-30/+30
2023-12-22xfs: return -ENOSPC from xfs_rtallocate_*Christoph Hellwig2-141/+71
2023-12-22xfs: move xfs_bmap_rtalloc to xfs_rtalloc.cChristoph Hellwig3-170/+133
2023-12-22xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig3-18/+17
2023-12-22xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accountingChristoph Hellwig1-10/+9
2023-12-22xfs: turn the xfs_trans_mod_dquot_byino stub into an inline functionChristoph Hellwig1-1/+4
2023-12-22xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig1-1/+1
2023-12-22xfs/health: cleanup, remove duplicated includingWang Jinchao1-2/+0
2023-12-22xfs: fix perag leak when growfs failsLong Li3-11/+32
2023-12-22xfs: add lock protection when remove perag from radix treeLong Li1-0/+4
2023-12-15xfs: repair quotasDarrick J. Wong10-8/+628
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong9-46/+319
2023-12-15xfs: check dquot resource timersDarrick J. Wong1-0/+21
2023-12-15xfs: check the ondisk space mapping behind a dquotDarrick J. Wong1-0/+58
2023-12-15xfs: online repair of realtime bitmapsDarrick J. Wong6-8/+245
2023-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong3-24/+46
2023-12-15xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong3-4/+168
2023-12-15xfs: always check the rtbitmap and rtsummary filesDarrick J. Wong1-2/+0
2023-12-15xfs: check rt summary file geometry more thoroughlyDarrick J. Wong1-27/+110
2023-12-15xfs: check rt bitmap file geometry more thoroughlyDarrick J. Wong1-15/+84
2023-12-15xfs: repair problems in CoW forksDarrick J. Wong7-1/+771
2023-12-15xfs: create a ranged query function for refcount btreesDarrick J. Wong2-0/+51
2023-12-15xfs: refactor repair forcing tests into a repair.c helperDarrick J. Wong3-13/+25
2023-12-15xfs: repair inode fork block mapping data structuresDarrick J. Wong17-34/+1153
2023-12-15xfs: skip the rmapbt search on an empty attr fork unless we know it was zappedDarrick J. Wong1-22/+79
2023-12-15xfs: reintroduce reaping of file metadata blocks to xrep_reap_extentsDarrick J. Wong4-4/+160
2023-12-15xfs: abort directory parent scrub scans if we encounter a zapped directoryDarrick J. Wong4-0/+46
2023-12-15xfs: zap broken inode forksDarrick J. Wong11-46/+808
2023-12-15xfs: repair inode recordsDarrick J. Wong7-2/+1018
2023-12-15xfs: set inode sick state flags when we zap either ondisk forkDarrick J. Wong13-12/+166
2023-12-15xfs: dont cast to char * for XFS_DFORK_*PTR macrosDarrick J. Wong2-2/+2
2023-12-15xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong1-0/+4
2023-12-15xfs: try to attach dquots to files before repairing themDarrick J. Wong7-5/+55
2023-12-15xfs: repair refcount btreesDarrick J. Wong12-19/+856
2023-12-15xfs: disable online repair quota helpers when quota not enabledDarrick J. Wong2-0/+11
2023-12-15xfs: repair inode btreesDarrick J. Wong11-51/+1022
2023-12-15xfs: repair free space btreesDarrick J. Wong20-21/+1224
2023-12-15xfs: remove trivial bnobt/inobt scrub helpersDarrick J. Wong4-46/+39
2023-12-15xfs: roll the scrub transaction after completing a repairDarrick J. Wong1-3/+6