index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
mballoc.c
Age
Commit message (
Expand
)
Author
2023-07-23
ext4: fix rbtree traversal bug in ext4_mb_use_preallocated
Ojaswin Mujoo
2023-07-23
ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()
Ojaswin Mujoo
2023-06-26
ext4: clean up mballoc criteria comments
Theodore Ts'o
2023-06-26
ext4: Give symbolic names to mballoc criterias
Ojaswin Mujoo
2023-06-26
ext4: Add allocation criteria 1.5 (CR1_5)
Ojaswin Mujoo
2023-06-26
ext4: Abstract out logic to search average fragment list
Ojaswin Mujoo
2023-06-26
ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
Ojaswin Mujoo
2023-06-26
ext4: Don't skip prefetching BLOCK_UNINIT groups
Ojaswin Mujoo
2023-06-26
ext4: Avoid scanning smaller extents in BG during CR1
Ojaswin Mujoo
2023-06-26
ext4: Add counter to track successful allocation of goal length
Ojaswin Mujoo
2023-06-26
ext4: Add per CR extent scanned counter
Ojaswin Mujoo
2023-06-26
ext4: Convert mballoc cr (criteria) to enum
Ojaswin Mujoo
2023-06-26
ext4: mballoc: Remove useless setting of ac_criteria
Ritesh Harjani
2023-06-26
ext4: fix wrong unit use in ext4_mb_new_blocks
Kemeng Shi
2023-06-26
ext4: fix wrong unit use in ext4_mb_clear_bb
Kemeng Shi
2023-06-26
ext4: remove unused parameter from ext4_mb_new_blocks_simple()
Kemeng Shi
2023-06-26
ext4: get block from bh in ext4_free_blocks for fast commit replay
Kemeng Shi
2023-06-15
ext4: try all groups in ext4_mb_new_blocks_simple
Kemeng Shi
2023-06-15
ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated
Kemeng Shi
2023-06-15
ext4: treat stripe in block unit
Kemeng Shi
2023-06-15
ext4: fix wrong unit use in ext4_mb_find_by_goal
Kemeng Shi
2023-06-15
ext4: fix unit mismatch in ext4_mb_new_blocks_simple
Kemeng Shi
2023-06-15
ext4: fix wrong unit use in ext4_mb_normalize_request
Kemeng Shi
2023-06-02
Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_...
Ojaswin Mujoo
2023-05-13
ext4: remove a BUG_ON in ext4_mb_release_group_pa()
Theodore Ts'o
2023-05-13
ext4: allow ext4_get_group_info() to fail
Theodore Ts'o
2023-04-06
ext4: Remove the logic to trim inode PAs
Ojaswin Mujoo
2023-04-06
ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
Ojaswin Mujoo
2023-04-06
ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
Ojaswin Mujoo
2023-04-06
ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
Ojaswin Mujoo
2023-04-06
ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
Ojaswin Mujoo
2023-04-06
ext4: Move overlap assert logic into a separate function
Ojaswin Mujoo
2023-04-06
ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocat...
Ojaswin Mujoo
2023-04-06
ext4: Refactor code related to freeing PAs
Ojaswin Mujoo
2023-04-06
ext4: Stop searching if PA doesn't satisfy non-extent file
Ojaswin Mujoo
2023-04-06
ext4: convert some BUG_ON's in mballoc to use WARN_RATELIMITED instead
Theodore Ts'o
2023-04-06
ext4: avoid unnecessary pointer dereference in ext4_mb_normalize_request
Kemeng Shi
2023-04-06
ext4: fix typos in mballoc
Kemeng Shi
2023-04-06
ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simple
Kemeng Shi
2023-04-06
ext4: remove comment code ext4_discard_preallocations
Kemeng Shi
2023-04-06
ext4: remove repeat assignment to ac_f_ex
Kemeng Shi
2023-04-06
ext4: remove unnecessary goto in ext4_mb_mark_diskspace_used
Kemeng Shi
2023-04-06
ext4: remove unnecessary count2 in ext4_free_data_in_buddy
Kemeng Shi
2023-04-06
ext4: remove unnecessary exit_meta_group_info tag
Kemeng Shi
2023-04-06
ext4: use best found when complex scan of group finishs
Kemeng Shi
2023-04-06
ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check...
Kemeng Shi
2023-04-06
ext4: remove dead check in mb_buddy_mark_free
Kemeng Shi
2023-04-06
ext4: remove unnecessary check in ext4_mb_new_blocks
Kemeng Shi
2023-04-06
ext4: remove unnecessary e4b->bd_buddy_page check in ext4_mb_load_buddy_gfp
Kemeng Shi
2023-04-06
ext4: Remove unnecessary release when memory allocation failed in ext4_mb_ini...
Kemeng Shi
[next]