NSM: Remove !nsm check from nsm_release()
[safe/jmp/linux-2.6] / fs / ext4 / mballoc.c
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.
2008-09-09 Aneesh Kumar K.Vext4: Retry block reservation
2008-10-09 Aneesh Kumar K.Vext4: Make sure all the block allocation paths reserve...
2008-09-09 Theodore Ts'oext4: Add printk priority levels to clean up checkpatch...
2008-08-18 Aneesh Kumar K.Vext4: Fix small file fragmentation
2008-07-23 Aneesh Kumar K.Vext4: Don't allow lg prealloc list to be grow large.
2008-07-23 Aneesh Kumar K.Vext4: Convert the usage of NR_CPUS to nr_cpu_ids.
2008-07-23 Aneesh Kumar K.Vext4: Improve error handling in mballoc
2008-08-03 Eric Sandeenext4: lock block groups when initializing
2008-07-14 Mingming Caoext4: delayed allocation ENOSPC handling
2008-07-11 Frederic Boheext4: fix online resize with mballoc
2008-07-11 Mingming Caoext4: mballoc avoid use root reserved blocks for non...
2008-07-11 Aneesh Kumar K.Vext4: cleanup block allocator
2008-07-11 Shen Fengext4: remove quota allocation when ext4_mb_new_blocks...
2008-07-11 Jose R. Santosext4: New inode allocation for FLEX_BG meta-data groups.
2008-07-14 Shen Fengext4: fix error processing in mb_free_blocks
2008-07-14 Shen Fengext4: error proc entry creation when the fs/ext4 is...
2008-07-11 Theodore Ts'oext4: Rename read_block_bitmap() to ext4_read_block_bit...
2008-07-11 Shen Fengext4: miscellaneous error checks and coding cleanups...
2008-07-11 Shen Fengext4: add error processing when calling ext4_mb_init_ca...
2008-07-11 Mingming Caoext4: Fix ext4_mb_init_cache return error
2008-07-11 Alexey Dobriyanext4: switch to seq_files
2008-07-11 Aneesh Kumar K.Vext4: start searching for the right extent from the...
2008-07-11 Aneesh Kumar K.Vext4: Fix mb_find_next_bit not to return larger than max
2008-06-06 Aneesh Kumar K.Vext4: Fix use of uninitialized data with debug enabled.
2008-05-15 Aneesh Kumar K.Vext4: Retry block allocation if new blocks are allocate...
2008-05-13 Valerie Clementext4: mballoc fix mb_normalize_request algorithm for...
2008-05-13 Jean DelvareFix misuses of bdevname()
2008-04-30 Roel Kluinext4: fix hot spins in mballoc after err_freebuddy...
2008-04-30 Mingming Caoext4: Move mballoc headers/structures to a seperate...
2008-04-30 Solofo Ramangalahyext4: cleanup for compiling mballoc with verification...
2008-04-30 Aneesh Kumar K.Vext4: Don't do GFP_NOFS allocations after taking ext4_l...
2008-04-29 Christoph Hellwigext4: move headers out of include/linux
2008-04-29 Denis V. Lunevext4: use non-racy method for proc entries creation
2008-04-29 Alexey Dobriyanproc: remove proc_root_fs
2008-04-17 Harvey Harrisonext4: replace remaining __FUNCTION__ occurrences
2008-04-17 Mingming Caoext4: remove extra define of ext4_new_blocks_old from...
2008-04-17 Marcin Slusarzext4: le*_add_cpu conversion
2008-04-17 Aneesh Kumar K.Vext4: Convert list_for_each_rcu() to list_for_each_ent...
2008-04-29 Eric Sandeenext4: reduce mballoc stack usage with noinline_for_stack
2008-02-23 Aneesh Kumar K.Vext4: ext4_find_next_zero_bit needs an aligned address...
2008-02-15 Aneesh Kumar K.Vext4: Don't claim block from group which has corrupt...
2008-02-15 Valerie Clementext4: Fix kernel BUG at fs/ext4/mballoc.c:910!
2008-02-10 Aneesh Kumar K.Vext4: Don't panic in case of corrupt bitmap
2008-02-10 Eric Sandeenext4: allocate struct ext4_allocation_context from...
2008-02-10 Aneesh Kumar K.Vext4: Fix null bh pointer dereference in mballoc
2008-01-29 Alex Tomasext4: Add multi block allocator for ext4