Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
[safe/jmp/linux-2.6] / fs / ext4 / balloc.c
2010-05-16 Eric Sandeenext4: don't use quota reservation for speculative metadata
2010-03-04 Akinobu Mitaext4: consolidate in_range() definitions
2010-03-04 Akinobu Mitaext4: cleanup to use ext4_group_first_block_no()
2010-02-15 Eric Sandeenext4: move __func__ into a macro for ext4_warning,...
2009-11-22 Theodore Ts'oext4: fold ext4_free_blocks() and ext4_mb_free_blocks()
2009-11-23 Theodore Ts'oext4: fix uninit block bitmap initialization when s_met...
2009-08-18 Eric Sandeenext4: open-code ext4_mb_update_group_info
2009-05-03 Aneesh Kumar K.Vext4: Convert ext4_lock_group to use sb_bgl_lock
2009-05-01 Theodore Ts'oext4: Move fs/ext4/group.h into ext4.h
2009-05-01 Theodore Ts'oext4: Avoid races caused by on-line resizing and SMP...
2009-03-26 Jan Karaext4: Use lowercase names of quota functions
2009-03-05 Theodore Ts'oext4: Use atomic_t's in struct flex_groups
2009-02-26 Eric Sandeenext4: don't call jbd2_journal_force_commit_nested witho...
2009-02-06 Theodore Ts'oext4: remove call to ext4_group_desc() in ext4_group_us...
2009-01-27 Thadeu Lima de Sou... ext4: Fix building with EXT4FS_DEBUG
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...
2008-12-25 James MorrisMerge branch 'next' into for-linus
2008-12-10 Andrew Mortonrevert "percpu_counter: new function percpu_counter_sum...
2008-12-10 Andrew Mortonrevert "percpu counter: clean up percpu_counter_sum_and...
2008-11-13 David HowellsCRED: Wrap task credential accesses in the Ext4 filesystem
2009-01-06 Aneesh Kumar K.Vext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resize
2009-01-06 Aneesh Kumar K.Vext4: Add blocks added during resize to bitmap
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 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-12 Theodore Ts'oext4: remove do_blk_alloc()
2008-12-07 Theodore Ts'oext4: remove ext4_new_meta_block()
2009-01-02 Theodore Ts'oext4: remove ext4_new_blocks() and call ext4_mb_new_blo...
2008-10-29 Alexander Beregalovext4: fix printk format warning
2008-10-28 Eric Sandeendelay capable() check in ext4_has_free_blocks()
2008-10-28 Eric Sandeenmerge ext4_claim_free_blocks & ext4_has_free_blocks
2008-10-11 Aneesh Kumar K.Vext4: Don't reuse released data blocks until transactio...
2008-10-10 Frederic Boheext4: fix initialization of UNINIT bitmap blocks
2008-10-10 Theodore Ts'oext4: Remove old legacy block allocator
2008-09-09 Aneesh Kumar K.Vext4: Don't add the inode to journal handle until after...
2008-09-09 Aneesh Kumar K.Vext4: Fix ext4 nomballoc allocator for ENOSPC
2008-10-09 Aneesh Kumar K.Vext4: Signed arithmetic fix
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: Fix whitespace checkpatch warnings/errors
2008-09-09 Theodore Ts'oext4: Add printk priority levels to clean up checkpatch...
2008-10-09 Mingming Caopercpu counter: clean up percpu_counter_sum_and_set()
2008-08-20 Aneesh Kumar K.Vext4: make sure ext4_has_free_blocks returns 0 for...
2008-08-03 Eric Sandeenext4: lock block groups when initializing
2008-08-03 Eric Sandeenext4: sync up block and inode bitmap reading functions
2008-07-14 Mingming Caoext4: delayed allocation ENOSPC handling
2008-07-11 Mingming Caopercpu_counter: new function percpu_counter_sum_and_set
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 Aneesh Kumar K.Vext4: Use inode preallocation with -o noextents
2008-07-11 Akinobu Mitaext4: fix ext4_init_block_bitmap() for metablock block...
2008-07-11 Aneesh Kumar K.Vext4: Fix sparse warning
2008-07-11 Jose R. Santosext4: New inode allocation for FLEX_BG meta-data groups.
2008-07-11 Theodore Ts'oext4: Rename read_block_bitmap() to ext4_read_block_bit...
2008-07-11 Julia Lawallext4: Use BUG_ON() instead of BUG()
2008-06-03 Jose R. Santosext4: Fix uninit block group initialization with FLEX_BG
2008-05-15 Aneesh Kumar K.Vext4: Retry block allocation if new blocks are allocate...
2008-04-29 Christoph Hellwigext4: move headers out of include/linux
2008-04-17 Harvey Harrisonext4: replace remaining __FUNCTION__ occurrences
2008-04-17 Akinobu Mitaext4: use ext4_group_first_block_no()
2008-04-17 Marcin Slusarzext4: le*_add_cpu conversion
2008-02-06 Akinobu Mitaext[234]: cleanup ext[234]_bg_num_gdb()
2008-02-06 Akinobu Mitaext[234]: fix comment for nonexistent variable
2008-01-29 Alex Tomasext4: Add multi block allocator for ext4
2008-01-29 Eric Sandeenext4: fix up EXT4FS_DEBUG builds
2008-01-29 Aneesh Kumar K.Vext4: Convert truncate_mutex to read write semaphore.
2008-01-29 Aneesh Kumar K.Vext4: add block bitmap validation
2008-01-29 Aneesh Kumar K.Vext4: Return after ext4_error in case of failures
2008-01-29 Avantika Mathurext4: add ext4_group_t, and change all group variables...
2007-11-13 Linus TorvaldsRevert "ext2/ext3/ext4: add block bitmap validation"
2007-10-17 Aneesh Kumar K.Vext4: Convert bg_inode_bitmap and bg_inode_table
2007-10-17 Andreas DilgerExt4: Uninitialized Block Groups
2007-10-17 Aneesh Kumar K.Vext2/ext3/ext4: add block bitmap validation
2007-10-17 Peter Zijlstralib: percpu_counter_sub
2007-10-17 Peter Zijlstralib: percpu_counter_add
2007-07-18 Jose R. Santosjbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG
2007-07-16 Toshiyuki Okajimamistaken ext4_inode_bitmap for ext4_block_bitmap
2007-05-31 Dave KleikampEXT4: Fix whitespace
2007-02-21 Aneesh Kumar K.V[PATCH] ext[234]: update documentation
2006-12-07 Hugh Dickins[PATCH] ext4 balloc: fix _with_rsv freeze
2006-12-07 Hugh Dickins[PATCH] ext4 balloc: use io_error label
2006-12-07 Hugh Dickins[PATCH] ext4 balloc: say rb_entry not list_entry
2006-12-07 Hugh Dickins[PATCH] ext4 balloc: fix off-by-one against rsv_end
2006-12-07 Hugh Dickins[PATCH] ext4 balloc: fix off-by-one against grp_goal
2006-12-07 Hugh Dickins[PATCH] ext4 balloc: reset windowsz when full
2006-12-07 Mingming Cao[PATCH] ext4: fix reservation extension
2006-10-11 Andrew Morton[PATCH] ext4 64 bit divide fix
2006-10-11 Andrew Morton[PATCH] ext4 uninline ext4_get_group_no_and_offset()
2006-10-11 Alexandre Ratchov[PATCH] ext4: move block number hi bits
2006-10-11 Alexandre Ratchov[PATCH] ext4: allow larger descriptor size
2006-10-11 Mingming Cao[PATCH] ext4: blk_type from sector_t to unsigned long...
2006-10-11 Laurent Vivier[PATCH] ext4: 64bit metadata
2006-10-11 Mingming Cao[PATCH] ext4: switch fsblk to sector_t
2006-10-11 Mingming Cao[PATCH] jbd2: enable building of jbd2 and have ext4...
2006-10-11 Mingming Cao[PATCH] ext4: rename ext4 symbols to avoid duplication...
2006-10-11 Dave Kleikamp[PATCH] ext4: initial copy of files from ext3