Yongqiang Yang
|
4740b830ed
ext4: let ext4_group_add_blocks() handle 0 blocks quickly
|
14 years ago |
Yongqiang Yang
|
cc7365dfe4
ext4: let ext4_group_add_blocks() return an error code
|
14 years ago |
Yongqiang Yang
|
0529155e8a
ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks()
|
14 years ago |
Tao Ma
|
ced156e464
ext4: don't increment s_mb_buddies_generated in ext4_mb_release
|
14 years ago |
Tao Ma
|
529da704ad
ext4: remove unnecessary ext4_get_group_info in ext4_mb_load_buddy
|
14 years ago |
Dan Ehrenberg
|
d7a1fee135
ext4: make the preallocation size be a multiple of stripe size
|
14 years ago |
Tao Ma
|
caaf7a29d3
ext4: Fix a double free of sbi->s_group_info in ext4_mb_init_backend
|
14 years ago |
Tao Ma
|
823ba01fc0
ext4: fix a race which could leak memory in ext4_groupinfo_create_slab()
|
14 years ago |
Tao Ma
|
22612283f7
ext4: Change the wrong param comment for ext4_trim_all_free
|
14 years ago |
Tao Ma
|
3d56b8d2c7
ext4: Speed up FITRIM by recording flags in ext4_group_info
|
14 years ago |
Tao Ma
|
b3d4c2b10b
ext4: Add new ext4 trim tracepoints
|
14 years ago |
Tao Ma
|
169ddc3ec8
ext4: speed up group trim with the right free block count
|
14 years ago |
Tao Ma
|
22f1045743
ext4: fix trim length underflow with small trim length
|
14 years ago |
Maxim Patlasov
|
7132de744b
ext4: fix i_blocks/quota accounting when extent insertion fails
|
14 years ago |
Yongqiang Yang
|
9331b62610
ext4: quiet 'unused variables' compile warnings
|
14 years ago |
Lukas Czerner
|
a9c667f8f0
ext4: fixed tracepoints cleanup
|
14 years ago |
Yongqiang Yang
|
5def136025
ext4: correct comments for ext4_free_blocks()
|
14 years ago |
Allison Henderson
|
55f020db66
ext4: add flag to ext4_has_free_blocks
|
14 years ago |
Lukas Czerner
|
28739eea9c
ext4: protect bb_first_free in ext4_trim_all_free() with group lock
|
14 years ago |
Lukas Czerner
|
7894408666
ext4: only load buddy bitmap in ext4_trim_fs() when it is needed
|
14 years ago |
Amir Goldstein
|
44183d4231
ext4: remove alloc_semp
|
14 years ago |
Amir Goldstein
|
9b8b7d353f
ext4: teach ext4_mb_init_cache() to skip uptodate buddy caches
|
14 years ago |
Amir Goldstein
|
2de8807b25
ext4: synchronize ext4_mb_init_group() with buddy page lock
|
14 years ago |
Amir Goldstein
|
e73a347b77
ext4: implement ext4_add_groupblocks() by freeing blocks
|
14 years ago |
Theodore Ts'o
|
2cd05cc393
ext4: remove unneeded ext4_journal_get_undo_access
|
14 years ago |
Amir Goldstein
|
2846e82004
ext4: move ext4_add_groupblocks() to mballoc.c
|
14 years ago |
Theodore Ts'o
|
d9f34504e6
ext4: ignore errors when issuing discards
|
14 years ago |
Yang Ruirui
|
26626f1172
ext4: release page cache in ext4_mb_load_buddy error path
|
14 years ago |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 years ago |
Tao Ma
|
0ba0851714
ext4: fix a BUG in mb_mark_used during trim.
|
14 years ago |