index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
extents_status.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-03
ext4: fix data corruption caused by unwritten and delayed extents
Lukas Czerner
1
-0
/
+8
2015-04-03
ext4: remove unused header files
Sheng Yong
1
-2
/
+0
2014-11-25
ext4: introduce aging to extent status tree
Jan Kara
1
-5
/
+17
2014-11-25
ext4: cleanup flag definitions for extent status tree
Jan Kara
1
-0
/
+2
2014-11-25
ext4: limit number of scanned extents in status tree shrinker
Jan Kara
1
-32
/
+59
2014-11-25
ext4: move handling of list of shrinkable inodes into extent status code
Jan Kara
1
-4
/
+6
2014-11-25
ext4: change LRU to round-robin in extent status tree shrinker
Zheng Liu
1
-127
/
+97
2014-10-20
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-18
/
+182
2014-09-02
ext4: track extent status tree shrinker delay statictics
Zheng Liu
1
-10
/
+176
2014-09-02
ext4: improve extents status tree trace point
Zheng Liu
1
-3
/
+3
2014-09-01
ext4: rename ext4_ext_find_extent() to ext4_find_extent()
Theodore Ts'o
1
-1
/
+1
2014-09-01
ext4: allow a NULL argument to ext4_ext_drop_refs()
Theodore Ts'o
1
-4
/
+2
2014-07-12
ext4: fix a potential deadlock in __ext4_es_shrink()
Theodore Ts'o
1
-2
/
+2
2014-05-13
ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()
Lukas Czerner
1
-1
/
+7
2014-04-21
ext4: rename uninitialized extents to unwritten
Lukas Czerner
1
-1
/
+1
2014-04-07
ext4: fix 64-bit number truncation warning
Chen Gang
1
-1
/
+1
2014-02-21
ext4: silence warnings in extent status tree debugging code
Eric Whitney
1
-7
/
+7
2014-02-20
ext4: add ext4_es_store_pblock_status()
Theodore Ts'o
1
-8
/
+6
2013-09-11
fs: convert fs shrinkers to new scan/count API
Dave Chinner
1
-9
/
+24
2013-08-28
ext4: isolate ext4_extents.h file
Zheng Liu
1
-18
/
+2
2013-08-17
ext4: add support for extent pre-caching
Theodore Ts'o
1
-21
/
+51
2013-08-17
ext4: cache all of an extent tree's leaf block upon reading
Theodore Ts'o
1
-1
/
+36
2013-08-17
ext4: use unsigned int for es_status values
Theodore Ts'o
1
-3
/
+3
2013-07-15
ext4: make the extent_status code more robust against ENOMEM failures
Theodore Ts'o
1
-12
/
+39
2013-07-13
ext4: fix spelling errors and a comment in extent_status tree
Theodore Ts'o
1
-12
/
+10
2013-07-01
ext4: improve extent cache shrink mechanism to avoid to burn CPU time
Zheng Liu
1
-20
/
+55
2013-05-03
ext4: fix fio regression
Yan, Zheng
1
-5
/
+12
2013-03-11
ext4: update extent status tree after an extent is zeroed out
Zheng Liu
1
-0
/
+17
2013-03-11
ext4: add self-testing infrastructure to do a sanity check
Dmitry Monakhov
1
-0
/
+175
2013-03-11
ext4: avoid a potential overflow in ext4_es_can_be_merged()
Zheng Liu
1
-5
/
+15
2013-03-02
ext4: use percpu counter for extent cache count
Theodore Ts'o
1
-4
/
+4
2013-03-01
ext4: optimize ext4_es_shrink()
Theodore Ts'o
1
-26
/
+13
2013-02-23
ext4: no need to remove extent if len is 0 in ext4_es_remove_extent()
Eryu Guan
1
-0
/
+6
2013-02-18
ext4: reclaim extents from extent status tree
Zheng Liu
1
-0
/
+156
2013-02-18
ext4: adjust some functions for reclaiming extents from extent status tree
Zheng Liu
1
-26
/
+24
2013-02-18
ext4: lookup block mapping in extent status tree
Zheng Liu
1
-0
/
+60
2013-02-18
ext4: rename and improbe ext4_es_find_extent()
Zheng Liu
1
-20
/
+20
2013-02-18
ext4: add physical block and status member into extent status tree
Zheng Liu
1
-12
/
+55
2013-02-18
ext4: refine extent status tree
Zheng Liu
1
-141
/
+181
2012-11-09
ext4: add some tracepoints in extent status tree
Zheng Liu
1
-0
/
+8
2012-11-09
ext4: add operations on extent status tree
Zheng Liu
1
-0
/
+492