index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
mballoc.c
Age
Commit message (
Expand
)
Author
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
2024-01-18
ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
Baokun Li
2024-01-18
ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...
Baokun Li
2024-01-18
ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
Baokun Li
2024-01-18
ext4: regenerate buddy after block freeing failed if under fc replay
Baokun Li
2024-01-18
ext4: do not trim the group with corrupted block bitmap
Baokun Li
2024-01-10
ext4: fix inconsistent between segment fstrim and full fstrim
Ye Bin
2024-01-10
ext4: fallback to complex scan if aligned scan doesn't work
Ojaswin Mujoo
2024-01-10
ext4: allow for the last group to be marked as trimmed
Suraj Jitindar Singh
2024-01-04
ext4: improving calculation of 'fe_{len|start}' in mb_find_extent()
Gou Hao
2024-01-04
ext4: delete redundant calculations in ext4_mb_get_buddy_page_lock()
Gou Hao
2023-11-30
ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKS
Baokun Li
2023-10-05
ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc
Kemeng Shi
2023-10-05
ext4: add some kunit stub for mballoc kunit test
Kemeng Shi
2023-10-05
ext4: call ext4_mb_mark_context in ext4_group_add_blocks()
Kemeng Shi
2023-10-05
ext4: Separate block bitmap and buddy bitmap freeing in ext4_group_add_blocks()
Kemeng Shi
2023-10-05
ext4: call ext4_mb_mark_context in ext4_mb_clear_bb
Kemeng Shi
2023-10-05
ext4: Separate block bitmap and buddy bitmap freeing in ext4_mb_clear_bb()
Kemeng Shi
2023-10-05
ext4: call ext4_mb_mark_context in ext4_mb_mark_diskspace_used
Kemeng Shi
2023-10-05
ext4: extend ext4_mb_mark_context to support allocation under journal
Kemeng Shi
2023-10-05
ext4: call ext4_mb_mark_context in ext4_free_blocks_simple
Kemeng Shi
2023-10-05
ext4: factor out codes to update block bitmap and group descriptor on disk fr...
Kemeng Shi
[next]