summaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.c
AgeCommit message (Expand)Author
2023-08-03ext4: replace CR_FAST macro with inline function for readabilityOjaswin Mujoo
2023-07-29ext4: drop EXT4_MF_FS_ABORTED flagJan Kara
2023-07-29ext4: avoid overlapping preallocations due to overflowBaokun Li
2023-07-29ext4: fix BUG in ext4_mb_new_inode_pa() due to overflowBaokun Li
2023-07-29ext4: add two helper functions extent_logical_end() and pa_logical_end()Baokun Li
2023-07-23ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo
2023-07-23ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Ojaswin Mujoo
2023-06-26ext4: clean up mballoc criteria commentsTheodore Ts'o
2023-06-26ext4: Give symbolic names to mballoc criteriasOjaswin Mujoo
2023-06-26ext4: Add allocation criteria 1.5 (CR1_5)Ojaswin Mujoo
2023-06-26ext4: Abstract out logic to search average fragment listOjaswin Mujoo
2023-06-26ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGsOjaswin Mujoo
2023-06-26ext4: Don't skip prefetching BLOCK_UNINIT groupsOjaswin Mujoo
2023-06-26ext4: Avoid scanning smaller extents in BG during CR1Ojaswin Mujoo
2023-06-26ext4: Add counter to track successful allocation of goal lengthOjaswin Mujoo
2023-06-26ext4: Add per CR extent scanned counterOjaswin Mujoo
2023-06-26ext4: Convert mballoc cr (criteria) to enumOjaswin Mujoo
2023-06-26ext4: mballoc: Remove useless setting of ac_criteriaRitesh Harjani
2023-06-26ext4: fix wrong unit use in ext4_mb_new_blocksKemeng Shi
2023-06-26ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi
2023-06-26ext4: remove unused parameter from ext4_mb_new_blocks_simple()Kemeng Shi
2023-06-26ext4: get block from bh in ext4_free_blocks for fast commit replayKemeng Shi
2023-06-15ext4: try all groups in ext4_mb_new_blocks_simpleKemeng Shi
2023-06-15ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocatedKemeng Shi
2023-06-15ext4: treat stripe in block unitKemeng Shi
2023-06-15ext4: fix wrong unit use in ext4_mb_find_by_goalKemeng Shi
2023-06-15ext4: fix unit mismatch in ext4_mb_new_blocks_simpleKemeng Shi
2023-06-15ext4: fix wrong unit use in ext4_mb_normalize_requestKemeng Shi
2023-06-02Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_...Ojaswin Mujoo
2023-05-13ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o
2023-05-13ext4: allow ext4_get_group_info() to failTheodore Ts'o
2023-04-06ext4: Remove the logic to trim inode PAsOjaswin Mujoo
2023-04-06ext4: Use rbtrees to manage PAs instead of inode i_prealloc_listOjaswin Mujoo
2023-04-06ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a unionOjaswin Mujoo
2023-04-06ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()Ojaswin Mujoo
2023-04-06ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()Ojaswin Mujoo
2023-04-06ext4: Move overlap assert logic into a separate functionOjaswin Mujoo
2023-04-06ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocat...Ojaswin Mujoo
2023-04-06ext4: Refactor code related to freeing PAsOjaswin Mujoo
2023-04-06ext4: Stop searching if PA doesn't satisfy non-extent fileOjaswin Mujoo
2023-04-06ext4: convert some BUG_ON's in mballoc to use WARN_RATELIMITED insteadTheodore Ts'o
2023-04-06ext4: avoid unnecessary pointer dereference in ext4_mb_normalize_requestKemeng Shi
2023-04-06ext4: fix typos in mballocKemeng Shi
2023-04-06ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simpleKemeng Shi
2023-04-06ext4: remove comment code ext4_discard_preallocationsKemeng Shi
2023-04-06ext4: remove repeat assignment to ac_f_exKemeng Shi
2023-04-06ext4: remove unnecessary goto in ext4_mb_mark_diskspace_usedKemeng Shi
2023-04-06ext4: remove unnecessary count2 in ext4_free_data_in_buddyKemeng Shi
2023-04-06ext4: remove unnecessary exit_meta_group_info tagKemeng Shi
2023-04-06ext4: use best found when complex scan of group finishsKemeng Shi