index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
mballoc.h
Age
Commit message (
Expand
)
Author
2014-02-20
ext4: remove unused ac_ex_scanned
Eric Sandeen
2014-02-17
ext4: address a benign compiler warning
Patrick Palka
2013-02-09
ext4: use module parameters instead of debugfs for mballoc_debug
Theodore Ts'o
2012-08-17
ext4: remove unused macro MB_DEFAULT_MAX_GROUPS_TO_SCAN
Robin Dong
2012-02-20
ext4: remove EXT4_MB_{BITMAP,BUDDY} macros
Theodore Ts'o
2012-02-20
ext4: expand commit callback and
Bobi Jam
2011-10-31
ext4: fix a typo in struct ext4_allocation_context
Robin Dong
2011-09-09
ext4: teach ext4_free_blocks() about bigalloc and clusters
Theodore Ts'o
2011-09-09
ext4: teach mballoc preallocation code about bigalloc clusters
Theodore Ts'o
2011-09-09
ext4: convert block group-relative offsets to use clusters
Theodore Ts'o
2011-07-23
ext4: remove ac_repeats from ext4_allocation_context
Tao Ma
2011-05-09
ext4: remove alloc_semp
Amir Goldstein
2011-02-24
ext4: clarify description of ac_g_ex in struct ext4_allocation_context
Coly Li
2010-03-03
ext4: consolidate in_range() definitions
Akinobu Mita
2010-03-03
ext4: cleanup to use ext4_group_first_block_no()
Akinobu Mita
2009-12-14
ext4: remove unused #include <linux/version.h>
Huang Weiyi
2009-09-30
ext4: Use tracepoints for mb_history trace file
Theodore Ts'o
2009-09-29
ext4, jbd2: Drop unneeded printks at mount and unmount time
Theodore Ts'o
2009-08-25
ext4: use ext4_grpblk_t more extensively
Eric Sandeen
2009-09-18
ext4: Add configurable run-time mballoc debugging
Theodore Ts'o
2009-06-17
ext4: convert instrumentation from markers to tracepoints
Theodore Ts'o
2009-05-01
ext4: Move fs/ext4/group.h into ext4.h
Theodore Ts'o
2009-03-27
ext4: Rename pa_linear to pa_type
Aneesh Kumar K.V
2009-02-06
ext4: Remove stale block allocator references from ext4.h
Mike Snitzer
2009-01-05
ext4: Don't allow new groups to be added during block allocation
Aneesh Kumar K.V
2009-01-05
ext4: fix BUG when calling ext4_error with locked block group
Aneesh Kumar K.V
2008-11-25
ext4: cleanup mballoc header files
Aneesh Kumar K.V
2009-01-05
ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
Aneesh Kumar K.V
2008-10-16
ext4: Replace hackish ext4_mb_poll_new_transaction with commit callback
Theodore Ts'o
2008-10-16
ext4: let the block device know when unused blocks can be discarded
Theodore Ts'o
2008-10-16
ext4: Use an rbtree for tracking blocks freed during transaction.
Aneesh Kumar K.V
2008-09-23
ext4: move /proc setup and teardown out of mballoc.c
Theodore Ts'o
2008-07-23
ext4: Don't allow lg prealloc list to be grow large.
Aneesh Kumar K.V
2008-04-29
ext4: Move mballoc headers/structures to a seperate header file mballoc.h
Mingming Cao