summaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | ext4: simplify procfs codeChristoph Hellwig2018-05-161-25/+4
|/
* ext4: use 'sbi' instead of 'EXT4_SB(sb)'Jun Piao2018-01-111-7/+7
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-171-13/+1
* ext4: add support for online resizing with bigallocharshads2017-10-291-12/+16
* ext4: fix clang build regressionTheodore Ts'o2017-08-141-2/+5
* ext4: fix warning about stack corruptionArnd Bergmann2017-08-051-5/+6
* ext4: release discard bio after sending discard commandsDaeho Jeong2017-08-051-1/+3
* ext4: fix spelling mistake: "prellocated" -> "preallocated"Colin Ian King2017-07-061-1/+1
* ext4: send parallel discards on commit completionsDaeho Jeong2017-06-221-49/+92
* ext4: add ext4_is_quota_file()Tahsin Erdogan2017-06-221-1/+1
* ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov2017-05-211-9/+14
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-081-1/+1
|\
| * mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-081-1/+1
* | ext4: support GETFSMAP ioctlsDarrick J. Wong2017-04-301-0/+49
* | ext4: constify static data that is never modifiedEric Biggers2017-04-291-1/+1
|/
* fs: add i_blocksize()Fabian Frederick2017-02-271-1/+1
* ext4: fix stripe-unaligned allocationsJan Kara2017-02-101-2/+4
* ext4: trim allocation requests to group sizeJan Kara2017-01-271-0/+7