summaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.c
AgeCommit message (Expand)Author
2024-05-17ext4: fix error pointer dereference in ext4_mb_load_buddy_gfp()Dan Carpenter
2024-05-07ext4: fix potential unnitialized variableDan Carpenter
2024-05-07ext4: convert ac_buddy_page to ac_buddy_folioMatthew Wilcox (Oracle)
2024-05-07ext4: convert ac_bitmap_page to ac_bitmap_folioMatthew Wilcox (Oracle)
2024-05-07ext4: convert ext4_mb_init_cache() to take a folioMatthew Wilcox (Oracle)
2024-05-07ext4: convert bd_buddy_page to bd_buddy_folioMatthew Wilcox (Oracle)
2024-05-07ext4: convert bd_bitmap_page to bd_bitmap_folioMatthew Wilcox (Oracle)
2024-05-03ext4: open coding repeated check in next_linear_groupKemeng Shi
2024-05-03ext4: use correct criteria name instead stale integer number in commentKemeng Shi
2024-05-03ext4: call ext4_mb_mark_free_simple to free continuous bits in found chunkKemeng Shi
2024-05-03ext4: keep "prefetch_grp" and "nr" consistentKemeng Shi
2024-05-02ext4: clean up s_mb_rb_lock to fix build warnings with C=1Baokun Li
2024-05-02ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()Baokun Li
2024-03-07ext4: remove unused parameter biop in ext4_issue_discard()Wenchao Hao
2024-03-07ext4: don't report EOPNOTSUPP errors from discardJan Kara
2024-02-21ext4: correct best extent lstart adjustment logicBaokun Li
2024-02-21ext4: add a hint for block bitmap corrupt state in mb_groupsZhang Yi
2024-02-21ext4: improve error msg for ext4_mb_seq_groups_showyangerkun
2024-02-21ext4: remove unused buddy_loaded in ext4_mb_seq_groups_showyangerkun
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