summaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.h
Commit message (Expand)AuthorAge
* ext4: send parallel discards on commit completionsDaeho Jeong2017-06-22
* ext4: support GETFSMAP ioctlsDarrick J. Wong2017-04-30
* ext4: add missing KERN_CONT to a few more debugging usesJoe Perches2016-10-15
* ext4: fix compile error while opening the macro DOUBLE_CHECKAihua Zhang2016-03-13
* ext4: remove unused ac_ex_scannedEric Sandeen2014-02-20
* ext4: address a benign compiler warningPatrick Palka2014-02-17
* ext4: use module parameters instead of debugfs for mballoc_debugTheodore Ts'o2013-02-09
* ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCANRobin Dong2012-08-17
* ext4: remove EXT4_MB_{BITMAP,BUDDY} macrosTheodore Ts'o2012-02-20
* ext4: expand commit callback andBobi Jam2012-02-20
* ext4: fix a typo in struct ext4_allocation_contextRobin Dong2011-10-31
* ext4: teach ext4_free_blocks() about bigalloc and clustersTheodore Ts'o2011-09-09
* ext4: teach mballoc preallocation code about bigalloc clustersTheodore Ts'o2011-09-09
* ext4: convert block group-relative offsets to use clustersTheodore Ts'o2011-09-09
* ext4: remove ac_repeats from ext4_allocation_contextTao Ma2011-07-23
* ext4: remove alloc_sempAmir Goldstein2011-05-09
* ext4: clarify description of ac_g_ex in struct ext4_allocation_contextColy Li2011-02-24
* ext4: consolidate in_range() definitionsAkinobu Mita2010-03-03
* ext4: cleanup to use ext4_group_first_block_no()Akinobu Mita2010-03-03
* ext4: remove unused #include <linux/version.h>Huang Weiyi2009-12-14
* ext4: Use tracepoints for mb_history trace fileTheodore Ts'o2009-09-30
* ext4, jbd2: Drop unneeded printks at mount and unmount timeTheodore Ts'o2009-09-29
* ext4: use ext4_grpblk_t more extensivelyEric Sandeen2009-08-25
* ext4: Add configurable run-time mballoc debuggingTheodore Ts'o2009-09-18
* ext4: convert instrumentation from markers to tracepointsTheodore Ts'o2009-06-17
* ext4: Move fs/ext4/group.h into ext4.hTheodore Ts'o2009-05-01
* ext4: Rename pa_linear to pa_typeAneesh Kumar K.V2009-03-27
* ext4: Remove stale block allocator references from ext4.hMike Snitzer2009-02-06
* ext4: Don't allow new groups to be added during block allocationAneesh Kumar K.V2009-01-05
* ext4: fix BUG when calling ext4_error with locked block groupAneesh Kumar K.V2009-01-05
* ext4: cleanup mballoc header filesAneesh Kumar K.V2008-11-25
* ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeAneesh Kumar K.V2009-01-05
* ext4: Replace hackish ext4_mb_poll_new_transaction with commit callbackTheodore Ts'o2008-10-16
* ext4: let the block device know when unused blocks can be discardedTheodore Ts'o2008-10-16
* ext4: Use an rbtree for tracking blocks freed during transaction.Aneesh Kumar K.V2008-10-16
* ext4: move /proc setup and teardown out of mballoc.cTheodore Ts'o2008-09-23
* ext4: Don't allow lg prealloc list to be grow large.Aneesh Kumar K.V2008-07-23
* ext4: Move mballoc headers/structures to a seperate header file mballoc.hMingming Cao2008-04-29