index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
mballoc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-12
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-12
ext4: use string choices helpers
R Sundar
1
-1
/
+1
2024-11-12
ext4: fix FS_IOC_GETFSMAP handling
Theodore Ts'o
1
-4
/
+14
2024-09-03
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-26
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
2024-05-07
ext4: fix potential unnitialized variable
Dan Carpenter
1
-0
/
+1
2024-05-07
ext4: convert ac_buddy_page to ac_buddy_folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-05-07
ext4: convert ac_bitmap_page to ac_bitmap_folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-05-07
ext4: convert ext4_mb_init_cache() to take a folio
Matthew Wilcox (Oracle)
1
-18
/
+19
2024-05-07
ext4: convert bd_buddy_page to bd_buddy_folio
Matthew Wilcox (Oracle)
1
-46
/
+45
2024-05-07
ext4: convert bd_bitmap_page to bd_bitmap_folio
Matthew Wilcox (Oracle)
1
-47
/
+51
2024-05-03
ext4: open coding repeated check in next_linear_group
Kemeng Shi
1
-16
/
+15
2024-05-03
ext4: use correct criteria name instead stale integer number in comment
Kemeng Shi
1
-7
/
+9
2024-05-03
ext4: call ext4_mb_mark_free_simple to free continuous bits in found chunk
Kemeng Shi
1
-17
/
+21
2024-05-03
ext4: keep "prefetch_grp" and "nr" consistent
Kemeng Shi
1
-0
/
+1
2024-05-02
ext4: clean up s_mb_rb_lock to fix build warnings with C=1
Baokun Li
1
-1
/
+0
2024-05-02
ext4: fix slab-out-of-bounds in ext4_mb_find_good_group_avg_frag_lists()
Baokun Li
1
-0
/
+4
2024-03-07
ext4: remove unused parameter biop in ext4_issue_discard()
Wenchao Hao
1
-11
/
+5
2024-03-07
ext4: don't report EOPNOTSUPP errors from discard
Jan Kara
1
-1
/
+7
2024-02-21
ext4: correct best extent lstart adjustment logic
Baokun Li
1
-6
/
+11
2024-02-21
ext4: add a hint for block bitmap corrupt state in mb_groups
Zhang Yi
1
-1
/
+4
2024-02-21
ext4: improve error msg for ext4_mb_seq_groups_show
yangerkun
1
-1
/
+2
2024-02-21
ext4: remove unused buddy_loaded in ext4_mb_seq_groups_show
yangerkun
1
-7
/
+6
2024-01-18
ext4: remove 'needed' in trace_ext4_discard_preallocations
Kemeng Shi
1
-3
/
+2
2024-01-18
ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
Kemeng Shi
1
-7
/
+3
2024-01-18
ext4: remove unused return value of ext4_mb_release_group_pa
Kemeng Shi
1
-4
/
+2
2024-01-18
ext4: remove unused return value of ext4_mb_release_inode_pa
Kemeng Shi
1
-3
/
+1
2024-01-18
ext4: remove unused return value of ext4_mb_release
Kemeng Shi
1
-3
/
+1
2024-01-18
ext4: remove unneeded return value of ext4_mb_release_context
Kemeng Shi
1
-2
/
+1
[next]