summaryrefslogtreecommitdiffstats
path: root/include/trace/events/ext4.h
AgeCommit message (Expand)AuthorLines
2025-07-31Merge tag 'ext4_for_linus_6.17-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-11/+39
2025-07-25ext4: get rid of some obsolete EXT4_MB_HINT flagsBaokun Li-3/+0
2025-07-13ext4: enhance tracepoints during the folios writebackZhang Yi-5/+37
2025-07-13ext4: process folios writeback in bytesZhang Yi-7/+6
2025-06-23ext4: add FALLOC_FL_WRITE_ZEROES supportZhang Yi-1/+2
2024-08-28ext4: remove tracing for FALLOC_FL_NO_HIDE_STALEChristoph Hellwig-1/+0
2024-06-27ext4: make ext4_da_reserve_space() reserve multi-clustersZhang Yi-4/+6
2024-06-27ext4: make ext4_es_insert_delayed_block() insert multi-blocksZhang Yi-7/+9
2024-01-18ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi-7/+4
2023-06-26ext4: Give symbolic names to mballoc criteriasOjaswin Mujoo-13/+13
2023-06-26ext4: Add allocation criteria 1.5 (CR1_5)Ojaswin Mujoo-0/+2
2023-06-26ext4: Convert mballoc cr (criteria) to enumOjaswin Mujoo-2/+14
2023-06-15ext4: Change remaining tracepoints to use folioRitesh Harjani-13/+13
2023-03-23ext4: Convert data=journal writeback to use ext4_writepages()Jan Kara-7/+0
2022-12-08ext4: disable fast-commit of encrypted dir operationsEric Biggers-2/+5
2022-12-01ext4: split ext4_journal_start trace for debugchangfengnan-11/+46
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)-13/+8
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-15/+15
2022-03-15ext4: fix remaining two trace events to use same printk conventionRitesh Harjani-2/+2
2022-03-15ext4: add commit tid info in ext4_fc_commit_start/stop trace eventsRitesh Harjani-8/+13
2022-03-15ext4: add transaction tid info in fc_track eventsRitesh Harjani-45/+68
2022-03-15ext4: add new trace event in ext4_fc_cleanupRitesh Harjani-0/+26
2022-03-15ext4: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)-15/+15
2022-03-12ext4: convert ext4_fc_track_dentry type events to use event classRitesh Harjani-25/+31
2022-03-12ext4: fix ext4_fc_stats trace pointRitesh Harjani-29/+49
2022-01-10ext4: implement support for get/set fs labelLukas Czerner-0/+23
2021-04-02ext4: delete some unused tracepoint definitionsEric Whitney-176/+0
2020-11-06ext4: disable fast commit with data journallingHarshad Shirwadkar-2/+4
2020-11-06ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar-3/+3
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar-4/+52
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar-0/+172
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu-6/+11
2020-08-07ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o-0/+44
2020-08-07ext4: indicate via a block bitmap read is prefetched via a tracepointTheodore Ts'o-4/+20
2020-06-03ext4: mballoc: use lock for checking free blocks while retryingRitesh Harjani-1/+2
2020-06-03ext4: translate a few more map flags to strings in tracepointsEric Whitney-1/+4
2020-06-03ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flagEric Whitney-1/+0
2020-01-25ext4: fix extent_status trace pointsDmitry Monakhov-4/+4
2020-01-25ext4: fix symbolic enum printing in trace outputDmitry Monakhov-1/+18
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara-5/+8
2018-12-19ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o-0/+20
2018-10-01ext4: adjust reserved cluster count when removing extentsEric Whitney-20/+40
2018-10-01ext4: fix reserved cluster accounting at delayed write timeEric Whitney-0/+35
2018-10-01ext4: generalize extents status tree search functionsEric Whitney-2/+2
2018-02-18ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o-0/+43
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-07-30ext4: remove unused metadata accounting variablesEric Whitney-27/+8
2017-04-30ext4: support GETFSMAP ioctlsDarrick J. Wong-0/+74
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro-3/+3
2015-12-07ext4: implement allocation of pre-zeroed blocksJan Kara-1/+2