summaryrefslogtreecommitdiffstats
path: root/include/trace/events/ext4.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ext4: disable fast commit with data journallingHarshad Shirwadkar2020-11-071-2/+4
* ext4: mark fc ineligible if inode gets evictied due to mem pressureHarshad Shirwadkar2020-11-071-3/+3
* ext4: fast commit recovery pathHarshad Shirwadkar2020-10-221-4/+52
* ext4: main fast-commit commit pathHarshad Shirwadkar2020-10-221-0/+172
* ext4: limit the length of per-inode prealloc listbrookxu2020-08-191-6/+11
* ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o2020-08-071-0/+44
* ext4: indicate via a block bitmap read is prefetched via a tracepointTheodore Ts'o2020-08-071-4/+20
* ext4: mballoc: use lock for checking free blocks while retryingRitesh Harjani2020-06-041-1/+2
* ext4: translate a few more map flags to strings in tracepointsEric Whitney2020-06-041-1/+4
* ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flagEric Whitney2020-06-041-1/+0
* ext4: fix extent_status trace pointsDmitry Monakhov2020-01-251-4/+4
* ext4: fix symbolic enum printing in trace outputDmitry Monakhov2020-01-251-1/+18
* ext4: Reserve revoke credits for freed blocksJan Kara2019-11-051-5/+8
* 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/+8
* 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/+1
* ext4: minor cleanup of ext4_da_reserve_space()Eric Whitney2015-06-221-6/+4
* 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/+4
* ext4: cache extent hole in extent status tree for ext4_da_map_blocks()Zheng Liu2014-11-251-2/+1
* ext4: fix block reservation for bigalloc filesystemsJan Kara2014-11-251-2/+1
* 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/+0
* ext4: remove temporary shim used to merge COLLAPSE_RANGE and ZERO_RANGETheodore Ts'o2014-04-151-9/+0
* 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/+0
* 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