aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.c
AgeCommit message (Expand)AuthorFilesLines
13 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
13 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
14 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+5
2026-02-12Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-37/+36
2026-01-19ext4: use optimized mballoc scanning regardless of inode formatJan Kara1-2/+0
2026-01-19ext4: always allocate blocks only from groups inode can useJan Kara1-9/+20
2026-01-19ext4: fix dirtyclusters double decrement on fs shutdownBrian Foster1-16/+5
2026-01-19ext4: fix e4b bitmap inconsistency reportsYongjian Sun1-10/+11
2025-12-15fs: use min() or umin() instead of min_t()David Laight1-2/+1
2025-11-28ext4: rename 'page' references to 'folio' in multi-block allocatorZhihao Cheng1-11/+11
2025-11-28ext4: prepare buddy cache inode for BS > PS with large foliosBaokun Li1-0/+2
2025-11-28ext4: support large block size in ext4_mb_init_cache()Baokun Li1-24/+20
2025-11-28ext4: support large block size in ext4_mb_get_buddy_page_lock()Baokun Li1-20/+22
2025-11-28ext4: support large block size in ext4_mb_load_buddy_gfp()Baokun Li1-11/+16
2025-11-26ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...Yongjian Sun1-17/+32
2025-11-26ext4: fix incorrect group number assertion in mb_check_buddyYongjian Sun1-0/+2
2025-10-03Merge tag 'ext4_for_linus-6.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+10
2025-09-25ext4: fix potential null deref in ext4_mb_init()Baokun Li1-0/+10
2025-09-19fs: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-07-25ext4: implement linear-like traversal across order xarraysBaokun Li1-21/+47
2025-07-25ext4: refactor choose group to scan groupBaokun Li1-161/+131
2025-07-25ext4: convert free groups order lists to xarraysBaokun Li1-116/+138
2025-07-25ext4: factor out ext4_mb_scan_group()Baokun Li1-44/+49
2025-07-25ext4: factor out ext4_mb_might_prefetch()Baokun Li1-24/+38
2025-07-25ext4: factor out __ext4_mb_scan_group()Baokun Li1-18/+27
2025-07-25ext4: fix largest free orders lists corruption on mb_optimize_scan switchBaokun Li1-19/+14
2025-07-25ext4: fix zombie groups in average fragment size listsBaokun Li1-18/+18
2025-07-25ext4: merge freed extent with existing extents before insertionBaokun Li1-37/+76
2025-07-25ext4: convert sbi->s_mb_free_pending to atomic_tBaokun Li1-6/+3
2025-07-25ext4: utilize multiple global goals to reduce contentionBaokun Li1-4/+23
2025-07-25ext4: remove unnecessary s_md_lock on update s_mb_last_groupBaokun Li1-9/+3
2025-07-25ext4: remove unnecessary s_mb_last_startBaokun Li1-1/+0
2025-07-25ext4: separate stream goal hits from s_bal_goals for better trackingBaokun Li1-2/+9
2025-07-25ext4: add ext4_try_lock_group() to skip busy groupsBaokun Li1-3/+16
2025-04-22fs/ext4: use sleeping version of sb_find_get_block()Davidlohr Bueso1-1/+2
2025-04-12ext4: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-10/+8
2025-03-18ext4: update the comment about mb_optimize_scanZizhi Wo1-2/+2
2025-03-13ext4: add ext4_emergency_state() helper functionBaokun Li1-2/+2
2024-11-13ext4: use str_yes_no() helper functionThorsten Blum1-1/+1
2024-11-12ext4: use string choices helpersR Sundar1-1/+1
2024-11-12ext4: fix FS_IOC_GETFSMAP handlingTheodore Ts'o1-4/+14
2024-09-03ext4: convert EXT4_B2C(sbi->s_stripe) users to EXT4_NUM_B2COjaswin Mujoo1-5/+7
2024-09-02ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discardyangerkun1-6/+4
2024-08-26ext4: use seq_putc() in two functionsMarkus Elfring1-2/+1
2024-05-17ext4: fix error pointer dereference in ext4_mb_load_buddy_gfp()Dan Carpenter1-1/+1
2024-05-07ext4: fix potential unnitialized variableDan Carpenter1-0/+1
2024-05-07ext4: convert ac_buddy_page to ac_buddy_folioMatthew Wilcox (Oracle)1-4/+4
2024-05-07ext4: convert ac_bitmap_page to ac_bitmap_folioMatthew Wilcox (Oracle)1-4/+4
2024-05-07ext4: convert ext4_mb_init_cache() to take a folioMatthew Wilcox (Oracle)1-18/+19
2024-05-07ext4: convert bd_buddy_page to bd_buddy_folioMatthew Wilcox (Oracle)1-46/+45