index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
extents_status.c
Age
Commit message (
Expand
)
Author
2026-01-23
ext4: add extent status cache support to kunit tests
Ojaswin Mujoo
2026-01-23
ext4: kunit tests for higher level extent manipulation functions
Ojaswin Mujoo
2026-01-23
ext4: kunit tests for extent splitting and conversion
Ojaswin Mujoo
2026-01-18
ext4: drop the TODO comment in ext4_es_insert_extent()
Zhang Yi
2026-01-18
ext4: adjust the debug info in ext4_es_cache_extent()
Zhang Yi
2026-01-18
ext4: make ext4_es_cache_extent() support overwrite existing extents
Zhang Yi
2026-01-18
ext4: make __es_remove_extent() check extent status
Zhang Yi
2026-01-18
ext4: cleanup useless out label in __es_remove_extent()
Zhang Yi
2025-11-06
ext4: make ext4_es_lookup_extent() pass out the extent seq counter
Zhang Yi
2025-11-06
ext4: introduce seq counter for the extent status entry
Zhang Yi
2025-05-15
ext4: clairfy the rules for modifying extents
Zhang Yi
2025-03-13
ext4: Remove a redundant return statement
Julian Sun
2024-11-12
ext4: don't pass full mapping flags to ext4_es_insert_extent()
Zhang Yi
2024-09-02
ext4: drop all delonly descriptions
Zhang Yi
2024-09-02
ext4: drop ext4_es_is_delonly()
Zhang Yi
2024-09-02
ext4: drop ext4_es_delayed_clu()
Zhang Yi
2024-09-02
ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
Zhang Yi
2024-09-02
ext4: passing block allocation information to ext4_es_insert_extent()
Zhang Yi
2024-09-02
ext4: let __revise_pending() return newly inserted pendings
Zhang Yi
2024-09-02
ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
Zhang Yi
2024-06-27
ext4: make ext4_es_insert_delayed_block() insert multi-blocks
Zhang Yi
2024-06-27
ext4: fix infinite loop when replaying fast_commit
Luis Henriques (SUSE)
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-10-05
ext4: make sure allocate pending entry not fail
Zhang Yi
2023-10-05
ext4: correct the start block of counting reserved clusters
Zhang Yi
2023-10-04
ext4: dynamically allocate the ext4-es shrinker
Qi Zheng
2023-08-27
ext4: fix slab-use-after-free in ext4_es_insert_extent()
Baokun Li
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
[next]