aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/events/ext4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-23ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon1-1/+32
2014-02-22ext4: translate fallocate mode bits to stringsLukas Czerner1-2/+7
2013-08-28ext4: isolate ext4_extents.h fileZheng Liu1-1/+0
2013-08-16ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o1-1/+13
2013-08-16ext4: use unsigned int for es_status valuesTheodore Ts'o1-7/+7
2013-07-01ext4: translate flag bits to strings in tracepointsTheodore Ts'o1-39/+96
2013-06-06ext4: use ext4_da_writepages() for all modesTheodore Ts'o1-2/+2
2013-06-04ext4: restructure writeback pathJan Kara1-24/+40
2013-06-04ext4: provide wrappers for transaction reservation callsJan Kara1-8/+33
2013-05-27ext4: make punch hole code path work with bigallocLukas Czerner1-12/+13
2013-05-27ext4: update ext4_ext_remove_space trace pointLukas Czerner1-7/+14
2013-05-21ext4: use ->invalidatepage() length argumentLukas Czerner1-10/+12
2013-05-03ext4: fix fio regressionYan, Zheng1-2/+2
2013-04-09ext4: fix miscellaneous big endian warningsTheodore Ts'o1-3/+3
2013-04-03ext4: collapse handling of data=ordered and data=writeback codepathsTheodore Ts'o1-9/+1
2013-02-28ext4: optimize ext4_es_shrink()Theodore Ts'o1-28/+12
2013-02-18ext4: reclaim extents from extent status treeZheng Liu1-0/+60
2013-02-18ext4: lookup block mapping in extent status treeZheng Liu1-0/+56
2013-02-18ext4: rename and improbe ext4_es_find_extent()Zheng Liu1-9/+6
2013-02-18ext4: add physical block and status member into extent status treeZheng Liu1-12/+22
2013-02-18ext4: refine extent status treeZheng Liu1-20/+20
2013-01-16ext4: add tracepoint in punching holeZheng Liu1-0/+25
2012-12-25ext4: split off ext4_journalled_invalidatepage()Jan Kara1-1/+13
2012-11-08ext4: add some tracepoints in extent status treeZheng Liu1-0/+101