aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-27ext4: fix locking typo in mballoc which could cause soft lockup hangsGravatar Theodore Ts'o 1-1/+1
2009-03-27ext4: fix typo which causes a memory leak on error pathGravatar Dan Carpenter 1-1/+1
2009-03-27ext4: Rename pa_linear to pa_typeGravatar Aneesh Kumar K.V 1-9/+12
2009-03-04ext4: Use atomic_t's in struct flex_groupsGravatar Theodore Ts'o 1-6/+3
2009-03-31ext4: remove /proc tuning knobsGravatar Theodore Ts'o 1-88/+29
2009-03-12ext4: New inode/block allocation algorithms for flex_bg filesystemsGravatar Theodore Ts'o 1-0/+7
2009-03-26ext4: Use lowercase names of quota functionsGravatar Jan Kara 1-2/+2
2009-03-26ext4: quota reservation for delayed allocationGravatar Mingming Cao 1-18/+26
2009-03-16ext4: fix bb_prealloc_list corruption due to wrong group lockingGravatar Eric Sandeen 1-2/+7
2009-03-14ext4: fix bogus BUG_ONs in in mballoc codeGravatar Eric Sandeen 1-2/+2
2009-02-14ext4: Initialize preallocation list_head's properlyGravatar Aneesh Kumar K.V 1-0/+3
2009-02-10ext4: Fix lockdep warningGravatar Aneesh Kumar K.V 1-13/+16
2009-01-26ext4: Fix building with EXT4FS_DEBUGGravatar Thadeu Lima de Souza Cascardo 1-1/+1
2009-01-03ext4: Add markers for better debuggabilityGravatar Theodore Ts'o 1-3/+51
2009-01-05ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelallocGravatar Aneesh Kumar K.V 1-1/+8
2009-01-05ext4: Init the complete page while building buddy cacheGravatar Aneesh Kumar K.V 1-1/+2
2009-01-05ext4: Don't allow new groups to be added during block allocationGravatar Aneesh Kumar K.V 1-3/+13
2009-01-05ext4: mark the blocks/inode bitmap beyond end of group as usedGravatar Aneesh Kumar K.V 1-2/+2
2009-01-05ext4: Use new buffer_head flag to check uninit group bitmaps initializationGravatar Aneesh Kumar K.V 1-2/+22
2009-01-03ext4: code cleanupGravatar Aneesh Kumar K.V 1-1/+1
2009-01-05ext4: Use high 16 bits of the block group descriptor's free counts fieldsGravatar Aneesh Kumar K.V 1-7/+8
2009-01-05ext4: Fix race between read_block_bitmap() and mark_diskspace_used()Gravatar Aneesh Kumar K.V 1-5/+10
2009-01-05ext4: fix BUG when calling ext4_error with locked block groupGravatar Aneesh Kumar K.V 1-15/+15
2008-11-23ext4: Fix lockdep recursive locking warningGravatar Aneesh Kumar K.V 1-1/+1
2009-01-05ext4: don't use blocks freed but not yet committed in buddy cache initGravatar Aneesh Kumar K.V 1-22/+60
2008-11-25ext4: cleanup mballoc header filesGravatar Aneesh Kumar K.V 1-4/+19
2009-01-05ext4: Use EXT4_GROUP_INFO_NEED_INIT_BIT during resizeGravatar Aneesh Kumar K.V 1-59/+202
2008-11-22ext4: sparse fixesGravatar Aneesh Kumar K.V 1-1/+3
2008-11-05ext4: Change unsigned long to unsigned intGravatar Theodore Ts'o 1-10/+10
2009-01-05ext4: Make ext4_group_t be an unsigned intGravatar Theodore Ts'o 1-29/+29
2009-01-05ext4: Don't overwrite allocation_context ac_statusGravatar Aneesh Kumar K.V 1-0/+2
2009-01-05ext4: remove extraneous newlines from calls to ext4_error() and ext4_warning()Gravatar Theodore Ts'o 1-12/+12
2009-01-07ext4: Allow ext4 to run without a journalGravatar Frank Mayhar 1-8/+9
2008-12-17ext4: Widen type of ext4_sb_info.s_mb_maxs[]Gravatar Yasunori Goto 1-0/+2
2008-11-04ext4: fix missing ext4_unlock_group in error pathGravatar Aneesh Kumar K.V 1-0/+1
2008-10-16ext4: Replace hackish ext4_mb_poll_new_transaction with commit callbackGravatar Theodore Ts'o 1-70/+15
2008-10-17ext4: Remove compile warnings when building w/o CONFIG_PROC_FSGravatar Manish Katiyar 1-1/+6
2008-10-16ext4: let the block device know when unused blocks can be discardedGravatar Theodore Ts'o 1-0/+7
2008-10-16ext4: Use an rbtree for tracking blocks freed during transaction.Gravatar Aneesh Kumar K.V 1-67/+117
2008-10-13ext4: Free ext4_prealloc_space using kmem_cache_freeGravatar Aneesh Kumar K.V 1-1/+1
2008-10-10ext4: fix initialization of UNINIT bitmap blocksGravatar Frederic Bohe 1-1/+3
2008-10-10ext4: Remove old legacy block allocatorGravatar Theodore Ts'o 1-20/+2
2008-09-23ext4: Combine proc file handling into a single set of functionsGravatar Theodore Ts'o 1-63/+6
2008-09-23ext4: move /proc setup and teardown out of mballoc.cGravatar Theodore Ts'o 1-54/+22
2008-09-13ext4: use percpu data structures for lg_prealloc_listGravatar Eric Sandeen 1-8/+5
2008-09-14ext4: fix #11321: create /proc/ext4/*/stats more carefullyGravatar Alexey Dobriyan 1-3/+13
2008-10-10ext4: Add percpu dirty block accounting.Gravatar Aneesh Kumar K.V 1-17/+14
2008-09-08ext4: Retry block reservationGravatar Aneesh Kumar K.V 1-1/+6
2008-10-09ext4: Make sure all the block allocation paths reserve blocksGravatar Aneesh Kumar K.V 1-10/+13
2008-09-08ext4: Add printk priority levels to clean up checkpatch warningsGravatar Theodore Ts'o 1-4/+5