index
:
linux/linux-stable.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
extents_status.c
Age
Commit message (
Expand
)
Author
2023-06-26
ext4: make ext4_es_insert_extent() return void
Baokun Li
2023-06-26
ext4: make ext4_es_insert_delayed_block() return void
Baokun Li
2023-06-26
ext4: make ext4_es_remove_extent() return void
Baokun Li
2023-06-26
ext4: using nofail preallocation in ext4_es_insert_extent()
Baokun Li
2023-06-26
ext4: using nofail preallocation in ext4_es_insert_delayed_block()
Baokun Li
2023-06-26
ext4: using nofail preallocation in ext4_es_remove_extent()
Baokun Li
2023-06-26
ext4: use pre-allocated es in __es_remove_extent()
Baokun Li
2023-06-26
ext4: use pre-allocated es in __es_insert_extent()
Baokun Li
2023-06-26
ext4: factor out __es_alloc_extent() and __es_free_extent()
Baokun Li
2023-06-26
ext4: add a new helper to check if es must be kept
Baokun Li
2023-05-13
ext4: fix data races when using cached status extents
Jan Kara
2022-12-09
ext4: fix reserved cluster accounting in __es_remove_extent()
Ye Bin
2022-12-08
ext4: replace kmem_cache_create with KMEM_CACHE
JunChao Sun
2022-09-30
ext4: factor out ext4_free_ext_path()
Ye Bin
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2021-06-22
ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit
Zhang Yi
2021-06-22
ext4: remove check for zero nr_to_scan in ext4_es_scan()
Zhang Yi
2020-10-21
ext4: fast commit recovery path
Harshad Shirwadkar
2020-06-03
ext4: remove unnecessary comparisons to bool
Jason Yan
2019-08-28
ext4: use percpu_counters for extent_status cache hits/misses
Yang Guo
2019-08-22
ext4: rework reserved cluster accounting when invalidating pages
Eric Whitney
2019-08-11
ext4: add new ioctl EXT4_IOC_GET_ES_CACHE
Theodore Ts'o
2019-08-11
ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHE
Theodore Ts'o
2019-06-20
ext4: remove redundant assignment to node
Colin Ian King
2019-04-07
ext4: use BUG() instead of BUG_ON(1)
Arnd Bergmann
2018-10-01
ext4: fix reserved cluster accounting at page invalidation time
Eric Whitney
2018-10-01
ext4: reduce reserved cluster count by number of allocated clusters
Eric Whitney
2018-10-01
ext4: fix reserved cluster accounting at delayed write time
Eric Whitney
2018-10-01
ext4: add new pending reservation mechanism
Eric Whitney
2018-10-01
ext4: generalize extents status tree search functions
Eric Whitney
2018-05-20
ext4: remove NULL check before calling kmem_cache_destroy()
Sean Fu
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-02-27
scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances
Masahiro Yamada
2016-04-27
ext4: remove trailing \n from ext4_warning/ext4_error calls
Jakub Wilk
2016-03-09
ext4: fix setting of referenced bit in ext4_es_lookup_extent()
Jan Kara
2015-09-23
ext4: move procfs registration code to fs/ext4/sysfs.c
Theodore Ts'o
2015-05-02
ext4: fix data corruption caused by unwritten and delayed extents
Lukas Czerner
2015-04-02
ext4: remove unused header files
Sheng Yong
2014-11-25
ext4: introduce aging to extent status tree
Jan Kara
2014-11-25
ext4: cleanup flag definitions for extent status tree
Jan Kara
2014-11-25
ext4: limit number of scanned extents in status tree shrinker
Jan Kara
2014-11-25
ext4: move handling of list of shrinkable inodes into extent status code
Jan Kara
2014-11-25
ext4: change LRU to round-robin in extent status tree shrinker
Zheng Liu
2014-10-20
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2014-09-01
ext4: track extent status tree shrinker delay statictics
Zheng Liu
2014-09-01
ext4: improve extents status tree trace point
Zheng Liu
2014-09-01
ext4: rename ext4_ext_find_extent() to ext4_find_extent()
Theodore Ts'o
2014-09-01
ext4: allow a NULL argument to ext4_ext_drop_refs()
Theodore Ts'o
2014-07-12
ext4: fix a potential deadlock in __ext4_es_shrink()
Theodore Ts'o
2014-05-12
ext4: use EXT_MAX_BLOCKS in ext4_es_can_be_merged()
Lukas Czerner
[next]