summaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: remove unneeded return value of ext4_mb_release_contextKemeng Shi2024-01-181-2/+1
* ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()Kemeng Shi2024-01-181-6/+6
* ext4: remove unused return value of __mb_check_buddyKemeng Shi2024-01-181-4/+3
* ext4: mark the group block bitmap as corrupted before reporting an errorBaokun Li2024-01-181-11/+11
* ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li2024-01-181-5/+4
* ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li2024-01-181-0/+4
* ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...Baokun Li2024-01-181-1/+1
* ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li2024-01-181-18/+21
* ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li2024-01-181-0/+20
* ext4: do not trim the group with corrupted block bitmapBaokun Li2024-01-181-0/+3
* ext4: fix inconsistent between segment fstrim and full fstrimYe Bin2024-01-101-3/+8
* ext4: fallback to complex scan if aligned scan doesn't workOjaswin Mujoo2024-01-101-8/+13
* ext4: allow for the last group to be marked as trimmedSuraj Jitindar Singh2024-01-101-5/+10
* ext4: improving calculation of 'fe_{len|start}' in mb_find_extent()Gou Hao2024-01-041-9/+4
* ext4: delete redundant calculations in ext4_mb_get_buddy_page_lock()Gou Hao2024-01-041-3/+2
* ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li2023-11-301-0/+4
* ext4: add first unit test for ext4_mb_new_blocks_simple in mballocKemeng Shi2023-10-051-0/+4
* ext4: add some kunit stub for mballoc kunit testKemeng Shi2023-10-051-0/+5
* ext4: call ext4_mb_mark_context in ext4_group_add_blocks()Kemeng Shi2023-10-051-72/+10
* ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks()Kemeng Shi2023-10-051-28/+26
* ext4: call ext4_mb_mark_context in ext4_mb_clear_bbKemeng Shi2023-10-051-59/+10
* ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()Kemeng Shi2023-10-051-49/+49
* ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_usedKemeng Shi2023-10-051-66/+20
* ext4: extend ext4_mb_mark_context to support allocation under journalKemeng Shi2023-10-051-15/+49
* ext4: call ext4_mb_mark_context in ext4_free_blocks_simpleKemeng Shi2023-10-051-32/+1
* ext4: factor out codes to update block bitmap and group descriptor on disk fr...Kemeng Shi2023-10-051-70/+77
* ext4: make state in ext4_mb_mark_bb to be boolKemeng Shi2023-10-051-2/+2
* ext4: no need to generate from free list in mballocWang Jianjian2023-10-051-33/+6
* ext4: make running and commit transaction have their own freed_data_listJinke Han2023-10-051-13/+5
* ext4: do not let fstrim block system suspendJan Kara2023-09-141-2/+10
* ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara2023-09-141-21/+25
* ext4: use LIST_HEAD() to initialize the list_head in mballoc.cRuan Jinjie2023-08-271-13/+5
* ext4: mballoc: avoid garbage value from errSu Hui2023-08-271-1/+1
* ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()Lu Hongfei2023-08-271-1/+1
* ext4: change the type of blocksize in ext4_mb_init_cache()Lu Hongfei2023-08-271-1/+1
* ext4: don't use CR_BEST_AVAIL_LEN for non-regular filesRitesh Harjani2023-08-051-1/+12
* ext4: correct some stale comment of criteriaKemeng Shi2023-08-031-4/+4
* ext4: return found group directly in ext4_mb_choose_next_group_best_availKemeng Shi2023-08-031-10/+8
* ext4: return found group directly in ext4_mb_choose_next_group_goal_fastKemeng Shi2023-08-031-8/+6
* ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi2023-08-031-4/+2
* ext4: remove unnecessary return for void functionKemeng Shi2023-08-031-9/+1
* ext4: use is_power_of_2 helper in ext4_mb_regular_allocatorKemeng Shi2023-08-031-4/+1
* ext4: return found group directly in ext4_mb_choose_next_group_p2_alignedKemeng Shi2023-08-031-14/+7
* ext4: avoid potential data overflow in next_linear_groupKemeng Shi2023-08-031-2/+3
* ext4: correct grp validation in ext4_mb_good_groupKemeng Shi2023-08-031-1/+1
* ext4: replace CR_FAST macro with inline function for readabilityOjaswin Mujoo2023-08-031-4/+9
* ext4: drop EXT4_MF_FS_ABORTED flagJan Kara2023-07-291-2/+2
* ext4: avoid overlapping preallocations due to overflowBaokun Li2023-07-291-11/+10
* ext4: fix BUG in ext4_mb_new_inode_pa() due to overflowBaokun Li2023-07-291-17/+14
* ext4: add two helper functions extent_logical_end() and pa_logical_end()Baokun Li2023-07-291-6/+3