index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
mballoc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: do not let fstrim block system suspend
Jan Kara
2023-09-14
1
-2
/
+10
*
ext4: move setting of trimmed bit into ext4_try_to_trim_range()
Jan Kara
2023-09-14
1
-21
/
+25
*
ext4: use LIST_HEAD() to initialize the list_head in mballoc.c
Ruan Jinjie
2023-08-27
1
-13
/
+5
*
ext4: mballoc: avoid garbage value from err
Su Hui
2023-08-27
1
-1
/
+1
*
ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()
Lu Hongfei
2023-08-27
1
-1
/
+1
*
ext4: change the type of blocksize in ext4_mb_init_cache()
Lu Hongfei
2023-08-27
1
-1
/
+1
*
ext4: don't use CR_BEST_AVAIL_LEN for non-regular files
Ritesh Harjani
2023-08-05
1
-1
/
+12
*
ext4: correct some stale comment of criteria
Kemeng Shi
2023-08-03
1
-4
/
+4
*
ext4: return found group directly in ext4_mb_choose_next_group_best_avail
Kemeng Shi
2023-08-03
1
-10
/
+8
*
ext4: return found group directly in ext4_mb_choose_next_group_goal_fast
Kemeng Shi
2023-08-03
1
-8
/
+6
*
ext4: replace the traditional ternary conditional operator with with max()/min()
Kemeng Shi
2023-08-03
1
-4
/
+2
*
ext4: remove unnecessary return for void function
Kemeng Shi
2023-08-03
1
-9
/
+1
*
ext4: use is_power_of_2 helper in ext4_mb_regular_allocator
Kemeng Shi
2023-08-03
1
-4
/
+1
*
ext4: return found group directly in ext4_mb_choose_next_group_p2_aligned
Kemeng Shi
2023-08-03
1
-14
/
+7
*
ext4: avoid potential data overflow in next_linear_group
Kemeng Shi
2023-08-03
1
-2
/
+3
*
ext4: correct grp validation in ext4_mb_good_group
Kemeng Shi
2023-08-03
1
-1
/
+1
*
ext4: replace CR_FAST macro with inline function for readability
Ojaswin Mujoo
2023-08-03
1
-4
/
+9
*
ext4: drop EXT4_MF_FS_ABORTED flag
Jan Kara
2023-07-29
1
-2
/
+2
*
ext4: avoid overlapping preallocations due to overflow
Baokun Li
2023-07-29
1
-11
/
+10
*
ext4: fix BUG in ext4_mb_new_inode_pa() due to overflow
Baokun Li
2023-07-29
1
-17
/
+14
*
ext4: add two helper functions extent_logical_end() and pa_logical_end()
Baokun Li
2023-07-29
1
-6
/
+3
*
ext4: fix rbtree traversal bug in ext4_mb_use_preallocated
Ojaswin Mujoo
2023-07-23
1
-27
/
+131
*
ext4: fix off by one issue in ext4_mb_choose_next_group_best_avail()
Ojaswin Mujoo
2023-07-23
1
-5
/
+9
*
ext4: clean up mballoc criteria comments
Theodore Ts'o
2023-06-26
1
-10
/
+9
*
ext4: Give symbolic names to mballoc criterias
Ojaswin Mujoo
2023-06-26
1
-118
/
+153
*
ext4: Add allocation criteria 1.5 (CR1_5)
Ojaswin Mujoo
2023-06-26
1
-9
/
+126
*
ext4: Abstract out logic to search average fragment list
Ojaswin Mujoo
2023-06-26
1
-18
/
+33
*
ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
Ojaswin Mujoo
2023-06-26
1
-4
/
+0
*
ext4: Don't skip prefetching BLOCK_UNINIT groups
Ojaswin Mujoo
2023-06-26
1
-6
/
+2
*
ext4: Avoid scanning smaller extents in BG during CR1
Ojaswin Mujoo
2023-06-26
1
-1
/
+18
*
ext4: Add counter to track successful allocation of goal length
Ojaswin Mujoo
2023-06-26
1
-0
/
+3
*
ext4: Add per CR extent scanned counter
Ojaswin Mujoo
2023-06-26
1
-0
/
+12
*
ext4: Convert mballoc cr (criteria) to enum
Ojaswin Mujoo
2023-06-26
1
-48
/
+48
*
ext4: mballoc: Remove useless setting of ac_criteria
Ritesh Harjani
2023-06-26
1
-2
/
+4
*
ext4: fix wrong unit use in ext4_mb_new_blocks
Kemeng Shi
2023-06-26
1
-1
/
+1
*
ext4: fix wrong unit use in ext4_mb_clear_bb
Kemeng Shi
2023-06-26
1
-2
/
+2
*
ext4: remove unused parameter from ext4_mb_new_blocks_simple()
Kemeng Shi
2023-06-26
1
-70
/
+67
*
ext4: get block from bh in ext4_free_blocks for fast commit replay
Kemeng Shi
2023-06-26
1
-6
/
+7
*
ext4: try all groups in ext4_mb_new_blocks_simple
Kemeng Shi
2023-06-15
1
-3
/
+6
*
ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated
Kemeng Shi
2023-06-15
1
-1
/
+33
*
ext4: treat stripe in block unit
Kemeng Shi
2023-06-15
1
-7
/
+11
*
ext4: fix wrong unit use in ext4_mb_find_by_goal
Kemeng Shi
2023-06-15
1
-2
/
+1
*
ext4: fix unit mismatch in ext4_mb_new_blocks_simple
Kemeng Shi
2023-06-15
1
-2
/
+4
*
ext4: fix wrong unit use in ext4_mb_normalize_request
Kemeng Shi
2023-06-15
1
-1
/
+1
*
Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_...
Ojaswin Mujoo
2023-06-02
1
-1
/
+15
*
ext4: remove a BUG_ON in ext4_mb_release_group_pa()
Theodore Ts'o
2023-05-13
1
-1
/
+5
*
ext4: allow ext4_get_group_info() to fail
Theodore Ts'o
2023-05-13
1
-11
/
+53
*
ext4: Remove the logic to trim inode PAs
Ojaswin Mujoo
2023-04-06
1
-20
/
+0
*
ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
Ojaswin Mujoo
2023-04-06
1
-79
/
+207
*
ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
Ojaswin Mujoo
2023-04-06
1
-32
/
+44
[next]