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
2024-01-18
ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()
Kemeng Shi
1
-6
/
+6
2024-01-18
ext4: remove unused return value of __mb_check_buddy
Kemeng Shi
1
-4
/
+3
2024-01-18
ext4: mark the group block bitmap as corrupted before reporting an error
Baokun Li
1
-11
/
+11
2024-01-18
ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
Baokun Li
1
-5
/
+4
2024-01-18
ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
Baokun Li
1
-0
/
+4
2024-01-18
ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...
Baokun Li
1
-1
/
+1
2024-01-18
ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
Baokun Li
1
-18
/
+21
2024-01-18
ext4: regenerate buddy after block freeing failed if under fc replay
Baokun Li
1
-0
/
+20
2024-01-18
ext4: do not trim the group with corrupted block bitmap
Baokun Li
1
-0
/
+3
2024-01-10
ext4: fix inconsistent between segment fstrim and full fstrim
Ye Bin
1
-3
/
+8
2024-01-10
ext4: fallback to complex scan if aligned scan doesn't work
Ojaswin Mujoo
1
-8
/
+13
2024-01-10
ext4: allow for the last group to be marked as trimmed
Suraj Jitindar Singh
1
-5
/
+10
2024-01-04
ext4: improving calculation of 'fe_{len|start}' in mb_find_extent()
Gou Hao
1
-9
/
+4
2024-01-04
ext4: delete redundant calculations in ext4_mb_get_buddy_page_lock()
Gou Hao
1
-3
/
+2
2023-11-30
ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
Baokun Li
1
-0
/
+4
2023-10-05
ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc
Kemeng Shi
1
-0
/
+4
2023-10-05
ext4: add some kunit stub for mballoc kunit test
Kemeng Shi
1
-0
/
+5
2023-10-05
ext4: call ext4_mb_mark_context in ext4_group_add_blocks()
Kemeng Shi
1
-72
/
+10
2023-10-05
ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks()
Kemeng Shi
1
-28
/
+26
2023-10-05
ext4: call ext4_mb_mark_context in ext4_mb_clear_bb
Kemeng Shi
1
-59
/
+10
2023-10-05
ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()
Kemeng Shi
1
-49
/
+49
2023-10-05
ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_used
Kemeng Shi
1
-66
/
+20
2023-10-05
ext4: extend ext4_mb_mark_context to support allocation under journal
Kemeng Shi
1
-15
/
+49
2023-10-05
ext4: call ext4_mb_mark_context in ext4_free_blocks_simple
Kemeng Shi
1
-32
/
+1
2023-10-05
ext4: factor out codes to update block bitmap and group descriptor on disk fr...
Kemeng Shi
1
-70
/
+77
2023-10-05
ext4: make state in ext4_mb_mark_bb to be bool
Kemeng Shi
1
-2
/
+2
2023-10-05
ext4: no need to generate from free list in mballoc
Wang Jianjian
1
-33
/
+6
2023-10-05
ext4: make running and commit transaction have their own freed_data_list
Jinke Han
1
-13
/
+5
2023-09-14
ext4: do not let fstrim block system suspend
Jan Kara
1
-2
/
+10
2023-09-14
ext4: move setting of trimmed bit into ext4_try_to_trim_range()
Jan Kara
1
-21
/
+25
2023-08-27
ext4: use LIST_HEAD() to initialize the list_head in mballoc.c
Ruan Jinjie
1
-13
/
+5
2023-08-27
ext4: mballoc: avoid garbage value from err
Su Hui
1
-1
/
+1
2023-08-27
ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()
Lu Hongfei
1
-1
/
+1
2023-08-27
ext4: change the type of blocksize in ext4_mb_init_cache()
Lu Hongfei
1
-1
/
+1
2023-08-05
ext4: don't use CR_BEST_AVAIL_LEN for non-regular files
Ritesh Harjani
1
-1
/
+12
2023-08-03
ext4: correct some stale comment of criteria
Kemeng Shi
1
-4
/
+4
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_best_avail
Kemeng Shi
1
-10
/
+8
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_goal_fast
Kemeng Shi
1
-8
/
+6
2023-08-03
ext4: replace the traditional ternary conditional operator with with max()/min()
Kemeng Shi
1
-4
/
+2
2023-08-03
ext4: remove unnecessary return for void function
Kemeng Shi
1
-9
/
+1
2023-08-03
ext4: use is_power_of_2 helper in ext4_mb_regular_allocator
Kemeng Shi
1
-4
/
+1
2023-08-03
ext4: return found group directly in ext4_mb_choose_next_group_p2_aligned
Kemeng Shi
1
-14
/
+7
2023-08-03
ext4: avoid potential data overflow in next_linear_group
Kemeng Shi
1
-2
/
+3
2023-08-03
ext4: correct grp validation in ext4_mb_good_group
Kemeng Shi
1
-1
/
+1
2023-08-03
ext4: replace CR_FAST macro with inline function for readability
Ojaswin Mujoo
1
-4
/
+9
2023-07-29
ext4: drop EXT4_MF_FS_ABORTED flag
Jan Kara
1
-2
/
+2
2023-07-29
ext4: avoid overlapping preallocations due to overflow
Baokun Li
1
-11
/
+10
2023-07-29
ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow
Baokun Li
1
-17
/
+14
2023-07-29
ext4: add two helper functions extent_logical_end() and pa_logical_end()
Baokun Li
1
-6
/
+3
2023-07-23
ext4: fix rbtree traversal bug in ext4_mb_use_preallocated
Ojaswin Mujoo
1
-27
/
+131
[prev]
[next]