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
2024-03-07
ext4: remove unused parameter biop in ext4_issue_discard()
Wenchao Hao
2024-03-07
ext4: don't report EOPNOTSUPP errors from discard
Jan Kara
2024-02-21
ext4: correct best extent lstart adjustment logic
Baokun Li
2024-02-21
ext4: add a hint for block bitmap corrupt state in mb_groups
Zhang Yi
2024-02-21
ext4: improve error msg for ext4_mb_seq_groups_show
yangerkun
2024-02-21
ext4: remove unused buddy_loaded in ext4_mb_seq_groups_show
yangerkun
2024-01-18
ext4: remove 'needed' in trace_ext4_discard_preallocations
Kemeng Shi
2024-01-18
ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
Kemeng Shi
2024-01-18
ext4: remove unused return value of ext4_mb_release_group_pa
Kemeng Shi
2024-01-18
ext4: remove unused return value of ext4_mb_release_inode_pa
Kemeng Shi
2024-01-18
ext4: remove unused return value of ext4_mb_release
Kemeng Shi
2024-01-18
ext4: remove unneeded return value of ext4_mb_release_context
Kemeng Shi
2024-01-18
ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()
Kemeng Shi
2024-01-18
ext4: remove unused return value of __mb_check_buddy
Kemeng Shi
2024-01-18
ext4: mark the group block bitmap as corrupted before reporting an error
Baokun Li
2024-01-18
ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
Baokun Li
2024-01-18
ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
Baokun Li
2024-01-18
ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...
Baokun Li
2024-01-18
ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
Baokun Li
2024-01-18
ext4: regenerate buddy after block freeing failed if under fc replay
Baokun Li
2024-01-18
ext4: do not trim the group with corrupted block bitmap
Baokun Li
2024-01-10
ext4: fix inconsistent between segment fstrim and full fstrim
Ye Bin
2024-01-10
ext4: fallback to complex scan if aligned scan doesn't work
Ojaswin Mujoo
2024-01-10
ext4: allow for the last group to be marked as trimmed
Suraj Jitindar Singh
2024-01-04
ext4: improving calculation of 'fe_{len|start}' in mb_find_extent()
Gou Hao
2024-01-04
ext4: delete redundant calculations in ext4_mb_get_buddy_page_lock()
Gou Hao
2023-11-30
ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
Baokun Li
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
[next]