index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
Ojaswin Mujoo
2023-04-06
1
-18
/
+31
*
ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
Ojaswin Mujoo
2023-04-06
1
-41
/
+68
*
ext4: Move overlap assert logic into a separate function
Ojaswin Mujoo
2023-04-06
1
-11
/
+24
*
ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocat...
Ojaswin Mujoo
2023-04-06
1
-47
/
+49
*
ext4: Refactor code related to freeing PAs
Ojaswin Mujoo
2023-04-06
1
-9
/
+21
*
ext4: Stop searching if PA doesn't satisfy non-extent file
Ojaswin Mujoo
2023-04-06
1
-2
/
+7
*
ext4: convert some BUG_ON's in mballoc to use WARN_RATELIMITED instead
Theodore Ts'o
2023-04-06
1
-6
/
+19
*
ext4: avoid unnecessary pointer dereference in ext4_mb_normalize_request
Kemeng Shi
2023-04-06
1
-5
/
+3
*
ext4: fix typos in mballoc
Kemeng Shi
2023-04-06
1
-2
/
+2
*
ext4: simplify calculation of blkoff in ext4_mb_new_blocks_simple
Kemeng Shi
2023-04-06
1
-3
/
+2
*
ext4: remove comment code ext4_discard_preallocations
Kemeng Shi
2023-04-06
1
-1
/
+0
*
ext4: remove repeat assignment to ac_f_ex
Kemeng Shi
2023-04-06
1
-8
/
+0
*
ext4: remove unnecessary goto in ext4_mb_mark_diskspace_used
Kemeng Shi
2023-04-06
1
-3
/
+1
*
ext4: remove unnecessary count2 in ext4_free_data_in_buddy
Kemeng Shi
2023-04-06
1
-4
/
+2
*
ext4: remove unnecessary exit_meta_group_info tag
Kemeng Shi
2023-04-06
1
-2
/
+1
*
ext4: use best found when complex scan of group finishs
Kemeng Shi
2023-04-06
1
-12
/
+2
*
ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check...
Kemeng Shi
2023-04-06
1
-2
/
+1
*
ext4: remove dead check in mb_buddy_mark_free
Kemeng Shi
2023-04-06
1
-1
/
+2
*
ext4: remove unnecessary check in ext4_mb_new_blocks
Kemeng Shi
2023-04-06
1
-3
/
+2
*
ext4: remove unnecessary e4b->bd_buddy_page check in ext4_mb_load_buddy_gfp
Kemeng Shi
2023-04-06
1
-2
/
+1
*
ext4: Remove unnecessary release when memory allocation failed in ext4_mb_ini...
Kemeng Shi
2023-04-06
1
-4
/
+2
*
ext4: remove unused return value of ext4_mb_try_best_found and ext4_mb_free_m...
Kemeng Shi
2023-04-06
1
-7
/
+4
*
ext4: add missed brelse in ext4_free_blocks_simple
Kemeng Shi
2023-04-06
1
-3
/
+4
*
ext4: protect pa->pa_free in ext4_discard_allocated_blocks
Kemeng Shi
2023-04-06
1
-1
/
+4
*
ext4: correct start of used group pa for debug in ext4_mb_use_group_pa
Kemeng Shi
2023-04-06
1
-1
/
+1
*
ext4: correct calculation of s_mb_preallocated
Kemeng Shi
2023-04-06
1
-1
/
+1
*
ext4: get correct ext4_group_info in ext4_mb_prefetch_fini
Kemeng Shi
2023-04-06
1
-4
/
+4
*
ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is set
Kemeng Shi
2023-04-06
1
-1
/
+1
*
ext4: set goal start correctly in ext4_mb_normalize_request
Kemeng Shi
2023-04-06
1
-6
/
+10
*
ext4: remove unused group parameter in ext4_block_bitmap_csum_set
Kemeng Shi
2023-03-23
1
-5
/
+5
*
ext4: make ext4_mb_initialize_context return void
Guoqing Jiang
2022-12-08
1
-8
/
+2
*
ext4: fixup possible uninitialized variable access in ext4_mb_choose_next_gro...
Jan Kara
2022-09-26
1
-2
/
+1
*
ext4: limit the number of retries after discarding preallocations blocks
Theodore Ts'o
2022-09-22
1
-1
/
+3
*
ext4: use buckets for cr 1 block scan instead of rbtree
Jan Kara
2022-09-21
1
-143
/
+106
*
ext4: use locality group preallocation for small closed files
Jan Kara
2022-09-21
1
-12
/
+15
*
ext4: avoid unnecessary spreading of allocations among groups
Jan Kara
2022-09-21
1
-11
/
+13
*
ext4: make mballoc try target group first even with mb_optimize_scan
Jan Kara
2022-09-21
1
-7
/
+7
*
ext4: block range must be validated before use in ext4_mb_clear_bb()
Lukas Czerner
2022-08-02
1
-1
/
+20
*
ext4: reuse order and buddy in mb_mark_used when buddy split
hanjinke
2022-08-02
1
-2
/
+8
*
ext4: correct the judgment of BUG in ext4_mb_normalize_request
Baokun Li
2022-06-18
1
-1
/
+16
*
ext4: fix bug_on ext4_mb_use_inode_pa
Baokun Li
2022-06-18
1
-0
/
+9
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-05-24
1
-11
/
+14
|
\
|
*
ext4: mark group as trimmed only if it was fully scanned
Dmitry Monakhov
2022-05-17
1
-6
/
+12
|
*
ext4: remove unnecessary code in __mb_check_buddy
Jinke Han
2022-05-11
1
-4
/
+1
|
*
ext4: remove unnecessary type castings
Yu Zhe
2022-05-11
1
-1
/
+1
*
|
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
1
-1
/
+1
*
|
block: add a bdev_discard_granularity helper
Christoph Hellwig
2022-04-17
1
-3
/
+3
*
|
block: add a bdev_nonrot helper
Christoph Hellwig
2022-04-17
1
-1
/
+1
|
/
*
ext4: make mb_optimize_scan performance mount option work with extents
Ojaswin Mujoo
2022-03-12
1
-1
/
+1
*
ext4: fix ext4_mb_clear_bb() kernel-doc comment
Yang Li
2022-03-02
1
-1
/
+0
[prev]
[next]