index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
mballoc.c
Age
Commit message (
Expand
)
Author
2026-04-17
Merge tag 'ext4_for_linux-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-04-13
Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-04-09
ext4: prefer IS_ERR_OR_NULL over manual NULL check
Philipp Hahn
2026-04-09
ext4: simplify mballoc preallocation size rounding for small files
Weixie Cui
2026-03-27
ext4: always drain queued discard work in ext4_mb_release()
Theodore Ts'o
2026-03-27
ext4: handle wraparound when searching for blocks for indirect mapped blocks
Theodore Ts'o
2026-03-27
ext4: fix the might_sleep() warnings in kvfree()
Zqiang
2026-03-27
ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M
Ye Bin
2026-03-27
ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
Ye Bin
2026-03-09
block: remove bdev_nonrot()
Damien Le Moal
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-12
Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-01-19
ext4: use optimized mballoc scanning regardless of inode format
Jan Kara
2026-01-19
ext4: always allocate blocks only from groups inode can use
Jan Kara
2026-01-19
ext4: fix dirtyclusters double decrement on fs shutdown
Brian Foster
2026-01-19
ext4: fix e4b bitmap inconsistency reports
Yongjian Sun
2025-12-15
fs: use min() or umin() instead of min_t()
David Laight
2025-11-28
ext4: rename 'page' references to 'folio' in multi-block allocator
Zhihao Cheng
2025-11-28
ext4: prepare buddy cache inode for BS > PS with large folios
Baokun Li
2025-11-28
ext4: support large block size in ext4_mb_init_cache()
Baokun Li
2025-11-28
ext4: support large block size in ext4_mb_get_buddy_page_lock()
Baokun Li
2025-11-28
ext4: support large block size in ext4_mb_load_buddy_gfp()
Baokun Li
2025-11-26
ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...
Yongjian Sun
2025-11-26
ext4: fix incorrect group number assertion in mb_check_buddy
Yongjian Sun
2025-10-03
Merge tag 'ext4_for_linus-6.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-09-25
ext4: fix potential null deref in ext4_mb_init()
Baokun Li
2025-09-19
fs: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
2025-07-25
ext4: implement linear-like traversal across order xarrays
Baokun Li
2025-07-25
ext4: refactor choose group to scan group
Baokun Li
2025-07-25
ext4: convert free groups order lists to xarrays
Baokun Li
2025-07-25
ext4: factor out ext4_mb_scan_group()
Baokun Li
2025-07-25
ext4: factor out ext4_mb_might_prefetch()
Baokun Li
2025-07-25
ext4: factor out __ext4_mb_scan_group()
Baokun Li
2025-07-25
ext4: fix largest free orders lists corruption on mb_optimize_scan switch
Baokun Li
2025-07-25
ext4: fix zombie groups in average fragment size lists
Baokun Li
2025-07-25
ext4: merge freed extent with existing extents before insertion
Baokun Li
2025-07-25
ext4: convert sbi->s_mb_free_pending to atomic_t
Baokun Li
2025-07-25
ext4: utilize multiple global goals to reduce contention
Baokun Li
2025-07-25
ext4: remove unnecessary s_md_lock on update s_mb_last_group
Baokun Li
2025-07-25
ext4: remove unnecessary s_mb_last_start
Baokun Li
2025-07-25
ext4: separate stream goal hits from s_bal_goals for better tracking
Baokun Li
2025-07-25
ext4: add ext4_try_lock_group() to skip busy groups
Baokun Li
2025-04-22
fs/ext4: use sleeping version of sb_find_get_block()
Davidlohr Bueso
2025-04-12
ext4: avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
2025-03-18
ext4: update the comment about mb_optimize_scan
Zizhi Wo
2025-03-13
ext4: add ext4_emergency_state() helper function
Baokun Li
[next]