summaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
Commit message (Expand)AuthorAgeFilesLines
* fs/ext4: fix integer overflow in s_log_groups_per_flexSabyrzhan Tasbolatov2021-03-061-2/+9
* ext4: avoid s_mb_prefetch to be zero in individual scenariosChunguang Xu2020-12-221-4/+5
* ext4: fix a memory leak of ext4_free_dataChunguang Xu2020-12-171-0/+1
* ext4: simplify the code of mb_find_order_for_blockChunguang Xu2020-12-031-7/+3
* ext4: remove redundant mb_regenerate_buddy()Chunguang Xu2020-12-031-19/+0
* ext4: make s_mount_flags modifications atomicHarshad Shirwadkar2020-11-061-2/+2
* ext4: silence an uninitialized variable warningDan Carpenter2020-11-061-1/+1
* ext4: fast commit recovery pathHarshad Shirwadkar2020-10-211-8/+198
* ext4: make mb_check_counter per groupChunguang Xu2020-10-181-5/+2
* ext4: delete invalid comments near mb_buddy_adjust_borderChunguang Xu2020-10-181-3/+0
* ext4: delete duplicated words + other fixesRandy Dunlap2020-10-181-2/+2
* ext4: discard preallocations before releasing group lockJan Kara2020-10-181-20/+13
* ext4: fix dead loop in ext4_mb_new_blocksYe Bin2020-10-181-1/+3
* ext4: limit the length of per-inode prealloc listbrookxu2020-08-191-8/+66
* ext4: reorganize if statement of ext4_mb_release_context()brookxu2020-08-191-17/+16
* ext4: add mb_debug logging when there are lost chunksbrookxu2020-08-191-3/+6
* mballoc: replace seq_printf with seq_putsXu Wang2020-08-181-1/+1
* ext4: optimize the implementation of ext4_mb_good_group()brookxu2020-08-181-7/+7
* ext4: delete invalid comments near ext4_mb_check_limits()brookxu2020-08-181-4/+0
* ext4: fix typos in ext4_mb_regular_allocator() commentbrookxu2020-08-181-2/+2
* ext4: check journal inode extents more carefullyJan Kara2020-08-071-2/+2
* ext4: delete the invalid BUGON in ext4_mb_load_buddy_gfp()brookxu2020-08-071-3/+0
* ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o2020-08-071-6/+4
* ext4: skip non-loaded groups at cr=0/1 when scanning for good groupsAlex Zhuravlev2020-08-061-1/+20
* ext4: add prefetching for block allocation bitmapsAlex Zhuravlev2020-08-061-2/+131
* ext4: fix spelling typos in ext4_mb_initialize_contextbrookxu2020-08-061-1/+1
* ext4: mballoc: Use this_cpu_read instead of this_cpu_ptrRitesh Harjani2020-06-111-1/+1
* ext4: mballoc: use lock for checking free blocks while retryingRitesh Harjani2020-06-031-1/+12
* ext4: mballoc: refactor ext4_mb_good_group()Ritesh Harjani2020-06-031-28/+50
* ext4: mballoc: introduce pcpu seqcnt for freeing PA to improve ENOSPC handlingRitesh Harjani2020-06-031-5/+51
* ext4: mballoc: refactor ext4_mb_discard_preallocations()Ritesh Harjani2020-06-031-3/+12
* ext4: mballoc: add blocks to PA list under same spinlock after allocating blocksRitesh Harjani2020-06-031-35/+62
* ext4: mballoc: make mb_debug() implementation to use pr_debug()Ritesh Harjani2020-06-031-56/+48
* ext4: mballoc: fix possible NULL ptr & remove BUG_ONs from DOUBLE_CHECKRitesh Harjani2020-06-031-2/+9
* ext4: mballoc: refactor code inside DOUBLE_CHECK into separate functionRitesh Harjani2020-06-031-17/+33
* ext4: mballoc: make ext4_mb_use_preallocated() return type as boolRitesh Harjani2020-06-031-7/+7
* ext4: mballoc: simplify error handling in ext4_init_mballoc()Ritesh Harjani2020-06-031-10/+13
* ext4: mballoc: fix few other format specifier in mb_debug()Ritesh Harjani2020-06-031-6/+6
* ext4: mballoc: correct the mb_debug() format specifier for pa_len varRitesh Harjani2020-06-031-5/+5
* ext4: mballoc: add more mb_debug() msgsRitesh Harjani2020-06-031-4/+14
* ext4: mballoc: refactor ext4_mb_show_ac()Ritesh Harjani2020-06-031-25/+40
* ext4: mballoc: print bb_free info even when it is 0Ritesh Harjani2020-06-031-2/+0
* ext4: convert BUG_ON's to WARN_ON's in mballoc.cTheodore Ts'o2020-04-151-2/+4
* ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o2020-04-011-12/+9
* ext4: mark block bitmap corrupted when found instead of BUGONDmitry Monakhov2020-03-141-2/+9
* ext4: use built-in RCU list checking in mballocMadhuparna Bhowmik2020-03-051-2/+4
* ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh2020-02-211-3/+6
* ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh2020-02-211-17/+35
* ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o2019-12-261-0/+4
* ext4: clean up kerneldoc warnigns when building with W=1Theodore Ts'o2019-06-191-2/+3