aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-18ext4: remove unused ext4_allocation_context::ac_groups_consideredKemeng Shi1-1/+0
2023-07-29ext4: add two helper functions extent_logical_end() and pa_logical_end()Baokun Li1-0/+14
2023-06-26ext4: Give symbolic names to mballoc criteriasOjaswin Mujoo1-4/+4
2023-06-26ext4: Add allocation criteria 1.5 (CR1_5)Ojaswin Mujoo1-0/+13
2023-06-26ext4: Add per CR extent scanned counterOjaswin Mujoo1-0/+1
2023-06-26ext4: Remove unused extern variables declarationRitesh Harjani1-1/+1
2023-04-06ext4: Remove the logic to trim inode PAsOjaswin Mujoo1-5/+0
2023-04-06ext4: Use rbtrees to manage PAs instead of inode i_prealloc_listOjaswin Mujoo1-3/+3
2023-04-06ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a unionOjaswin Mujoo1-2/+8
2022-09-21ext4: use buckets for cr 1 block scan instead of rbtreeJan Kara1-1/+0
2021-04-09ext4: fix various seppling typosBhaskar Chowdhury1-1/+1
2021-04-09ext4: improve cr 0 / cr 1 group scanningHarshad Shirwadkar1-1/+16
2021-04-09ext4: add MB_NUM_ORDERS macroHarshad Shirwadkar1-0/+5
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-0/+4
2020-06-03ext4: mballoc: make mb_debug() implementation to use pr_debug()Ritesh Harjani1-10/+6
2017-12-17ext4: fix up remaining files with SPDX cleanupsTheodore Ts'o1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-22ext4: send parallel discards on commit completionsDaeho Jeong1-4/+2
2017-04-30ext4: support GETFSMAP ioctlsDarrick J. Wong1-0/+17
2016-10-15ext4: add missing KERN_CONT to a few more debugging usesJoe Perches1-9/+8
2016-03-13ext4: fix compile error while opening the macro DOUBLE_CHECKAihua Zhang1-12/+0
2014-02-20ext4: remove unused ac_ex_scannedEric Sandeen1-2/+0
2014-02-17ext4: address a benign compiler warningPatrick Palka1-1/+1
2013-02-09ext4: use module parameters instead of debugfs for mballoc_debugTheodore Ts'o1-2/+2
2012-08-17ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCANRobin Dong1-5/+0
2012-02-20ext4: remove EXT4_MB_{BITMAP,BUDDY} macrosTheodore Ts'o1-2/+0
2012-02-20ext4: expand commit callback andBobi Jam1-8/+10
2011-10-31ext4: fix a typo in struct ext4_allocation_contextRobin Dong1-1/+1
2011-09-09ext4: teach ext4_free_blocks() about bigalloc and clustersTheodore Ts'o1-1/+1
2011-09-09ext4: teach mballoc preallocation code about bigalloc clustersTheodore Ts'o1-2/+2
2011-09-09ext4: convert block group-relative offsets to use clustersTheodore Ts'o1-1/+2
2011-07-23ext4: remove ac_repeats from ext4_allocation_contextTao Ma1-1/+0
2011-05-09ext4: remove alloc_sempAmir Goldstein1-6/+0
2011-02-24ext4: clarify description of ac_g_ex in struct ext4_allocation_contextColy Li1-1/+1
2010-03-03ext4: consolidate in_range() definitionsAkinobu Mita1-2/+0
2010-03-03ext4: cleanup to use ext4_group_first_block_no()Akinobu Mita1-6/+1
2009-12-14ext4: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2009-09-30ext4: Use tracepoints for mb_history trace fileTheodore Ts'o1-33/+0
2009-09-29ext4, jbd2: Drop unneeded printks at mount and unmount timeTheodore Ts'o1-1/+1
2009-08-25ext4: use ext4_grpblk_t more extensivelyEric Sandeen1-3/+3
2009-09-18ext4: Add configurable run-time mballoc debuggingTheodore Ts'o1-4/+12
2009-06-17ext4: convert instrumentation from markers to tracepointsTheodore Ts'o1-1/+0
2009-05-01ext4: Move fs/ext4/group.h into ext4.hTheodore Ts'o1-1/+0
2009-03-27ext4: Rename pa_linear to pa_typeAneesh Kumar K.V1-2/+5
2009-02-06ext4: Remove stale block allocator references from ext4.hMike Snitzer1-1/+0
2009-01-05ext4: Don't allow new groups to be added during block allocationAneesh Kumar K.V1-0/+5
2009-01-05ext4: fix BUG when calling ext4_error with locked block groupAneesh Kumar K.V1-47/+0
2008-11-25ext4: cleanup mballoc header filesAneesh Kumar K.V1-17/+1
2009-01-05ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeAneesh Kumar K.V1-0/+3
2008-10-16ext4: Replace hackish ext4_mb_poll_new_transaction with commit callbackTheodore Ts'o1-2/+1
2008-10-16ext4: let the block device know when unused blocks can be discardedTheodore Ts'o1-0/+2
2008-10-16ext4: Use an rbtree for tracking blocks freed during transaction.Aneesh Kumar K.V1-10/+16
2008-09-23ext4: move /proc setup and teardown out of mballoc.cTheodore Ts'o1-1/+0
2008-07-23ext4: Don't allow lg prealloc list to be grow large.Aneesh Kumar K.V1-2/+8
2008-04-29ext4: Move mballoc headers/structures to a seperate header file mballoc.hMingming Cao1-0/+304