summaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.h
Commit message (Expand)AuthorAgeFilesLines
* ext4: convert ac_buddy_page to ac_buddy_folioMatthew Wilcox (Oracle)2024-05-071-1/+1
* ext4: convert ac_bitmap_page to ac_bitmap_folioMatthew Wilcox (Oracle)2024-05-071-1/+1
* ext4: convert bd_buddy_page to bd_buddy_folioMatthew Wilcox (Oracle)2024-05-071-1/+1
* ext4: convert bd_bitmap_page to bd_bitmap_folioMatthew Wilcox (Oracle)2024-05-071-1/+1
* ext4: use correct criteria name instead stale integer number in commentKemeng Shi2024-05-031-2/+2
* ext4: set type of ac_groups_linear_remaining to __u32 to avoid overflowBaokun Li2024-05-021-1/+1
* ext4: remove unused ext4_allocation_context::ac_groups_consideredKemeng Shi2024-01-181-1/+0
* ext4: add two helper functions extent_logical_end() and pa_logical_end()Baokun Li2023-07-291-0/+14
* ext4: Give symbolic names to mballoc criteriasOjaswin Mujoo2023-06-261-4/+4
* ext4: Add allocation criteria 1.5 (CR1_5)Ojaswin Mujoo2023-06-261-0/+13
* ext4: Add per CR extent scanned counterOjaswin Mujoo2023-06-261-0/+1
* ext4: Remove unused extern variables declarationRitesh Harjani2023-06-261-1/+1
* ext4: Remove the logic to trim inode PAsOjaswin Mujoo2023-04-061-5/+0
* ext4: Use rbtrees to manage PAs instead of inode i_prealloc_listOjaswin Mujoo2023-04-061-3/+3
* ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a unionOjaswin Mujoo2023-04-061-2/+8
* ext4: use buckets for cr 1 block scan instead of rbtreeJan Kara2022-09-211-1/+0
* ext4: fix various seppling typosBhaskar Chowdhury2021-04-091-1/+1
* ext4: improve cr 0 / cr 1 group scanningHarshad Shirwadkar2021-04-091-1/+16
* ext4: add MB_NUM_ORDERS macroHarshad Shirwadkar2021-04-091-0/+5
* ext4: limit the length of per-inode prealloc listbrookxu2020-08-191-0/+4
* ext4: mballoc: make mb_debug() implementation to use pr_debug()Ritesh Harjani2020-06-031-10/+6
* ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o2017-12-171-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ext4: send parallel discards on commit completionsDaeho Jeong2017-06-221-4/+2
* ext4: support GETFSMAP ioctlsDarrick J. Wong2017-04-301-0/+17
* ext4: add missing KERN_CONT to a few more debugging usesJoe Perches2016-10-151-9/+8
* ext4: fix compile error while opening the macro DOUBLE_CHECKAihua Zhang2016-03-131-12/+0
* ext4: remove unused ac_ex_scannedEric Sandeen2014-02-201-2/+0
* ext4: address a benign compiler warningPatrick Palka2014-02-171-1/+1
* ext4: use module parameters instead of debugfs for mballoc_debugTheodore Ts'o2013-02-091-2/+2
* ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCANRobin Dong2012-08-171-5/+0
* ext4: remove EXT4_MB_{BITMAP,BUDDY} macrosTheodore Ts'o2012-02-201-2/+0
* ext4: expand commit callback andBobi Jam2012-02-201-8/+10
* ext4: fix a typo in struct ext4_allocation_contextRobin Dong2011-10-311-1/+1
* ext4: teach ext4_free_blocks() about bigalloc and clustersTheodore Ts'o2011-09-091-1/+1
* ext4: teach mballoc preallocation code about bigalloc clustersTheodore Ts'o2011-09-091-2/+2
* ext4: convert block group-relative offsets to use clustersTheodore Ts'o2011-09-091-1/+2
* ext4: remove ac_repeats from ext4_allocation_contextTao Ma2011-07-231-1/+0
* ext4: remove alloc_sempAmir Goldstein2011-05-091-6/+0
* ext4: clarify description of ac_g_ex in struct ext4_allocation_contextColy Li2011-02-241-1/+1
* ext4: consolidate in_range() definitionsAkinobu Mita2010-03-031-2/+0
* ext4: cleanup to use ext4_group_first_block_no()Akinobu Mita2010-03-031-6/+1
* ext4: remove unused #include <linux/version.h>Huang Weiyi2009-12-141-1/+0
* ext4: Use tracepoints for mb_history trace fileTheodore Ts'o2009-09-301-33/+0
* ext4, jbd2: Drop unneeded printks at mount and unmount timeTheodore Ts'o2009-09-291-1/+1
* ext4: use ext4_grpblk_t more extensivelyEric Sandeen2009-08-251-3/+3
* ext4: Add configurable run-time mballoc debuggingTheodore Ts'o2009-09-181-4/+12
* ext4: convert instrumentation from markers to tracepointsTheodore Ts'o2009-06-171-1/+0
* ext4: Move fs/ext4/group.h into ext4.hTheodore Ts'o2009-05-011-1/+0
* ext4: Rename pa_linear to pa_typeAneesh Kumar K.V2009-03-271-2/+5