Show patches with: Submitter = Kemeng Shi       |    Archived = No       |   381 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,09/10] ext4: return found group directly in ext4_mb_choose_next_group_best_avail A few fixes and cleanups to mballoc - - 1 - --- 2023-07-25 Kemeng Shi Superseded
[v2,08/10] ext4: return found group directly in ext4_mb_choose_next_group_goal_fast A few fixes and cleanups to mballoc - - 1 - --- 2023-07-25 Kemeng Shi Superseded
[v2,07/10] ext4: remove unused ext4_{set}/{clear}_bit_atomic A few fixes and cleanups to mballoc - - 1 - --- 2023-07-25 Kemeng Shi Superseded
[v2,06/10] ext4: replace the traditional ternary conditional operator with with max()/min() A few fixes and cleanups to mballoc - - 1 - --- 2023-07-25 Kemeng Shi Superseded
[v2,05/10] ext4: remove unnecessary return for void function A few fixes and cleanups to mballoc - - 1 - --- 2023-07-25 Kemeng Shi Superseded
[v2,04/10] ext4: use is_power_of_2 helper in ext4_mb_regular_allocator A few fixes and cleanups to mballoc - - 1 - --- 2023-07-25 Kemeng Shi Superseded
[v2,03/10] ext4: return found group directly in ext4_mb_choose_next_group_p2_aligned A few fixes and cleanups to mballoc - - 1 - --- 2023-07-25 Kemeng Shi Superseded
[v2,02/10] ext4: avoid potential data overflow in next_linear_group A few fixes and cleanups to mballoc - 1 1 - --- 2023-07-25 Kemeng Shi Superseded
[v2,01/10] ext4: correct grp validation in ext4_mb_good_group A few fixes and cleanups to mballoc - 1 1 - --- 2023-07-25 Kemeng Shi Superseded
[10/10] ext4: correct some stale comment of criteria A few fixes and cleanups to mballoc - - 1 - --- 2023-07-21 Kemeng Shi Superseded
[09/10] ext4: return found group directly in ext4_mb_choose_next_group_best_avail A few fixes and cleanups to mballoc - - 1 - --- 2023-07-21 Kemeng Shi Superseded
[08/10] ext4: return found group directly in ext4_mb_choose_next_group_goal_fast A few fixes and cleanups to mballoc - - 1 - --- 2023-07-21 Kemeng Shi Superseded
[07/10] ext4: remove unused ext4_{set}/{clear}_bit_atomic A few fixes and cleanups to mballoc - - 1 - --- 2023-07-21 Kemeng Shi Superseded
[06/10] ext4: replace the traditional ternary conditional operator with with max()/min() A few fixes and cleanups to mballoc - - 1 - --- 2023-07-21 Kemeng Shi Superseded
[05/10] ext4: remove unnecessary return for void function A few fixes and cleanups to mballoc - - 1 - --- 2023-07-21 Kemeng Shi Superseded
[04/10] ext4: use is_power_of_2 helper in ext4_mb_regular_allocator A few fixes and cleanups to mballoc - - 1 - --- 2023-07-21 Kemeng Shi Superseded
[03/10] ext4: return found group directly in ext4_mb_choose_next_group_p2_aligned A few fixes and cleanups to mballoc - - 1 - --- 2023-07-21 Kemeng Shi Superseded
[02/10] ext4: avoid potential data overflow in next_linear_group A few fixes and cleanups to mballoc - 1 1 - --- 2023-07-21 Kemeng Shi Superseded
[01/10] ext4: correct grp validation in ext4_mb_good_group A few fixes and cleanups to mballoc - 1 - - --- 2023-07-21 Kemeng Shi Superseded
[v5,8/8] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc cleanups and unit test for mballoc - - - - --- 2023-06-29 Kemeng Shi Superseded
[v5,7/8] ext4: add some kunit stub for mballoc kunit test cleanups and unit test for mballoc - - - - --- 2023-06-29 Kemeng Shi Superseded
[v5,6/8] ext4: call ext4_mb_mark_group_bb in ext4_group_add_blocks cleanups and unit test for mballoc - - - - --- 2023-06-29 Kemeng Shi Superseded
[v5,5/8] ext4: call ext4_mb_mark_group_bb in ext4_mb_clear_bb cleanups and unit test for mballoc - - - - --- 2023-06-29 Kemeng Shi Superseded
[v5,4/8] ext4: call ext4_mb_mark_group_bb in ext4_mb_mark_diskspace_used cleanups and unit test for mballoc - - 1 - --- 2023-06-29 Kemeng Shi Superseded
[v5,3/8] ext4: extent ext4_mb_mark_group_bb to support allocation under journal cleanups and unit test for mballoc - - 1 - --- 2023-06-29 Kemeng Shi Superseded
[v5,2/8] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple cleanups and unit test for mballoc - - - - --- 2023-06-29 Kemeng Shi Superseded
[v5,1/8] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_ma… cleanups and unit test for mballoc - - 1 - --- 2023-06-29 Kemeng Shi Superseded
[13/13] ext4: remove unnecessary initialization of count2 in set_flexbg_block_bitmap fixes and cleanups to ext4 resize - - 1 - --- 2023-06-29 Kemeng Shi Superseded
[12/13] ext4: remove unnecessary check for avoiding multiple update_backups in ext4_flex_group_add fixes and cleanups to ext4 resize - - - - --- 2023-06-29 Kemeng Shi Superseded
[11/13] ext4: correct gdblock calculation in add_new_gdb_meta_bg to support non first group fixes and cleanups to ext4 resize - - - - --- 2023-06-29 Kemeng Shi Superseded
[10/13] ext4: use saved local variable sbi instead of EXT4_SB(sb) fixes and cleanups to ext4 resize - - 1 - --- 2023-06-29 Kemeng Shi Superseded
[09/13] ext4: remove EXT4FS_DEBUG defination in resize.c fixes and cleanups to ext4 resize - - 1 - --- 2023-06-29 Kemeng Shi Superseded
[08/13] ext4: calculate free_clusters_count in cluster unit in verify_group_input fixes and cleanups to ext4 resize - - 1 - --- 2023-06-29 Kemeng Shi Superseded
[07/13] ext4: remove commented code in reserve_backup_gdb fixes and cleanups to ext4 resize - - 1 - --- 2023-06-29 Kemeng Shi Superseded
[06/13] ext4: remove redundant check of count fixes and cleanups to ext4 resize - - 1 - --- 2023-06-29 Kemeng Shi Superseded
[05/13] ext4: fix typo in setup_new_flex_group_blocks fixes and cleanups to ext4 resize - - 1 - --- 2023-06-29 Kemeng Shi Superseded
[04/13] ext4: remove gdb backup copy for meta bg in setup_new_flex_group_blocks fixes and cleanups to ext4 resize - - 1 - --- 2023-06-29 Kemeng Shi Superseded
[03/13] ext4: correct return value of ext4_convert_meta_bg fixes and cleanups to ext4 resize - - - - --- 2023-06-29 Kemeng Shi Superseded
[02/13] ext4: add missed brelse in update_backups fixes and cleanups to ext4 resize - - 1 - --- 2023-06-29 Kemeng Shi Superseded
[01/13] ext4: correct offset of gdb backup in non meta_bg group to update_backups fixes and cleanups to ext4 resize - - 1 - --- 2023-06-29 Kemeng Shi Superseded
Revert "ext4: remove unnecessary check in ext4_bg_num_gdb_nometa" Revert "ext4: remove unnecessary check in ext4_bg_num_gdb_nometa" - - - - --- 2023-06-13 Kemeng Shi Awaiting Upstream
[v4,19/19] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc Fixes, cleanups and unit test for mballoc - - - - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,18/19] ext4: add some kunit stub for mballoc kunit test Fixes, cleanups and unit test for mballoc - - - - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,17/19] ext4: call ext4_mb_mark_group_bb in ext4_group_add_blocks Fixes, cleanups and unit test for mballoc - - - - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,16/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_clear_bb Fixes, cleanups and unit test for mballoc - - - - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,15/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_mark_diskspace_used Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,14/19] ext4: extent ext4_mb_mark_group_bb to support allocation under journal Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,13/19] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,12/19] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_… Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,11/19] ext4: fix wrong unit use in ext4_mb_new_blocks Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,10/19] ext4: fix wrong unit use in ext4_mb_clear_bb Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,09/19] ext4: remove unsed parameter and unnecessary forward declaration of ext4_mb_new_blocks_s… Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,08/19] ext4: get block from bh before pass it to ext4_free_blocks_simple in ext4_free_blocks Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,07/19] ext4: try all groups in ext4_mb_new_blocks_simple Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,06/19] ext4: remove ext4_block_group and ext4_block_group_offset declaration Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,05/19] ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated Fixes, cleanups and unit test for mballoc - - - - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,04/19] ext4: treat stripe in block unit Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,03/19] ext4: fix wrong unit use in ext4_mb_find_by_goal Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,02/19] ext4: fix unit mismatch in ext4_mb_new_blocks_simple Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v4,01/19] ext4: fix wrong unit use in ext4_mb_normalize_request Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-06-03 Kemeng Shi Awaiting Upstream
[v3,19/19] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-17 Kemeng Shi Superseded
[v3,18/19] ext4: add some kunit stub for mballoc kunit test Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-17 Kemeng Shi Superseded
[v3,17/19] ext4: call ext4_mb_mark_group_bb in ext4_group_add_blocks Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-17 Kemeng Shi Superseded
[v3,16/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_clear_bb Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-17 Kemeng Shi Superseded
[v3,15/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_mark_diskspace_used Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v3,14/19] ext4: extent ext4_mb_mark_group_bb to support allocation under journal Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v3,13/19] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v3,12/19] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_… Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v3,11/19] ext4: fix wrong unit use in ext4_mb_new_blocks Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v3,10/19] ext4: fix wrong unit use in ext4_mb_clear_bb Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v3,09/19] ext4: remove unsed parameter and unnecessary forward declaration of ext4_mb_new_blocks_s… Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v3,08/19] ext4: get block from bh before pass it to ext4_free_blocks_simple in ext4_free_blocks Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v3,07/19] ext4: try all groups in ext4_mb_new_blocks_simple Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v3,06/19] ext4: remove ext4_block_group and ext4_block_group_offset declaration Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v3,05/19] ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-17 Kemeng Shi Superseded
[v3,04/19] ext4: treat stripe in block unit Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v3,03/19] ext4: fix wrong unit use in ext4_mb_find_by_goal Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v3,02/19] ext4: fix unit mismatch in ext4_mb_new_blocks_simple Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v3,01/19] ext4: fix wrong unit use in ext4_mb_normalize_request Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-17 Kemeng Shi Superseded
[v2,19/19] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-12 Kemeng Shi Superseded
[v2,18/19] ext4: add some kunit stub for mballoc kunit test Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-12 Kemeng Shi Superseded
[v2,17/19] ext4: call ext4_mb_mark_group_bb in ext4_group_add_blocks Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-12 Kemeng Shi Superseded
[v2,16/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_clear_bb Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-12 Kemeng Shi Superseded
[v2,15/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_mark_diskspace_used Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-12 Kemeng Shi Superseded
[v2,14/19] ext4: extent ext4_mb_mark_group_bb to support allocation under journal Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-12 Kemeng Shi Superseded
[v2,13/19] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-12 Kemeng Shi Superseded
[v2,12/19] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_… Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-12 Kemeng Shi Superseded
[v2,11/19] ext4: fix wrong unit use in ext4_mb_new_blocks Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-12 Kemeng Shi Superseded
[v2,10/19] ext4: fix wrong unit use in ext4_mb_clear_bb Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-12 Kemeng Shi Superseded
[v2,09/19] ext4: remove unsed parameter and unnecessary forward declaration of ext4_mb_new_blocks_s… Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-12 Kemeng Shi Superseded
[v2,08/19] ext4: get block from bh before pass it to ext4_free_blocks_simple in ext4_free_blocks Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-12 Kemeng Shi Superseded
[v2,07/19] ext4: try all groups in ext4_mb_new_blocks_simple Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-12 Kemeng Shi Superseded
[v2,06/19] ext4: remove ext4_block_group and ext4_block_group_offset declaration Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-12 Kemeng Shi Superseded
[v2,05/19] ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated Fixes, cleanups and unit test for mballoc - - - - --- 2023-04-12 Kemeng Shi Superseded
[v2,04/19] ext4: treat stripe in block unit Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-12 Kemeng Shi Superseded
[v2,03/19] ext4: fix wrong unit use in ext4_mb_find_by_goal Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-12 Kemeng Shi Superseded
[v2,02/19] ext4: fix unit mismatch in ext4_mb_new_blocks_simple Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-12 Kemeng Shi Superseded
[v2,01/19] ext4: fix wrong unit use in ext4_mb_normalize_request Fixes, cleanups and unit test for mballoc - - 1 - --- 2023-04-12 Kemeng Shi Superseded
[8/8] ext4: try all groups in ext4_mb_new_blocks_simple Some fixes and cleanup to mballoc - - 1 - --- 2023-03-21 Kemeng Shi Superseded
[7/8] ext4: remove ext4_block_group and ext4_block_group_offset declaration Some fixes and cleanup to mballoc - - 1 - --- 2023-03-21 Kemeng Shi Superseded
« 1 2 3 4 »