summaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.c
AgeCommit message (Expand)Author
11 daysext4: implement linear-like traversal across order xarraysBaokun Li
11 daysext4: refactor choose group to scan groupBaokun Li
11 daysext4: convert free groups order lists to xarraysBaokun Li
11 daysext4: factor out ext4_mb_scan_group()Baokun Li
11 daysext4: factor out ext4_mb_might_prefetch()Baokun Li
11 daysext4: factor out __ext4_mb_scan_group()Baokun Li
11 daysext4: fix largest free orders lists corruption on mb_optimize_scan switchBaokun Li
11 daysext4: fix zombie groups in average fragment size listsBaokun Li
11 daysext4: merge freed extent with existing extents before insertionBaokun Li
11 daysext4: convert sbi->s_mb_free_pending to atomic_tBaokun Li
11 daysext4: utilize multiple global goals to reduce contentionBaokun Li
11 daysext4: remove unnecessary s_md_lock on update s_mb_last_groupBaokun Li
11 daysext4: remove unnecessary s_mb_last_startBaokun Li
11 daysext4: separate stream goal hits from s_bal_goals for better trackingBaokun Li
11 daysext4: add ext4_try_lock_group() to skip busy groupsBaokun Li
2025-04-22fs/ext4: use sleeping version of sb_find_get_block()Davidlohr Bueso
2025-04-12ext4: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-03-18ext4: update the comment about mb_optimize_scanZizhi Wo
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li
2024-11-13ext4: use str_yes_no() helper functionThorsten Blum
2024-11-12ext4: use string choices helpersR Sundar
2024-11-12ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o
2024-09-03ext4: convert EXT4_B2C(sbi->s_stripe) users to EXT4_NUM_B2COjaswin Mujoo
2024-09-02ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discardyangerkun
2024-08-26ext4: use seq_putc() in two functionsMarkus Elfring
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