aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-03xfs: disable rt quotas for zoned file systemsChristoph Hellwig1-1/+2
2025-03-03xfs: disable reflink for zoned file systemsChristoph Hellwig1-0/+7
2025-03-03xfs: enable fsmap reporting for internal RT devicesChristoph Hellwig2-17/+72
2025-03-03xfs: support xrep_require_rtext_inuse on zoned file systemsChristoph Hellwig1-1/+8
2025-03-03xfs: support xchk_xref_is_used_rt_space on zoned file systemsChristoph Hellwig1-2/+9
2025-03-03xfs: allow COW forks on zoned file systems in xchk_bmapChristoph Hellwig1-2/+2
2025-03-03xfs: support growfs on zoned file systemsChristoph Hellwig1-20/+101
2025-03-03xfs: hide reserved RT blocks from statfsChristoph Hellwig1-1/+2
2025-03-03xfs: wire up zoned block freeing in xfs_rtextent_free_finish_itemChristoph Hellwig1-10/+25
2025-03-03xfs: implement direct writes to zoned RT devicesChristoph Hellwig5-11/+132
2025-03-03xfs: implement buffered writes to zoned RT devicesChristoph Hellwig9-54/+624
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig13-5/+1425
2025-03-03xfs: add support for zoned space reservationsChristoph Hellwig9-21/+343
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig12-7/+1224
2025-03-03xfs: parse and validate hardware zone informationChristoph Hellwig3-0/+207
2025-03-03xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_fileChristoph Hellwig1-1/+1
2025-03-03xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodesChristoph Hellwig1-4/+11
2025-03-03xfs: disable FITRIM for zoned RT devicesChristoph Hellwig1-1/+2
2025-03-03xfs: disable sb_frextents for zoned file systemsChristoph Hellwig5-9/+20
2025-03-03xfs: export zoned geometry via XFS_FSOP_GEOMChristoph Hellwig2-1/+10
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig8-9/+34
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig23-35/+197
2025-03-03xfs: add a xfs_rtrmap_highest_rgbno helperChristoph Hellwig2-0/+21
2025-03-03xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delayChristoph Hellwig4-6/+10
2025-03-03xfs: refine the unaligned check for always COW inodes in xfs_file_dio_writeChristoph Hellwig1-1/+10
2025-03-03xfs: skip always_cow inodes in xfs_reflink_trim_around_sharedChristoph Hellwig1-1/+1
2025-03-03xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.cChristoph Hellwig3-292/+287
2025-03-03xfs: add a rtg_blocks helperChristoph Hellwig2-1/+6
2025-03-03xfs: factor out a xfs_rt_check_size helperChristoph Hellwig1-31/+31
2025-03-03xfs: reduce metafile reservationsChristoph Hellwig1-0/+3
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig11-171/+155
2025-03-03xfs: fixup the metabtree reservation in xrep_reap_metadir_fsblocksChristoph Hellwig3-55/+17
2025-03-03xfs: trace in-memory freecounter reservationsChristoph Hellwig2-0/+41
2025-03-03xfs: support reserved blocks for the rt extent counterChristoph Hellwig7-62/+91
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig16-73/+151
2025-03-03xfs: reflow xfs_dec_freecounterChristoph Hellwig1-21/+18
2025-02-27xfs: flag as supporting FOP_DONTCACHEJens Axboe1-1/+2
2025-02-27iomap: make buffered writes work with RWF_DONTCACHEJens Axboe4-0/+12
2025-02-27xfs: flag as supporting FOP_DONTCACHEJens Axboe1-1/+2
2025-02-27iomap: make buffered writes work with RWF_DONTCACHEJens Axboe4-0/+12
2025-02-26iomap: introduce a full map advance helperBrian Foster5-13/+17
2025-02-26iomap: rename iomap_iter processed field to statusBrian Foster9-55/+54
2025-02-26iomap: remove unnecessary advance from iomap_iter()Brian Foster1-24/+15
2025-02-26dax: advance the iomap_iter on pte and pmd faultsBrian Foster1-4/+8
2025-02-26dax: advance the iomap_iter on dedupe rangeBrian Foster1-7/+14
2025-02-26dax: advance the iomap_iter on unshare rangeBrian Foster1-3/+5
2025-02-26dax: advance the iomap_iter on zero rangeBrian Foster1-16/+17
2025-02-26dax: push advance down into dax_iomap_iter() for read and writeBrian Foster1-16/+11
2025-02-26dax: advance the iomap_iter in the read/write pathBrian Foster1-1/+5
2025-02-26iomap: convert misc simple ops to incremental advanceBrian Foster4-18/+21