index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
mballoc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-28
ext4: always drain queued discard work in ext4_mb_release()
Theodore Ts'o
1
-7
/
+5
2026-03-28
ext4: handle wraparound when searching for blocks for indirect mapped blocks
Theodore Ts'o
1
-0
/
+2
2026-03-28
ext4: fix the might_sleep() warnings in kvfree()
Zqiang
1
-7
/
+3
2026-03-28
ext4: fix mballoc-test.c is not compiled when EXT4_KUNIT_TESTS=M
Ye Bin
1
-3
/
+99
2026-03-28
ext4: avoid allocate block from corrupted group in ext4_mb_find_by_goal()
Ye Bin
1
-1
/
+5
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-2
/
+1
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+5
2026-02-12
Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-37
/
+36
2026-01-20
ext4: use optimized mballoc scanning regardless of inode format
Jan Kara
1
-2
/
+0
2026-01-20
ext4: always allocate blocks only from groups inode can use
Jan Kara
1
-9
/
+20
2026-01-20
ext4: fix dirtyclusters double decrement on fs shutdown
Brian Foster
1
-16
/
+5
2026-01-20
ext4: fix e4b bitmap inconsistency reports
Yongjian Sun
1
-10
/
+11
2025-12-15
fs: use min() or umin() instead of min_t()
David Laight
1
-2
/
+1
2025-11-29
ext4: rename 'page' references to 'folio' in multi-block allocator
Zhihao Cheng
1
-11
/
+11
2025-11-29
ext4: prepare buddy cache inode for BS > PS with large folios
Baokun Li
1
-0
/
+2
2025-11-29
ext4: support large block size in ext4_mb_init_cache()
Baokun Li
1
-24
/
+20
2025-11-29
ext4: support large block size in ext4_mb_get_buddy_page_lock()
Baokun Li
1
-20
/
+22
2025-11-29
ext4: support large block size in ext4_mb_load_buddy_gfp()
Baokun Li
1
-11
/
+16
2025-11-27
ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...
Yongjian Sun
1
-17
/
+32
2025-11-27
ext4: fix incorrect group number assertion in mb_check_buddy
Yongjian Sun
1
-0
/
+2
2025-10-03
Merge tag 'ext4_for_linus-6.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+10
2025-09-25
ext4: fix potential null deref in ext4_mb_init()
Baokun Li
1
-0
/
+10
2025-09-19
fs: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2025-07-25
ext4: implement linear-like traversal across order xarrays
Baokun Li
1
-21
/
+47
2025-07-25
ext4: refactor choose group to scan group
Baokun Li
1
-161
/
+131
2025-07-25
ext4: convert free groups order lists to xarrays
Baokun Li
1
-116
/
+138
2025-07-25
ext4: factor out ext4_mb_scan_group()
Baokun Li
1
-44
/
+49
2025-07-25
ext4: factor out ext4_mb_might_prefetch()
Baokun Li
1
-24
/
+38
2025-07-25
ext4: factor out __ext4_mb_scan_group()
Baokun Li
1
-18
/
+27
2025-07-25
ext4: fix largest free orders lists corruption on mb_optimize_scan switch
Baokun Li
1
-19
/
+14
2025-07-25
ext4: fix zombie groups in average fragment size lists
Baokun Li
1
-18
/
+18
2025-07-25
ext4: merge freed extent with existing extents before insertion
Baokun Li
1
-37
/
+76
2025-07-25
ext4: convert sbi->s_mb_free_pending to atomic_t
Baokun Li
1
-6
/
+3
2025-07-25
ext4: utilize multiple global goals to reduce contention
Baokun Li
1
-4
/
+23
2025-07-25
ext4: remove unnecessary s_md_lock on update s_mb_last_group
Baokun Li
1
-9
/
+3
2025-07-25
ext4: remove unnecessary s_mb_last_start
Baokun Li
1
-1
/
+0
2025-07-25
ext4: separate stream goal hits from s_bal_goals for better tracking
Baokun Li
1
-2
/
+9
2025-07-25
ext4: add ext4_try_lock_group() to skip busy groups
Baokun Li
1
-3
/
+16
2025-04-22
fs/ext4: use sleeping version of sb_find_get_block()
Davidlohr Bueso
1
-1
/
+2
2025-04-13
ext4: avoid -Wflex-array-member-not-at-end warning
Gustavo A. R. Silva
1
-10
/
+8
2025-03-18
ext4: update the comment about mb_optimize_scan
Zizhi Wo
1
-2
/
+2
2025-03-13
ext4: add ext4_emergency_state() helper function
Baokun Li
1
-2
/
+2
2024-11-13
ext4: use str_yes_no() helper function
Thorsten Blum
1
-1
/
+1
2024-11-13
ext4: use string choices helpers
R Sundar
1
-1
/
+1
2024-11-13
ext4: fix FS_IOC_GETFSMAP handling
Theodore Ts'o
1
-4
/
+14
2024-09-04
ext4: convert EXT4_B2C(sbi->s_stripe) users to EXT4_NUM_B2C
Ojaswin Mujoo
1
-5
/
+7
2024-09-02
ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard
yangerkun
1
-6
/
+4
2024-08-27
ext4: use seq_putc() in two functions
Markus Elfring
1
-2
/
+1
2024-05-17
ext4: fix error pointer dereference in ext4_mb_load_buddy_gfp()
Dan Carpenter
1
-1
/
+1
[next]