summaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.c
AgeCommit message (Expand)Author
2024-01-18ext4: remove 'needed' in trace_ext4_discard_preallocationsKemeng Shi
2024-01-18ext4: remove unnecessary parameter "needed" in ext4_discard_preallocationsKemeng Shi
2024-01-18ext4: remove unused return value of ext4_mb_release_group_paKemeng Shi
2024-01-18ext4: remove unused return value of ext4_mb_release_inode_paKemeng Shi
2024-01-18ext4: remove unused return value of ext4_mb_releaseKemeng Shi
2024-01-18ext4: remove unneeded return value of ext4_mb_release_contextKemeng Shi
2024-01-18ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()Kemeng Shi
2024-01-18ext4: remove unused return value of __mb_check_buddyKemeng Shi
2024-01-18ext4: mark the group block bitmap as corrupted before reporting an errorBaokun Li
2024-01-18ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()Baokun Li
2024-01-18ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()Baokun Li
2024-01-18ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...Baokun Li
2024-01-18ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()Baokun Li
2024-01-18ext4: regenerate buddy after block freeing failed if under fc replayBaokun Li
2024-01-18ext4: do not trim the group with corrupted block bitmapBaokun Li
2024-01-10ext4: fix inconsistent between segment fstrim and full fstrimYe Bin
2024-01-10ext4: fallback to complex scan if aligned scan doesn't workOjaswin Mujoo
2024-01-10ext4: allow for the last group to be marked as trimmedSuraj Jitindar Singh
2024-01-04ext4: improving calculation of 'fe_{len|start}' in mb_find_extent()Gou Hao
2024-01-04ext4: delete redundant calculations in ext4_mb_get_buddy_page_lock()Gou Hao
2023-11-30ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li
2023-10-05ext4: add first unit test for ext4_mb_new_blocks_simple in mballocKemeng Shi
2023-10-05ext4: add some kunit stub for mballoc kunit testKemeng Shi
2023-10-05ext4: call ext4_mb_mark_context in ext4_group_add_blocks()Kemeng Shi
2023-10-05ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks()Kemeng Shi
2023-10-05ext4: call ext4_mb_mark_context in ext4_mb_clear_bbKemeng Shi
2023-10-05ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()Kemeng Shi
2023-10-05ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_usedKemeng Shi
2023-10-05ext4: extend ext4_mb_mark_context to support allocation under journalKemeng Shi
2023-10-05ext4: call ext4_mb_mark_context in ext4_free_blocks_simpleKemeng Shi
2023-10-05ext4: factor out codes to update block bitmap and group descriptor on disk fr...Kemeng Shi
2023-10-05ext4: make state in ext4_mb_mark_bb to be boolKemeng Shi
2023-10-05ext4: no need to generate from free list in mballocWang Jianjian
2023-10-05ext4: make running and commit transaction have their own freed_data_listJinke Han
2023-09-14ext4: do not let fstrim block system suspendJan Kara
2023-09-14ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara
2023-08-27ext4: use LIST_HEAD() to initialize the list_head in mballoc.cRuan Jinjie
2023-08-27ext4: mballoc: avoid garbage value from errSu Hui
2023-08-27ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()Lu Hongfei
2023-08-27ext4: change the type of blocksize in ext4_mb_init_cache()Lu Hongfei
2023-08-05ext4: don't use CR_BEST_AVAIL_LEN for non-regular filesRitesh Harjani
2023-08-03ext4: correct some stale comment of criteriaKemeng Shi
2023-08-03ext4: return found group directly in ext4_mb_choose_next_group_best_availKemeng Shi
2023-08-03ext4: return found group directly in ext4_mb_choose_next_group_goal_fastKemeng Shi
2023-08-03ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi
2023-08-03ext4: remove unnecessary return for void functionKemeng Shi
2023-08-03ext4: use is_power_of_2 helper in ext4_mb_regular_allocatorKemeng Shi
2023-08-03ext4: return found group directly in ext4_mb_choose_next_group_p2_alignedKemeng Shi
2023-08-03ext4: avoid potential data overflow in next_linear_groupKemeng Shi
2023-08-03ext4: correct grp validation in ext4_mb_good_groupKemeng Shi