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
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
/
fs
/
ext4
/
extents_status.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-06
ext4: make sure allocate pending entry not fail
Zhang Yi
1
-34
/
+89
2023-10-06
ext4: correct the start block of counting reserved clusters
Zhang Yi
1
-2
/
+2
2023-08-27
ext4: fix slab-use-after-free in ext4_es_insert_extent()
Baokun Li
1
-14
/
+30
2023-06-27
ext4: make ext4_es_insert_extent() return void
Baokun Li
1
-8
/
+6
2023-06-27
ext4: make ext4_es_insert_delayed_block() return void
Baokun Li
1
-6
/
+4
2023-06-27
ext4: make ext4_es_remove_extent() return void
Baokun Li
1
-6
/
+6
2023-06-27
ext4: using nofail preallocation in ext4_es_insert_extent()
Baokun Li
1
-12
/
+26
2023-06-27
ext4: using nofail preallocation in ext4_es_insert_delayed_block()
Baokun Li
1
-11
/
+22
2023-06-27
ext4: using nofail preallocation in ext4_es_remove_extent()
Baokun Li
1
-2
/
+11
2023-06-27
ext4: use pre-allocated es in __es_remove_extent()
Baokun Li
1
-13
/
+13
2023-06-27
ext4: use pre-allocated es in __es_insert_extent()
Baokun Li
1
-7
/
+12
2023-06-27
ext4: factor out __es_alloc_extent() and __es_free_extent()
Baokun Li
1
-11
/
+19
2023-06-27
ext4: add a new helper to check if es must be kept
Baokun Li
1
-13
/
+21
2023-05-14
ext4: fix data races when using cached status extents
Jan Kara
1
-17
/
+13
2022-12-09
ext4: fix reserved cluster accounting in __es_remove_extent()
Ye Bin
1
-1
/
+2
2022-12-09
ext4: replace kmem_cache_create with KMEM_CACHE
JunChao Sun
1
-6
/
+2
2022-10-01
ext4: factor out ext4_free_ext_path()
Ye Bin
1
-2
/
+1
2022-07-04
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+2
2021-06-23
ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit
Zhang Yi
1
-0
/
+1
2021-06-23
ext4: remove check for zero nr_to_scan in ext4_es_scan()
Zhang Yi
1
-3
/
+0
2020-10-22
ext4: fast commit recovery path
Harshad Shirwadkar
1
-0
/
+24
2020-06-04
ext4: remove unnecessary comparisons to bool
Jason Yan
1
-1
/
+1
2019-08-28
ext4: use percpu_counters for extent_status cache hits/misses
Yang Guo
1
-13
/
+24
2019-08-23
ext4: rework reserved cluster accounting when invalidating pages
Eric Whitney
1
-97
/
+349
2019-08-11
ext4: add new ioctl EXT4_IOC_GET_ES_CACHE
Theodore Ts'o
1
-0
/
+10
2019-08-11
ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHE
Theodore Ts'o
1
-0
/
+28
2019-06-20
ext4: remove redundant assignment to node
Colin Ian King
1
-1
/
+0
2019-04-07
ext4: use BUG() instead of BUG_ON(1)
Arnd Bergmann
1
-2
/
+2
2018-10-01
ext4: fix reserved cluster accounting at page invalidation time
Eric Whitney
1
-0
/
+90
2018-10-01
ext4: reduce reserved cluster count by number of allocated clusters
Eric Whitney
1
-0
/
+175
2018-10-01
ext4: fix reserved cluster accounting at delayed write time
Eric Whitney
1
-0
/
+53
2018-10-01
ext4: add new pending reservation mechanism
Eric Whitney
1
-0
/
+187
2018-10-01
ext4: generalize extents status tree search functions
Eric Whitney
1
-18
/
+131
2018-05-21
ext4: remove NULL check before calling kmem_cache_destroy()
Sean Fu
1
-2
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-02-28
scripts/spelling.txt: add "comsume(r)" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2016-04-27
ext4: remove trailing \n from ext4_warning/ext4_error calls
Jakub Wilk
1
-1
/
+1
2016-03-10
ext4: fix setting of referenced bit in ext4_es_lookup_extent()
Jan Kara
1
-2
/
+2
2015-09-23
ext4: move procfs registration code to fs/ext4/sysfs.c
Theodore Ts'o
1
-58
/
+2
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
[next]