summaryrefslogtreecommitdiff
path: root/fs/ext2/balloc.c
AgeCommit message (Expand)Author
2011-08-17fs/ext2/balloc.c: delete useless initializationJulia Lawall
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-28ext2: fix comment on ext2_try_to_allocate()Namhyung Kim
2010-08-09Take dirtying the inode to callers of ext2_free_blocks()Al Viro
2010-08-09ext2: switch to dquot_free_block_nodirty()Al Viro
2010-05-21ext2: Avoid loading bitmaps for full groups during block allocationJan Kara
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig
2009-03-26ext2: Use lowercase names of quota functionsJan Kara
2008-11-14CRED: Wrap task credential accesses in the Ext2 filesystemDavid Howells
2008-10-16ext2: fix ext2 block reservation early ENOSPC issueMingming Cao
2008-04-28ext2: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V
2008-04-28ext2: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28fs/ext2: use BUG_ONJulia Lawall
2008-02-06ext[234]: cleanup ext[234]_bg_num_gdb()Akinobu Mita
2008-02-06ext[234]: fix comment for nonexistent variableAkinobu Mita
2008-02-06ext2: add block bitmap validationAneesh Kumar K.V
2008-02-06ext2: return after ext2_error in case of failuresAneesh Kumar K.V
2007-11-13Revert "ext2/ext3/ext4: add block bitmap validation"Linus Torvalds
2007-10-17ext2 reservationsMartin J. Bligh
2007-10-17ext2/ext3/ext4: add block bitmap validationAneesh Kumar K.V
2007-10-17fs: mark nibblemap constPhilippe De Muyter
2007-10-17lib: percpu_counter_subPeter Zijlstra
2007-10-17lib: percpu_counter_addPeter Zijlstra
2007-02-20[PATCH] ext[234]: update documentationAneesh Kumar K.V
2006-09-19[PATCH] EXT2: Remove superblock lock contention in ext2_statfsDave Kleikamp
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-25[PATCH] Make EXT2_DEBUG work againValerie Henson
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap
2005-11-09[PATCH] remove CONFIG_EXT{2,3}_CHECKAdrian Bunk
2005-01-25[PATCH] Minor ext2 speedupMatthew Wilcox
2004-09-04[PATCH] ext2 endianness fixesAlexander Viro
2004-01-19[PATCH] ext2: fix build when EXT2_DEBUG is setAndrew Morton
2003-11-18[PATCH] ext2 block allocator fixesAndrew Morton
2003-11-09[PATCH] ext2 block allocation race fixAndrew Morton
2003-04-12[PATCH] use spinlocking in the ext2 block allocatorAndrew Morton
2003-03-16[PATCH] ext2: block allocation fixAndrew Morton
2003-02-10[PATCH] Fix synchronous writers to wait properly for the resultAndrew Morton
2003-02-02[PATCH] ext2_new_block cleanups and fixesAndrew Morton
2003-02-02[PATCH] fix handling of ext2 allocation failuresAndrew Morton
2002-12-21[PATCH] rename locals in ext2_new_block()Andrew Morton
2002-12-14[PATCH] ext2/ext3_free_blocks() extra checkAndrew Morton
2002-07-04[PATCH] Remove ext2's buffer_head cacheAndrew Morton
2002-06-19[PATCH] ext2 staticsStephen Rothwell
2002-05-22[PATCH] include buffer_head.h in actual users instead of fs.h (9/10)Christoph Hellwig
2002-05-20Fix ext2 compilationKai Germaschewski
2002-05-19[PATCH] get rid of <linux/locks.h>Christoph Hellwig
2002-03-12[PATCH] struct super_block cleanup - ext2Brian Gerst
2002-02-11Fix up typo from Al's ext2 balloc cleanups.Linus Torvalds
2002-02-11[PATCH] BKL-free ext2_get_block()Alexander Viro