Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / fs / ext4 / mballoc.c
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-23 Tao Maext4: fix a BUG in mb_mark_used during trim.
2011-03-22 Eric Sandeenext4: don't kfree uninitialized s_group_info members
2011-02-27 Theodore Ts'oext4: suppress verbose debugging information if malloc...
2011-02-24 Coly Liext4: mballoc: don't replace the current preallocation...
2011-02-24 Coly Limballoc: add comments to ext4_mb_mark_free_simple()
2011-02-24 Coly Liext4: remove unncessary call mb_find_buddy() in debuggi...
2011-02-24 Coly Liext4: code cleanup in mb_find_buddy()
2011-02-23 Lukas Czernerext4: mark file-local functions and variables as static
2011-02-12 Eric Sandeenext4: make grpinfo slab cache names static
2011-01-11 Jan Karaext4: fix trimming starting with block 0 with small...
2011-01-11 Theodore Ts'oext4: revert buggy trim overflow patch
2011-01-10 Theodore Ts'oext4: remove ext4_mb_return_to_preallocation()
2011-01-10 Jan Karaext4: fix trimming of a single group
2011-01-10 Theodore Ts'oext4: replace i_delalloc_reserved_flag with EXT4_STATE_...
2011-01-10 Lukas Czernerext4: remove warning message from ext4_issue_discard...
2011-01-10 Lukas Czernerext4: fix possible overflow in ext4_trim_fs()
2010-12-20 Theodore Ts'oext4: Add error checking to kmem_cache_alloc() call...
2010-12-16 Theodore Ts'oext4: Simplify the usage of clear_opt() and set_opt...
2010-11-08 Theodore Ts'oext4: Don't call sb_issue_discard() in ext4_free_blocks()
2010-10-28 Theodore Ts'oMerge branch 'next' into upstream-merge
2010-10-28 Eric Sandeenext4: move ext4_mb_{get,put}_buddy_cache_lock and make...
2010-10-28 Theodore Ts'oext4: rename {exit,init}_ext4_*() to ext4_{exit,init...
2010-10-28 Lukas Czernerext4: Add batched discard support for ext4
2010-10-28 Lukas Czernerext4: Use return value from sb_issue_discard()
2010-10-28 Namhyung Kimext4: Check return value of sb_getblk() and friends
2010-10-28 Theodore Ts'oext4: use KMEM_CACHE instead of kmem_cache_create
2010-10-28 Eric Sandeenext4: don't use ext4_allocation_contexts for tracing
2010-10-28 Lukas Czernerext4: don't hold spinlock while calling ext4_issue_disc...
2010-10-28 Lukas Czernerext4: check for negative error code from sb_issue_discard
2010-10-28 Curt Wohlgemuthext4: use dedicated slab caches for group_info structures
2010-10-26 Christoph Hellwigfs: do not assign default i_ino in new_inode
2010-09-16 Christoph Hellwigblock: remove BLKDEV_IFL_WAIT
2010-09-10 Christoph Hellwigext4: do not send discards as barriers
2010-09-10 Christoph Hellwigblock: pass gfp_mask and flags to sb_issue_discard
2010-08-07 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2010-08-05 Aditya Kaliext4: Adding error check after calling ext4_mb_regular_...
2010-08-04 Uwe Kleine-Königfix comment typo "choosed" -> "chosen"
2010-07-27 Eric Sandeenext4: don't print scary messages for allocation failure...
2010-07-27 Eric Sandeenext4: allocate stripe-multiple IOs on stripe boundaries
2010-07-27 Jiaying Zhangext4: Support discard requests when running in no-journ...
2010-07-27 Joe Perchesext4: Remove unnecessary casts of private_data
2010-07-27 Theodore Ts'oext4: fix potential NULL dereference while tracing
2010-06-29 Theodore Ts'oext4: Enhance ext4_grp_locked_error() to take block...
2010-06-14 Andi Kleenext4: remove initialized but not read variables
2010-06-12 Theodore Ts'oext4: Clean up s_dirt handling
2010-05-17 Theodore Ts'oext4: Drop whitespace at end of lines
2010-05-17 Theodore Ts'oext4: Add new tracepoints to track mballoc's buddy...
2010-05-17 Dmitry Monakhovext4: Use bitops to read/modify i_flags in struct ext4_...
2010-05-16 Curt Wohlgemuthext4: Fix for ext4_mb_collect_stats()
2010-05-16 Curt Wohlgemuthext4: check for a good block group before loading buddy...
2010-05-16 Eric Sandeenext4: stop issuing discards if not supported by device
2010-05-14 Jing Zhangext4: rename ext4_mb_release_desc() to ext4_mb_unload_b...
2010-05-13 Jing Zhangext4: Remove unnecessary call to ext4_get_group_desc...
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
next