summaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ext4: cond_resched in work-heavy group loopsKhazhismel Kumykov2019-04-251-0/+2
* ext4: make sanity check in mballoc more strictJan Kara2019-04-061-1/+1
* ext4: replace opencoded i_writecount usage with inode_is_open_for_write()Nikolay Borisov2019-02-101-4/+3
* ext4: adjust reserved cluster count when removing extentsEric Whitney2018-10-011-3/+11
* ext4: remove unneeded variable "err" in ext4_mb_release_inode_pa()zhong jiang2018-08-041-2/+1
* ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline2018-08-021-1/+3
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-07-081-2/+4
|\
| * ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-06-141-2/+4
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-06-051-12/+11
|\|
| * ext4: remove NULL check before calling kmem_cache_destroy()Sean Fu2018-05-201-2/+1
| * ext4: mark block bitmap corrupted when foundWang Shilong2018-05-121-0/+6
| * ext4: add new ext4_mark_group_bitmap_corrupted() helperWang Shilong2018-05-121-10/+4