index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
ext4.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-19
ext4: force inode writes when nfsd calls commit_metadata()
Theodore Ts'o
1
-0
/
+20
2018-10-01
ext4: adjust reserved cluster count when removing extents
Eric Whitney
1
-20
/
+40
2018-10-01
ext4: fix reserved cluster accounting at delayed write time
Eric Whitney
1
-0
/
+35
2018-10-01
ext4: generalize extents status tree search functions
Eric Whitney
1
-2
/
+2
2018-02-19
ext4: add tracepoints for shutdown and file system errors
Theodore Ts'o
1
-0
/
+43
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-31
ext4: remove unused metadata accounting variables
Eric Whitney
1
-27
/
+8
2017-04-30
ext4: support GETFSMAP ioctls
Darrick J. Wong
1
-0
/
+74
2016-04-11
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
Al Viro
1
-3
/
+3
2015-12-07
ext4: implement allocation of pre-zeroed blocks
Jan Kara
1
-1
/
+2
2015-12-07
ext4: get rid of EXT4_GET_BLOCKS_NO_LOCK flag
Jan Kara
1
-2
/
+1
2015-06-22
ext4: minor cleanup of ext4_da_reserve_space()
Eric Whitney
1
-6
/
+4
2015-06-09
ext4: Add support FALLOC_FL_INSERT_RANGE for fallocate
Namjae Jeon
1
-0
/
+25
2015-04-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-8
/
+8
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-8
/
+8
2015-03-25
tracing: %pF is only for function pointers
Scott Wood
1
-3
/
+3
2015-02-05
ext4: add optimization for the lazytime mount option
Theodore Ts'o
1
-0
/
+30
2014-11-25
ext4: change LRU to round-robin in extent status tree shrinker
Zheng Liu
1
-7
/
+4
2014-11-25
ext4: cache extent hole in extent status tree for ext4_da_map_blocks()
Zheng Liu
1
-2
/
+1
2014-11-25
ext4: fix block reservation for bigalloc filesystems
Jan Kara
1
-2
/
+1
2014-09-02
ext4: track extent status tree shrinker delay statictics
Zheng Liu
1
-0
/
+31
2014-09-02
ext4: improve extents status tree trace point
Zheng Liu
1
-8
/
+20
2014-04-21
ext4: rename uninitialized extents to unwritten
Lukas Czerner
1
-4
/
+4
2014-04-21
ext4: get rid of EXT4_MAP_UNINIT flag
Lukas Czerner
1
-1
/
+0
2014-04-15
ext4: remove temporary shim used to merge COLLAPSE_RANGE and ZERO_RANGE
Theodore Ts'o
1
-9
/
+0
2014-03-19
ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate
Lukas Czerner
1
-33
/
+35
2014-02-24
ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate
Namjae Jeon
1
-1
/
+32
2014-02-22
ext4: translate fallocate mode bits to strings
Lukas Czerner
1
-2
/
+7
2013-08-28
ext4: isolate ext4_extents.h file
Zheng Liu
1
-1
/
+0
2013-08-17
ext4: cache all of an extent tree's leaf block upon reading
Theodore Ts'o
1
-1
/
+13
2013-08-17
ext4: use unsigned int for es_status values
Theodore Ts'o
1
-7
/
+7
2013-07-01
ext4: translate flag bits to strings in tracepoints
Theodore Ts'o
1
-39
/
+96
2013-06-06
ext4: use ext4_da_writepages() for all modes
Theodore Ts'o
1
-2
/
+2
2013-06-04
ext4: restructure writeback path
Jan Kara
1
-24
/
+40
2013-06-04
ext4: provide wrappers for transaction reservation calls
Jan Kara
1
-8
/
+33
2013-05-28
ext4: make punch hole code path work with bigalloc
Lukas Czerner
1
-12
/
+13
2013-05-28
ext4: update ext4_ext_remove_space trace point
Lukas Czerner
1
-7
/
+14
2013-05-22
ext4: use ->invalidatepage() length argument
Lukas Czerner
1
-10
/
+12
2013-05-03
ext4: fix fio regression
Yan, Zheng
1
-2
/
+2
2013-04-10
ext4: fix miscellaneous big endian warnings
Theodore Ts'o
1
-3
/
+3
2013-04-03
ext4: collapse handling of data=ordered and data=writeback codepaths
Theodore Ts'o
1
-9
/
+1
2013-03-01
ext4: optimize ext4_es_shrink()
Theodore Ts'o
1
-28
/
+12
2013-02-18
ext4: reclaim extents from extent status tree
Zheng Liu
1
-0
/
+60
2013-02-18
ext4: lookup block mapping in extent status tree
Zheng Liu
1
-0
/
+56
2013-02-18
ext4: rename and improbe ext4_es_find_extent()
Zheng Liu
1
-9
/
+6
2013-02-18
ext4: add physical block and status member into extent status tree
Zheng Liu
1
-12
/
+22
2013-02-18
ext4: refine extent status tree
Zheng Liu
1
-20
/
+20
2013-01-17
ext4: add tracepoint in punching hole
Zheng Liu
1
-0
/
+25
2012-12-25
ext4: split off ext4_journalled_invalidatepage()
Jan Kara
1
-1
/
+13
2012-11-09
ext4: add some tracepoints in extent status tree
Zheng Liu
1
-0
/
+101
[next]