index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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-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
2023-07-23
ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()
Ojaswin Mujoo
1
-5
/
+9
2023-06-26
ext4: clean up mballoc criteria comments
Theodore Ts'o
1
-10
/
+9
2023-06-26
ext4: Give symbolic names to mballoc criterias
Ojaswin Mujoo
1
-118
/
+153
2023-06-26
ext4: Add allocation criteria 1.5 (CR1_5)
Ojaswin Mujoo
1
-9
/
+126
2023-06-26
ext4: Abstract out logic to search average fragment list
Ojaswin Mujoo
1
-18
/
+33
2023-06-26
ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
Ojaswin Mujoo
1
-4
/
+0
2023-06-26
ext4: Don't skip prefetching BLOCK_UNINIT groups
Ojaswin Mujoo
1
-6
/
+2
2023-06-26
ext4: Avoid scanning smaller extents in BG during CR1
Ojaswin Mujoo
1
-1
/
+18
2023-06-26
ext4: Add counter to track successful allocation of goal length
Ojaswin Mujoo
1
-0
/
+3
[next]