summaryrefslogtreecommitdiffstats
path: root/include/trace/events/ext4.h
Commit message (Expand)AuthorAgeFilesLines
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2018-12-191-0/+20
* ext4: adjust reserved cluster count when removing extentsEric Whitney2018-10-011-20/+40
* ext4: fix reserved cluster accounting at delayed write timeEric Whitney2018-10-011-0/+35
* ext4: generalize extents status tree search functionsEric Whitney2018-10-011-2/+2
* ext4: add tracepoints for shutdown and file system errorsTheodore Ts'o2018-02-191-0/+43
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ext4: remove unused metadata accounting variablesEric Whitney2017-07-311-27/+8Star
* ext4: support GETFSMAP ioctlsDarrick J. Wong2017-04-301-0/+74
* don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-3/+3
* ext4: implement allocation of pre-zeroed blocksJan Kara2015-12-071-1/+2
* ext4: get rid of EXT4_GET_BLOCKS_NO_LOCK flagJan Kara2015-12-071-2/+1Star
* ext4: minor cleanup of ext4_da_reserve_space()Eric Whitney2015-06-221-6/+4Star
* ext4: Add support FALLOC_FL_INSERT_RANGE for fallocateNamjae Jeon2015-06-091-0/+25
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-8/+8
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-8/+8
* | tracing: %pF is only for function pointersScott Wood2015-03-251-3/+3
|/
* ext4: add optimization for the lazytime mount optionTheodore Ts'o2015-02-051-0/+30
* ext4: change LRU to round-robin in extent status tree shrinkerZheng Liu2014-11-251-7/+4Star
* ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Zheng Liu2014-11-251-2/+1Star
* ext4: fix block reservation for bigalloc filesystemsJan Kara2014-11-251-2/+1Star
* ext4: track extent status tree shrinker delay staticticsZheng Liu2014-09-021-0/+31
* ext4: improve extents status tree trace pointZheng Liu2014-09-021-8/+20
* ext4: rename uninitialized extents to unwrittenLukas Czerner2014-04-211-4/+4
* ext4: get rid of EXT4_MAP_UNINIT flagLukas Czerner2014-04-211-1/+0Star
* ext4: remove temporary shim used to merge COLLAPSE_RANGE and ZERO_RANGETheodore Ts'o2014-04-151-9/+0Star
* ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocateLukas Czerner2014-03-181-33/+35
* ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon2014-02-231-1/+32
* ext4: translate fallocate mode bits to stringsLukas Czerner2014-02-221-2/+7
* ext4: isolate ext4_extents.h fileZheng Liu2013-08-281-1/+0Star
* ext4: cache all of an extent tree's leaf block upon readingTheodore Ts'o2013-08-171-1/+13
* ext4: use unsigned int for es_status valuesTheodore Ts'o2013-08-171-7/+7
* ext4: translate flag bits to strings in tracepointsTheodore Ts'o2013-07-011-39/+96
* ext4: use ext4_da_writepages() for all modesTheodore Ts'o2013-06-061-2/+2
* ext4: restructure writeback pathJan Kara2013-06-041-24/+40
* ext4: provide wrappers for transaction reservation callsJan Kara2013-06-041-8/+33
* ext4: make punch hole code path work with bigallocLukas Czerner2013-05-281-12/+13
* ext4: update ext4_ext_remove_space trace pointLukas Czerner2013-05-281-7/+14
* ext4: use ->invalidatepage() length argumentLukas Czerner2013-05-221-10/+12
* ext4: fix fio regressionYan, Zheng2013-05-031-2/+2
* ext4: fix miscellaneous big endian warningsTheodore Ts'o2013-04-101-3/+3
* ext4: collapse handling of data=ordered and data=writeback codepathsTheodore Ts'o2013-04-031-9/+1Star
* ext4: optimize ext4_es_shrink()Theodore Ts'o2013-03-011-28/+12Star
* ext4: reclaim extents from extent status treeZheng Liu2013-02-181-0/+60
* ext4: lookup block mapping in extent status treeZheng Liu2013-02-181-0/+56
* ext4: rename and improbe ext4_es_find_extent()Zheng Liu2013-02-181-9/+6Star
* ext4: add physical block and status member into extent status treeZheng Liu2013-02-181-12/+22
* ext4: refine extent status treeZheng Liu2013-02-181-20/+20
* ext4: add tracepoint in punching holeZheng Liu2013-01-171-0/+25
* ext4: split off ext4_journalled_invalidatepage()Jan Kara2012-12-251-1/+13
* ext4: add some tracepoints in extent status treeZheng Liu2012-11-091-0/+101