index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
extents_status.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: fix reserved cluster accounting at page invalidation time
Eric Whitney
2018-10-01
1
-0
/
+90
*
ext4: reduce reserved cluster count by number of allocated clusters
Eric Whitney
2018-10-01
1
-0
/
+175
*
ext4: fix reserved cluster accounting at delayed write time
Eric Whitney
2018-10-01
1
-0
/
+53
*
ext4: add new pending reservation mechanism
Eric Whitney
2018-10-01
1
-0
/
+187
*
ext4: generalize extents status tree search functions
Eric Whitney
2018-10-01
1
-18
/
+131
*
ext4: remove NULL check before calling kmem_cache_destroy()
Sean Fu
2018-05-20
1
-2
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances
Masahiro Yamada
2017-02-27
1
-1
/
+1
*
ext4: remove trailing \n from ext4_warning/ext4_error calls
Jakub Wilk
2016-04-27
1
-1
/
+1
*
ext4: fix setting of referenced bit in ext4_es_lookup_extent()
Jan Kara
2016-03-09
1
-2
/
+2
*
ext4: move procfs registration code to fs/ext4/sysfs.c
Theodore Ts'o
2015-09-23
1
-58
/
+2
*
ext4: fix data corruption caused by unwritten and delayed extents
Lukas Czerner
2015-05-02
1
-0
/
+8
*
ext4: remove unused header files
Sheng Yong
2015-04-02
1
-2
/
+0
*
ext4: introduce aging to extent status tree
Jan Kara
2014-11-25
1
-5
/
+17
*
ext4: cleanup flag definitions for extent status tree
Jan Kara
2014-11-25
1
-0
/
+2
*
ext4: limit number of scanned extents in status tree shrinker
Jan Kara
2014-11-25
1
-32
/
+59
*
ext4: move handling of list of shrinkable inodes into extent status code
Jan Kara
2014-11-25
1
-4
/
+6
*
ext4: change LRU to round-robin in extent status tree shrinker
Zheng Liu
2014-11-25
1
-127
/
+97
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2014-10-20
1
-18
/
+182
|
\
|
*
ext4: track extent status tree shrinker delay statictics
Zheng Liu
2014-09-01
1
-10
/
+176
|
*
ext4: improve extents status tree trace point
Zheng Liu
2014-09-01
1
-3
/
+3
|
*
ext4: rename ext4_ext_find_extent() to ext4_find_extent()
Theodore Ts'o
2014-09-01
1
-1
/
+1
|
*
ext4: allow a NULL argument to ext4_ext_drop_refs()
Theodore Ts'o
2014-09-01
1
-4
/
+2
|
/
*
ext4: fix a potential deadlock in __ext4_es_shrink()
Theodore Ts'o
2014-07-12
1
-2
/
+2
*
ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()
Lukas Czerner
2014-05-12
1
-1
/
+7
*
ext4: rename uninitialized extents to unwritten
Lukas Czerner
2014-04-20
1
-1
/
+1
*
ext4: fix 64-bit number truncation warning
Chen Gang
2014-04-07
1
-1
/
+1
*
ext4: silence warnings in extent status tree debugging code
Eric Whitney
2014-02-20
1
-7
/
+7
*
ext4: add ext4_es_store_pblock_status()
Theodore Ts'o
2014-02-19
1
-8
/
+6
*
fs: convert fs shrinkers to new scan/count API
Dave Chinner
2013-09-10
1
-9
/
+24
*
ext4: isolate ext4_extents.h file
Zheng Liu
2013-08-28
1
-18
/
+2
*
ext4: add support for extent pre-caching
Theodore Ts'o
2013-08-16
1
-21
/
+51
*
ext4: cache all of an extent tree's leaf block upon reading
Theodore Ts'o
2013-08-16
1
-1
/
+36
*
ext4: use unsigned int for es_status values
Theodore Ts'o
2013-08-16
1
-3
/
+3
*
ext4: make the extent_status code more robust against ENOMEM failures
Theodore Ts'o
2013-07-15
1
-12
/
+39
*
ext4: fix spelling errors and a comment in extent_status tree
Theodore Ts'o
2013-07-13
1
-12
/
+10
*
ext4: improve extent cache shrink mechanism to avoid to burn CPU time
Zheng Liu
2013-07-01
1
-20
/
+55
*
ext4: fix fio regression
Yan, Zheng
2013-05-03
1
-5
/
+12
*
ext4: update extent status tree after an extent is zeroed out
Zheng Liu
2013-03-10
1
-0
/
+17
*
ext4: add self-testing infrastructure to do a sanity check
Dmitry Monakhov
2013-03-10
1
-0
/
+175
*
ext4: avoid a potential overflow in ext4_es_can_be_merged()
Zheng Liu
2013-03-10
1
-5
/
+15
*
ext4: use percpu counter for extent cache count
Theodore Ts'o
2013-03-02
1
-4
/
+4
*
ext4: optimize ext4_es_shrink()
Theodore Ts'o
2013-02-28
1
-26
/
+13
*
ext4: no need to remove extent if len is 0 in ext4_es_remove_extent()
Eryu Guan
2013-02-22
1
-0
/
+6
*
ext4: reclaim extents from extent status tree
Zheng Liu
2013-02-18
1
-0
/
+156
*
ext4: adjust some functions for reclaiming extents from extent status tree
Zheng Liu
2013-02-18
1
-26
/
+24
*
ext4: lookup block mapping in extent status tree
Zheng Liu
2013-02-18
1
-0
/
+60
*
ext4: rename and improbe ext4_es_find_extent()
Zheng Liu
2013-02-18
1
-20
/
+20
*
ext4: add physical block and status member into extent status tree
Zheng Liu
2013-02-18
1
-12
/
+55
*
ext4: refine extent status tree
Zheng Liu
2013-02-18
1
-141
/
+181
[next]