index
:
kernel
0x221E-v0.0.1-v6.19
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-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
mballoc.c
Age
Commit message (
Expand
)
Author
2026-03-13
ext4: fix potential null deref in ext4_mb_init()
Baokun Li
2026-03-13
ext4: always allocate blocks only from groups inode can use
Jan Kara
2026-03-13
ext4: implement linear-like traversal across order xarrays
Baokun Li
2026-03-13
ext4: refactor choose group to scan group
Baokun Li
2026-03-13
ext4: convert free groups order lists to xarrays
Baokun Li
2026-03-13
ext4: factor out ext4_mb_scan_group()
Baokun Li
2026-03-13
ext4: factor out ext4_mb_might_prefetch()
Baokun Li
2026-03-13
ext4: factor out __ext4_mb_scan_group()
Baokun Li
2026-03-13
ext4: add ext4_try_lock_group() to skip busy groups
Baokun Li
2026-03-04
ext4: use optimized mballoc scanning regardless of inode format
Jan Kara
2026-03-04
ext4: fix dirtyclusters double decrement on fs shutdown
Brian Foster
2026-03-04
ext4: fix e4b bitmap inconsistency reports
Yongjian Sun
2026-01-08
ext4: fix incorrect group number assertion in mb_check_buddy
Yongjian Sun
2025-12-18
ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 val...
Yongjian Sun
2025-08-20
ext4: fix largest free orders lists corruption on mb_optimize_scan switch
Baokun Li
2025-08-20
ext4: fix zombie groups in average fragment size lists
Baokun Li
2025-05-29
fs/ext4: use sleeping version of sb_find_get_block()
Davidlohr Bueso
2024-12-05
ext4: fix FS_IOC_GETFSMAP handling
Theodore Ts'o
2024-09-03
ext4: convert EXT4_B2C(sbi->s_stripe) users to EXT4_NUM_B2C
Ojaswin Mujoo
2024-09-02
ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discard
yangerkun
2024-08-26
ext4: use seq_putc() in two functions
Markus Elfring
2024-05-17
ext4: fix error pointer dereference in ext4_mb_load_buddy_gfp()
Dan Carpenter
2024-05-07
ext4: fix potential unnitialized variable
Dan Carpenter
2024-05-07
ext4: convert ac_buddy_page to ac_buddy_folio
Matthew Wilcox (Oracle)
2024-05-07
ext4: convert ac_bitmap_page to ac_bitmap_folio
Matthew Wilcox (Oracle)
2024-05-07
ext4: convert ext4_mb_init_cache() to take a folio
Matthew Wilcox (Oracle)
2024-05-07
ext4: convert bd_buddy_page to bd_buddy_folio
Matthew Wilcox (Oracle)
2024-05-07
ext4: convert bd_bitmap_page to bd_bitmap_folio
Matthew Wilcox (Oracle)
2024-05-03
ext4: open coding repeated check in next_linear_group
Kemeng Shi
2024-05-03
ext4: use correct criteria name instead stale integer number in comment
Kemeng Shi
2024-05-03
ext4: call ext4_mb_mark_free_simple to free continuous bits in found chunk
Kemeng Shi
2024-05-03
ext4: keep "prefetch_grp" and "nr" consistent
Kemeng Shi
2024-05-02
ext4: clean up s_mb_rb_lock to fix build warnings with C=1
Baokun Li
2024-05-02
ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()
Baokun Li
2024-03-07
ext4: remove unused parameter biop in ext4_issue_discard()
Wenchao Hao
2024-03-07
ext4: don't report EOPNOTSUPP errors from discard
Jan Kara
2024-02-21
ext4: correct best extent lstart adjustment logic
Baokun Li
2024-02-21
ext4: add a hint for block bitmap corrupt state in mb_groups
Zhang Yi
2024-02-21
ext4: improve error msg for ext4_mb_seq_groups_show
yangerkun
2024-02-21
ext4: remove unused buddy_loaded in ext4_mb_seq_groups_show
yangerkun
2024-01-18
ext4: remove 'needed' in trace_ext4_discard_preallocations
Kemeng Shi
2024-01-18
ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
Kemeng Shi
2024-01-18
ext4: remove unused return value of ext4_mb_release_group_pa
Kemeng Shi
2024-01-18
ext4: remove unused return value of ext4_mb_release_inode_pa
Kemeng Shi
2024-01-18
ext4: remove unused return value of ext4_mb_release
Kemeng Shi
2024-01-18
ext4: remove unneeded return value of ext4_mb_release_context
Kemeng Shi
2024-01-18
ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()
Kemeng Shi
2024-01-18
ext4: remove unused return value of __mb_check_buddy
Kemeng Shi
2024-01-18
ext4: mark the group block bitmap as corrupted before reporting an error
Baokun Li
2024-01-18
ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
Baokun Li
[next]