index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
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-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
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
[next]