summaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10ext4: do not let fstrim block system suspendJan Kara1-2/+10
2023-10-10ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara1-21/+25
2023-10-10ext4: replace the traditional ternary conditional operator with with max()/min()Kemeng Shi1-4/+2
2023-10-10ext4: mark group as trimmed only if it was fully scannedDmitry Monakhov1-6/+12
2023-10-10ext4: change s_last_trim_minblks type to unsigned longLukas Czerner1-2/+2
2023-10-10ext4: scope ret locally in ext4_try_to_trim_range()Lukas Bulwahn1-3/+2
2023-10-10ext4: add new helper interface ext4_try_to_trim_range()Wang Jianchao1-45/+57
2023-10-10ext4: remove the 'group' parameter of ext4_trim_extentWang Jianchao1-5/+4
2023-09-19ext4: correct grp validation in ext4_mb_good_groupKemeng Shi1-1/+1
2023-07-27ext4: fix wrong unit use in ext4_mb_new_blocksKemeng Shi1-1/+1
2023-07-27ext4: get block from bh in ext4_free_blocks for fast commit replayKemeng Shi1-6/+7
2023-07-27ext4: fix wrong unit use in ext4_mb_clear_bbKemeng Shi1-2/+2
2023-05-30ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()Ojaswin Mujoo1-18/+31
2023-05-30ext4: set goal start correctly in ext4_mb_normalize_requestKemeng Shi1-6/+10
2023-05-30ext4: allow ext4_get_group_info() to failTheodore Ts'o1-11/+53
2023-05-30ext4: allow to find by goal if EXT4_MB_HINT_GOAL_ONLY is setKemeng Shi1-1/+1
2023-05-30ext4: add mballoc stats proc fileHarshad Shirwadkar1-2/+73
2023-05-30ext4: drop s_mb_bal_lock and convert protected fields to atomicHarshad Shirwadkar1-8/+5
2023-05-30ext4: remove redundant mb_regenerate_buddy()Chunguang Xu1-19/+0
2023-05-17ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o1-1/+5
2023-03-17ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner1-1/+20
2023-03-17ext4: add strict range checks while freeing blocksRitesh Harjani1-13/+3
2023-03-17ext4: refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()Ritesh Harjani1-78/+102
2022-09-28ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o1-1/+3
2022-06-22ext4: fix bug_on ext4_mb_use_inode_paBaokun Li1-0/+9
2022-04-08ext4: fix ext4_mb_mark_bb() with flex_bg with fast_commitRitesh Harjani1-55/+76
2022-04-08ext4: correct cluster len and clusters changed accounting in ext4_mb_mark_bbRitesh Harjani1-7/+12
2022-02-08ext4: modify the logic of ext4_mb_new_blocks_simpleXin Yin1-9/+17
2022-01-27ext4: fix a possible ABBA deadlock due to busy PAChunguang Xu1-22/+18
2022-01-27ext4: avoid trim error on fs with small groupsJan Kara1-0/+8
2021-07-14ext4: use ext4_grp_locked_error in mb_find_extentStephen Brennan1-4/+5
2021-06-10ext4: fix memory leak in ext4_mb_init_backend on error path.Phillip Potter1-1/+1
2021-03-30fs/ext4: fix integer overflow in s_log_groups_per_flexSabyrzhan Tasbolatov1-2/+9
2021-01-06ext4: avoid s_mb_prefetch to be zero in individual scenariosChunguang Xu1-4/+5
2020-12-30ext4: fix a memory leak of ext4_free_dataChunguang Xu1-0/+1
2020-11-07ext4: make s_mount_flags modifications atomicHarshad Shirwadkar1-2/+2
2020-11-07ext4: silence an uninitialized variable warningDan Carpenter1-1/+1
2020-10-22ext4: fast commit recovery pathHarshad Shirwadkar1-8/+198
2020-10-18ext4: make mb_check_counter per groupChunguang Xu1-5/+2
2020-10-18ext4: delete invalid comments near mb_buddy_adjust_borderChunguang Xu1-3/+0
2020-10-18ext4: delete duplicated words + other fixesRandy Dunlap1-2/+2
2020-10-18ext4: discard preallocations before releasing group lockJan Kara1-20/+13
2020-10-18ext4: fix dead loop in ext4_mb_new_blocksYe Bin1-1/+3
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-8/+66
2020-08-19ext4: reorganize if statement of ext4_mb_release_context()brookxu1-17/+16
2020-08-19ext4: add mb_debug logging when there are lost chunksbrookxu1-3/+6
2020-08-18mballoc: replace seq_printf with seq_putsXu Wang1-1/+1
2020-08-18ext4: optimize the implementation of ext4_mb_good_group()brookxu1-7/+7
2020-08-18ext4: delete invalid comments near ext4_mb_check_limits()brookxu1-4/+0
2020-08-18ext4: fix typos in ext4_mb_regular_allocator() commentbrookxu1-2/+2