summaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-14ext4: do not let fstrim block system suspendJan Kara1-2/+10
2023-09-14ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara1-21/+25
2023-08-27ext4: use LIST_HEAD() to initialize the list_head in mballoc.cRuan Jinjie1-13/+5
2023-08-27ext4: mballoc: avoid garbage value from errSu Hui1-1/+1
2023-08-27ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()Lu Hongfei1-1/+1
2023-08-27ext4: change the type of blocksize in ext4_mb_init_cache()Lu Hongfei1-1/+1
2023-08-05ext4: don't use CR_BEST_AVAIL_LEN for non-regular filesRitesh Harjani1-1/+12
2023-08-03ext4: correct some stale comment of criteriaKemeng Shi1-4/+4
2023-08-03ext4: return found group directly in ext4_mb_choose_next_group_best_availKemeng Shi1-10/+8
2023-08-03ext4: return found group directly in ext4_mb_choose_next_group_goal_fastKemeng Shi1-8/+6
2023-08-03ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi1-4/+2
2023-08-03ext4: remove unnecessary return for void functionKemeng Shi1-9/+1
2023-08-03ext4: use is_power_of_2 helper in ext4_mb_regular_allocatorKemeng Shi1-4/+1
2023-08-03ext4: return found group directly in ext4_mb_choose_next_group_p2_alignedKemeng Shi1-14/+7
2023-08-03ext4: avoid potential data overflow in next_linear_groupKemeng Shi1-2/+3
2023-08-03ext4: correct grp validation in ext4_mb_good_groupKemeng Shi1-1/+1
2023-08-03ext4: replace CR_FAST macro with inline function for readabilityOjaswin Mujoo1-4/+9
2023-07-30ext4: drop EXT4_MF_FS_ABORTED flagJan Kara1-2/+2
2023-07-29ext4: avoid overlapping preallocations due to overflowBaokun Li1-11/+10
2023-07-29ext4: fix BUG in ext4_mb_new_inode_pa() due to overflowBaokun Li1-17/+14
2023-07-29ext4: add two helper functions extent_logical_end() and pa_logical_end()Baokun Li1-6/+3
2023-07-23ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo1-27/+131
2023-07-23ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Ojaswin Mujoo1-5/+9
2023-06-27ext4: clean up mballoc criteria commentsTheodore Ts'o1-10/+9
2023-06-27ext4: Give symbolic names to mballoc criteriasOjaswin Mujoo1-118/+153
2023-06-27ext4: Add allocation criteria 1.5 (CR1_5)Ojaswin Mujoo1-9/+126
2023-06-27ext4: Abstract out logic to search average fragment listOjaswin Mujoo1-18/+33
2023-06-27ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGsOjaswin Mujoo1-4/+0
2023-06-27ext4: Don't skip prefetching BLOCK_UNINIT groupsOjaswin Mujoo1-6/+2
2023-06-27ext4: Avoid scanning smaller extents in BG during CR1Ojaswin Mujoo1-1/+18
2023-06-27ext4: Add counter to track successful allocation of goal lengthOjaswin Mujoo1-0/+3
2023-06-27ext4: Add per CR extent scanned counterOjaswin Mujoo1-0/+12
2023-06-27ext4: Convert mballoc cr (criteria) to enumOjaswin Mujoo1-48/+48
2023-06-27ext4: mballoc: Remove useless setting of ac_criteriaRitesh Harjani1-2/+4
2023-06-27ext4: fix wrong unit use in ext4_mb_new_blocksKemeng Shi1-1/+1
2023-06-27ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi1-2/+2
2023-06-27ext4: remove unused parameter from ext4_mb_new_blocks_simple()Kemeng Shi1-70/+67
2023-06-27ext4: get block from bh in ext4_free_blocks for fast commit replayKemeng Shi1-6/+7
2023-06-15ext4: try all groups in ext4_mb_new_blocks_simpleKemeng Shi1-3/+6
2023-06-15ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocatedKemeng Shi1-1/+33
2023-06-15ext4: treat stripe in block unitKemeng Shi1-7/+11
2023-06-15ext4: fix wrong unit use in ext4_mb_find_by_goalKemeng Shi1-2/+1
2023-06-15ext4: fix unit mismatch in ext4_mb_new_blocks_simpleKemeng Shi1-2/+4
2023-06-15ext4: fix wrong unit use in ext4_mb_normalize_requestKemeng Shi1-1/+1
2023-06-02Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_...Ojaswin Mujoo1-1/+15
2023-05-14ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o1-1/+5
2023-05-14ext4: allow ext4_get_group_info() to failTheodore Ts'o1-11/+53
2023-04-06ext4: Remove the logic to trim inode PAsOjaswin Mujoo1-20/+0
2023-04-06ext4: Use rbtrees to manage PAs instead of inode i_prealloc_listOjaswin Mujoo1-79/+207
2023-04-06ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a unionOjaswin Mujoo1-32/+44