aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/exported-sql-viewer.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-02-26iomap: advance the iter on direct I/OBrian Foster1-13/+9
2025-02-26iomap: advance the iter directly on buffered readBrian Foster1-25/+20
2025-02-25xfs: remove the XBF_STALE check from xfs_buf_rele_cachedChristoph Hellwig1-7/+1
2025-02-25xfs: remove most in-flight buffer accountingChristoph Hellwig5-86/+20
2025-02-25xfs: decouple buffer readahead from the normal buffer read pathChristoph Hellwig4-23/+23
2025-02-25xfs: reduce context switches for synchronous buffered I/OChristoph Hellwig1-16/+27
2025-02-14xfs: flush inodegc before swaponChristoph Hellwig1-1/+34
2025-02-14xfs: rename xfs_iomap_swapfile_activate to xfs_vm_swap_activateChristoph Hellwig1-3/+3
2025-02-14xfs: Do not allow norecovery mount with quotacheckCarlos Maiolino1-16/+39
2025-02-14xfs: do not check NEEDSREPAIR if ro,norecovery mount.Lukas Herbolt1-2/+6
2025-02-14xfs: fix data fork format filtering during inode repairDarrick J. Wong1-2/+10
2025-02-14xfs: fix online repair probing when CONFIG_XFS_ONLINE_REPAIR=nDarrick J. Wong3-6/+22
2025-02-10iomap: advance the iter directly on zero rangeBrian Foster1-11/+13
2025-02-10iomap: advance the iter directly on unshare rangeBrian Foster1-12/+11
2025-02-10iomap: advance the iter directly on buffered writesBrian Foster1-13/+7
2025-02-10iomap: support incremental iomap_iter advancesBrian Foster2-9/+31
2025-02-10iomap: export iomap_iter_advance() and return remaining lengthBrian Foster2-14/+9