index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
mballoc.c
Age
Commit message (
Expand
)
Author
2023-10-05
ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc
Kemeng Shi
2023-10-05
ext4: add some kunit stub for mballoc kunit test
Kemeng Shi
2023-10-05
ext4: call ext4_mb_mark_context in ext4_group_add_blocks()
Kemeng Shi
2023-10-05
ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks()
Kemeng Shi
2023-10-05
ext4: call ext4_mb_mark_context in ext4_mb_clear_bb
Kemeng Shi
2023-10-05
ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()
Kemeng Shi
2023-10-05
ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_used
Kemeng Shi
2023-10-05
ext4: extend ext4_mb_mark_context to support allocation under journal
Kemeng Shi
2023-10-05
ext4: call ext4_mb_mark_context in ext4_free_blocks_simple
Kemeng Shi
2023-10-05
ext4: factor out codes to update block bitmap and group descriptor on disk fr...
Kemeng Shi
2023-10-05
ext4: make state in ext4_mb_mark_bb to be bool
Kemeng Shi
2023-10-05
ext4: no need to generate from free list in mballoc
Wang Jianjian
2023-10-05
ext4: make running and commit transaction have their own freed_data_list
Jinke Han
2023-09-14
ext4: do not let fstrim block system suspend
Jan Kara
2023-09-14
ext4: move setting of trimmed bit into ext4_try_to_trim_range()
Jan Kara
2023-08-27
ext4: use LIST_HEAD() to initialize the list_head in mballoc.c
Ruan Jinjie
2023-08-27
ext4: mballoc: avoid garbage value from err
Su Hui
2023-08-27
ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()
Lu Hongfei
2023-08-27
ext4: change the type of blocksize in ext4_mb_init_cache()
Lu Hongfei
2023-08-05
ext4: don't use CR_BEST_AVAIL_LEN for non-regular files
Ritesh Harjani
2023-08-03
ext4: correct some stale comment of criteria
Kemeng Shi
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_best_avail
Kemeng Shi
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_goal_fast
Kemeng Shi
2023-08-03
ext4: replace the traditional ternary conditional operator with with max()/min()
Kemeng Shi
2023-08-03
ext4: remove unnecessary return for void function
Kemeng Shi
2023-08-03
ext4: use is_power_of_2 helper in ext4_mb_regular_allocator
Kemeng Shi
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_p2_aligned
Kemeng Shi
2023-08-03
ext4: avoid potential data overflow in next_linear_group
Kemeng Shi
2023-08-03
ext4: correct grp validation in ext4_mb_good_group
Kemeng Shi
2023-08-03
ext4: replace CR_FAST macro with inline function for readability
Ojaswin Mujoo
2023-07-29
ext4: drop EXT4_MF_FS_ABORTED flag
Jan Kara
2023-07-29
ext4: avoid overlapping preallocations due to overflow
Baokun Li
2023-07-29
ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow
Baokun Li
2023-07-29
ext4: add two helper functions extent_logical_end() and pa_logical_end()
Baokun Li
2023-07-23
ext4: fix rbtree traversal bug in ext4_mb_use_preallocated
Ojaswin Mujoo
2023-07-23
ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()
Ojaswin Mujoo
2023-06-26
ext4: clean up mballoc criteria comments
Theodore Ts'o
2023-06-26
ext4: Give symbolic names to mballoc criterias
Ojaswin Mujoo
2023-06-26
ext4: Add allocation criteria 1.5 (CR1_5)
Ojaswin Mujoo
2023-06-26
ext4: Abstract out logic to search average fragment list
Ojaswin Mujoo
2023-06-26
ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
Ojaswin Mujoo
2023-06-26
ext4: Don't skip prefetching BLOCK_UNINIT groups
Ojaswin Mujoo
2023-06-26
ext4: Avoid scanning smaller extents in BG during CR1
Ojaswin Mujoo
2023-06-26
ext4: Add counter to track successful allocation of goal length
Ojaswin Mujoo
2023-06-26
ext4: Add per CR extent scanned counter
Ojaswin Mujoo
2023-06-26
ext4: Convert mballoc cr (criteria) to enum
Ojaswin Mujoo
2023-06-26
ext4: mballoc: Remove useless setting of ac_criteria
Ritesh Harjani
2023-06-26
ext4: fix wrong unit use in ext4_mb_new_blocks
Kemeng Shi
2023-06-26
ext4: fix wrong unit use in ext4_mb_clear_bb
Kemeng Shi
2023-06-26
ext4: remove unused parameter from ext4_mb_new_blocks_simple()
Kemeng Shi
[next]