summaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo2023-07-231-27/+131
* ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()Ojaswin Mujoo2023-07-231-5/+9
* ext4: clean up mballoc criteria commentsTheodore Ts'o2023-06-261-10/+9
* ext4: Give symbolic names to mballoc criteriasOjaswin Mujoo2023-06-261-118/+153
* ext4: Add allocation criteria 1.5 (CR1_5)Ojaswin Mujoo2023-06-261-9/+126
* ext4: Abstract out logic to search average fragment listOjaswin Mujoo2023-06-261-18/+33
* ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGsOjaswin Mujoo2023-06-261-4/+0
* ext4: Don't skip prefetching BLOCK_UNINIT groupsOjaswin Mujoo2023-06-261-6/+2
* ext4: Avoid scanning smaller extents in BG during CR1Ojaswin Mujoo2023-06-261-1/+18
* ext4: Add counter to track successful allocation of goal lengthOjaswin Mujoo2023-06-261-0/+3
* ext4: Add per CR extent scanned counterOjaswin Mujoo2023-06-261-0/+12
* ext4: Convert mballoc cr (criteria) to enumOjaswin Mujoo2023-06-261-48/+48
* ext4: mballoc: Remove useless setting of ac_criteriaRitesh Harjani2023-06-261-2/+4
* ext4: fix wrong unit use in ext4_mb_new_blocksKemeng Shi2023-06-261-1/+1
* ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi2023-06-261-2/+2
* ext4: remove unused parameter from ext4_mb_new_blocks_simple()Kemeng Shi2023-06-261-70/+67
* ext4: get block from bh in ext4_free_blocks for fast commit replayKemeng Shi2023-06-261-6/+7
* ext4: try all groups in ext4_mb_new_blocks_simpleKemeng Shi2023-06-151-3/+6
* ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocatedKemeng Shi2023-06-151-1/+33
* ext4: treat stripe in block unitKemeng Shi2023-06-151-7/+11
* ext4: fix wrong unit use in ext4_mb_find_by_goalKemeng Shi2023-06-151-2/+1
* ext4: fix unit mismatch in ext4_mb_new_blocks_simpleKemeng Shi2023-06-151-2/+4
* ext4: fix wrong unit use in ext4_mb_normalize_requestKemeng Shi2023-06-151-1/+1
* Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_...Ojaswin Mujoo2023-06-021-1/+15
* ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o2023-05-131-1/+5
* ext4: allow ext4_get_group_info() to failTheodore Ts'o2023-05-131-11/+53
* ext4: Remove the logic to trim inode PAsOjaswin Mujoo2023-04-061-20/+0
* ext4: Use rbtrees to manage PAs instead of inode i_prealloc_listOjaswin Mujoo2023-04-061-79/+207
* ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a unionOjaswin Mujoo2023-04-061-32/+44