aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mballoc.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext4: Remove stale block allocator references from ext4.hMike Snitzer2009-02-061-1/+0
* ext4: Don't allow new groups to be added during block allocationAneesh Kumar K.V2009-01-051-0/+5
* ext4: fix BUG when calling ext4_error with locked block groupAneesh Kumar K.V2009-01-051-47/+0
* ext4: cleanup mballoc header filesAneesh Kumar K.V2008-11-251-17/+1
* ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeAneesh Kumar K.V2009-01-051-0/+3
* ext4: Replace hackish ext4_mb_poll_new_transaction with commit callbackTheodore Ts'o2008-10-161-2/+1
* ext4: let the block device know when unused blocks can be discardedTheodore Ts'o2008-10-161-0/+2
* ext4: Use an rbtree for tracking blocks freed during transaction.Aneesh Kumar K.V2008-10-161-10/+16
* ext4: move /proc setup and teardown out of mballoc.cTheodore Ts'o2008-09-231-1/+0
* ext4: Don't allow lg prealloc list to be grow large.Aneesh Kumar K.V2008-07-231-2/+8
* ext4: Move mballoc headers/structures to a seperate header file mballoc.hMingming Cao2008-04-291-0/+304