summaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.c
AgeCommit message (Expand)Author
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
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