Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / ext4 / mballoc.c
2010-04-25 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-04-20 Theodore Ts'oext4: Issue the discard operation *before* releasing...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-03-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-03-05 Venkatesh Pallipadiext4: fix up rb_root initializations to use RB_ROOT
2010-03-04 Christoph Hellwigdquot: cleanup space allocation / freeing routines
2010-03-04 Akinobu Mitaext4: cleanup to use ext4_grp_offs_to_block()
2010-03-04 Akinobu Mitaext4: cleanup to use ext4_group_first_block_no()
2010-03-02 Tao Maext4: Fix fencepost error in chosing choosing group...
2010-02-15 Eric Sandeenext4: move __func__ into a macro for ext4_warning,...
2010-02-05 Daniel Macktree-wide: fix 'lenght' typo in comments and code
2009-12-23 Dmitry Monakhovext4: Fix potential quota deadlock
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-10 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2010-01-22 Theodore Ts'oext4: Add block validity check when truncating indirect...
2009-12-09 Curt Wohlgemuthext4: remove blocks from inode prealloc list on failure
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-11-23 Theodore Ts'oext4: use ext4_data_block_valid() in ext4_free_blocks()
2009-11-23 Theodore Ts'oext4: call ext4_forget() from ext4_free_blocks()
2009-11-22 Theodore Ts'oext4: fold ext4_free_blocks() and ext4_mb_free_blocks()
2009-11-19 Eric Sandeenext4: make trim/discard optional (and off by default)
2009-10-03 Christoph Lameterthis_cpu: Straight transformations
2009-09-30 Theodore Ts'oext4: Use tracepoints for mb_history trace file
2009-09-29 Theodore Ts'oext4, jbd2: Drop unneeded printks at mount and unmount...
2009-09-28 Theodore Ts'oext4: Fix hueristic which avoids group preallocation...
2009-09-16 Eric Sandeenext4: limit block allocations for indirect-block files...
2009-09-10 Aneesh Kumar K.Vext4: Clarify the locking details in mballoc
2009-09-10 Aneesh Kumar K.Vext4: check for need init flag in ext4_mb_load_buddy
2009-09-10 Aneesh Kumar K.Vext4: move ext4_mb_init_group() function earlier in...
2009-09-05 Tobias Klauserext4: Declare seq_operations and file_operations struct...
2009-08-26 Eric Sandeenext4: use ext4_grpblk_t more extensively
2009-08-26 Eric Sandeenext4: use variables not types in sizeofs() for allocations
2009-08-18 Eric Sandeensimplify some logic in ext4_mb_normalize_request
2009-08-18 Eric Sandeenext4: open-code ext4_mb_update_group_info
2009-09-18 Theodore Ts'oext4: Avoid group preallocation for closed files
2009-08-10 Theodore Ts'oext4: Fix bugs in mballoc's stream allocation mode
2009-08-09 Theodore Ts'oext4: Display the mballoc flags in mb_history in hex...
2009-09-18 Theodore Ts'oext4: Add configurable run-time mballoc debugging
2009-07-13 Theodore Ts'oext4: Fix ext4_mb_initialize_context() to initialize...
2009-07-06 Akira Fujitaext4: Fix compile warnings with MB_DEBUG
2009-07-06 Joe Perchesext4: Remove unnecessary semicolons in mballoc.c
2009-07-17 Aneesh Kumar K.Vext4: Fix memory leak fix when mounting an ext4 filesystem
2009-06-15 Theodore Ts'oext4: Fix 64-bit block type problem on 32-bit platforms
2009-07-06 Jesper Dangaard... ext4: Use rcu_barrier() on module unload.
2009-07-06 Eric Sandeenext4: mark several more functions in mballoc.c as noinline
2009-05-17 Theodore Ts'oext4: Add a comprehensive block validity check to ext4_...
2009-05-15 Vincent Minetext4: Fix spinlock assertions on UP systems
2009-05-03 Aneesh Kumar K.Vext4: Convert ext4_lock_group to use sb_bgl_lock
2009-05-02 Curt Wohlgemuthext4: Make the length of the mb_history file tunable
2009-05-01 Theodore Ts'oext4: Don't avoid using BLOCK_UNINIT block groups in...
2009-06-17 Theodore Ts'oext4: convert instrumentation from markers to tracepoints
2009-05-01 Theodore Ts'oext4: Avoid races caused by on-line resizing and SMP...
2009-03-27 Theodore Ts'oext4: fix locking typo in mballoc which could cause...
2009-03-27 Dan Carpenterext4: fix typo which causes a memory leak on error...
2009-03-27 Aneesh Kumar K.Vext4: Rename pa_linear to pa_type
2009-03-26 Jan Karaext4: Use lowercase names of quota functions
2009-03-26 Mingming Caoext4: quota reservation for delayed allocation
2009-03-17 Eric Sandeenext4: fix bb_prealloc_list corruption due to wrong...
2009-03-14 Eric Sandeenext4: fix bogus BUG_ONs in in mballoc code
2009-03-05 Theodore Ts'oext4: Use atomic_t's in struct flex_groups
2009-03-31 Theodore Ts'oext4: remove /proc tuning knobs
2009-03-12 Theodore Ts'oext4: New inode/block allocation algorithms for flex_bg...
2009-02-14 Aneesh Kumar K.Vext4: Initialize preallocation list_head's properly
2009-02-10 Aneesh Kumar K.Vext4: Fix lockdep warning
2009-01-27 Thadeu Lima de Sou... ext4: Fix building with EXT4FS_DEBUG
2009-01-04 Theodore Ts'oext4: Add markers for better debuggability
2009-01-06 Aneesh Kumar K.Vext4: Fix s_dirty_blocks_counter if block allocation...
2009-01-06 Aneesh Kumar K.Vext4: Init the complete page while building buddy cache
2009-01-06 Aneesh Kumar K.Vext4: Don't allow new groups to be added during block...
2009-01-06 Aneesh Kumar K.Vext4: mark the blocks/inode bitmap beyond end of group...
2009-01-06 Aneesh Kumar K.Vext4: Use new buffer_head flag to check uninit group...
2009-01-04 Aneesh Kumar K.Vext4: code cleanup
2009-01-06 Aneesh Kumar K.Vext4: Use high 16 bits of the block group descriptor...
2009-01-06 Aneesh Kumar K.Vext4: Fix race between read_block_bitmap() and mark_dis...
2009-01-06 Aneesh Kumar K.Vext4: fix BUG when calling ext4_error with locked block...
2008-11-24 Aneesh Kumar K.Vext4: Fix lockdep recursive locking warning
2009-01-06 Aneesh Kumar K.Vext4: don't use blocks freed but not yet committed...
2008-11-25 Aneesh Kumar K.Vext4: cleanup mballoc header files
2009-01-06 Aneesh Kumar K.Vext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
2008-11-22 Aneesh Kumar K.Vext4: sparse fixes
2008-11-05 Theodore Ts'oext4: Change unsigned long to unsigned int
2009-01-06 Theodore Ts'oext4: Make ext4_group_t be an unsigned int
2009-01-06 Aneesh Kumar K.Vext4: Don't overwrite allocation_context ac_status
2009-01-06 Theodore Ts'oext4: remove extraneous newlines from calls to ext4_err...
2009-01-07 Frank Mayharext4: Allow ext4 to run without a journal
2008-12-17 Yasunori Gotoext4: Widen type of ext4_sb_info.s_mb_maxs[]
2008-11-04 Aneesh Kumar K.Vext4: fix missing ext4_unlock_group in error path
2008-10-17 Theodore Ts'oext4: Replace hackish ext4_mb_poll_new_transaction...
2008-10-17 Manish Katiyarext4: Remove compile warnings when building w/o CONFIG_...
2008-10-16 Theodore Ts'oext4: let the block device know when unused blocks...
2008-10-16 Aneesh Kumar K.Vext4: Use an rbtree for tracking blocks freed during...
2008-10-13 Aneesh Kumar K.Vext4: Free ext4_prealloc_space using kmem_cache_free
2008-10-10 Frederic Boheext4: fix initialization of UNINIT bitmap blocks
2008-10-10 Theodore Ts'oext4: Remove old legacy block allocator
2008-09-23 Theodore Ts'oext4: Combine proc file handling into a single set...
2008-09-23 Theodore Ts'oext4: move /proc setup and teardown out of mballoc.c
2008-09-13 Eric Sandeenext4: use percpu data structures for lg_prealloc_list
2008-09-14 Alexey Dobriyanext4: fix #11321: create /proc/ext4/*/stats more carefully
2008-10-10 Aneesh Kumar K.Vext4: Add percpu dirty block accounting.
next