aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events/ext4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-13/+8
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-15/+15
2022-03-15ext4: fix remaining two trace events to use same printk conventionRitesh Harjani1-2/+2
2022-03-15ext4: add commit tid info in ext4_fc_commit_start/stop trace eventsRitesh Harjani1-8/+13
2022-03-15ext4: add transaction tid info in fc_track eventsRitesh Harjani1-45/+68
2022-03-15ext4: add new trace event in ext4_fc_cleanupRitesh Harjani1-0/+26
2022-03-15ext4: Convert invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-15/+15
2022-03-12ext4: convert ext4_fc_track_dentry type events to use event classRitesh Harjani1-25/+31
2022-03-12ext4: fix ext4_fc_stats trace pointRitesh Harjani1-29/+49
2022-01-10ext4: implement support for get/set fs labelLukas Czerner1-0/+23
2021-04-02ext4: delete some unused tracepoint definitionsEric Whitney1-176/+0
2020-11-06ext4: disable fast commit with data journallingHarshad Shirwadkar1-2/+4
2020-11-06ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar1-3/+3
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar1-4/+52
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar1-0/+172
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-6/+11
2020-08-07ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o1-0/+44
2020-08-07ext4: indicate via a block bitmap read is prefetched via a tracepointTheodore Ts'o1-4/+20
2020-06-03ext4: mballoc: use lock for checking free blocks while retryingRitesh Harjani1-1/+2
2020-06-03ext4: translate a few more map flags to strings in tracepointsEric Whitney1-1/+4
2020-06-03ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flagEric Whitney1-1/+0
2020-01-25ext4: fix extent_status trace pointsDmitry Monakhov1-4/+4
2020-01-25ext4: fix symbolic enum printing in trace outputDmitry Monakhov1-1/+18
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara1-5/+8
2018-12-19ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o1-0/+20
2018-10-01ext4: adjust reserved cluster count when removing extentsEric Whitney1-20/+40
2018-10-01ext4: fix reserved cluster accounting at delayed write timeEric Whitney1-0/+35
2018-10-01ext4: generalize extents status tree search functionsEric Whitney1-2/+2
2018-02-18ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o1-0/+43
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-30ext4: remove unused metadata accounting variablesEric Whitney1-27/+8
2017-04-30ext4: support GETFSMAP ioctlsDarrick J. Wong1-0/+74
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-3/+3
2015-12-07ext4: implement allocation of pre-zeroed blocksJan Kara1-1/+2
2015-12-07ext4: get rid of EXT4_GET_BLOCKS_NO_LOCK flagJan Kara1-2/+1
2015-06-21ext4: minor cleanup of ext4_da_reserve_space()Eric Whitney1-6/+4
2015-06-09ext4: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon1-0/+25
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+8
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-8/+8
2015-03-25tracing: %pF is only for function pointersScott Wood1-3/+3
2015-02-05ext4: add optimization for the lazytime mount optionTheodore Ts'o1-0/+30
2014-11-25ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu1-7/+4
2014-11-25ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Zheng Liu1-2/+1
2014-11-25ext4: fix block reservation for bigalloc filesystemsJan Kara1-2/+1
2014-09-01ext4: track extent status tree shrinker delay staticticsZheng Liu1-0/+31
2014-09-01ext4: improve extents status tree trace pointZheng Liu1-8/+20
2014-04-20ext4: rename uninitialized extents to unwrittenLukas Czerner1-4/+4
2014-04-20ext4: get rid of EXT4_MAP_UNINIT flagLukas Czerner1-1/+0
2014-04-14ext4: remove temporary shim used to merge COLLAPSE_RANGE and ZERO_RANGETheodore Ts'o1-9/+0
2014-03-18ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateLukas Czerner1-33/+35