aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/balloc.c
Commit message (Expand)AuthorAgeFilesLines
* getting newer filesystem code workingWolfgang Wiedmeyer2015-10-231-24/+31
* Fix common misspellingsLucas De Marchi2011-03-311-5/+5
* ext3: Fix an overflow in ext3_trim_fs.Tao Ma2011-03-041-3/+8
* ext3: speed up group trim with the right free block count.Tao Ma2011-02-241-1/+2
* ext3: Adjust trim start with first_data_block.Tao Ma2011-02-241-5/+2
* ext3: Add batched discard support for ext3Lukas Czerner2011-01-101-0/+266
* ext3: Update kernel-doc commentsNamhyung Kim2010-10-281-5/+8
* ext3: Remove unnecessary casts on bh->b_dataNamhyung Kim2010-10-281-2/+2
* ext3: Avoid loading bitmaps for full groups during block allocationFrans van de Wiel2010-05-211-0/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-051-5/+6
* ext3: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2009-06-111-2/+1
* ext3: Use lowercase names of quota functionsJan Kara2009-03-261-4/+4
* CRED: Wrap task credential accesses in the Ext3 filesystemDavid Howells2008-11-141-1/+1
* ext3: fix ext3 block reservation early ENOSPC issueMingming Cao2008-10-201-1/+2
* ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-6/+6
* ext3: retry block allocation if new blocks are allocated from system zoneAneesh Kumar K.V2008-04-281-5/+10
* fs/ext3: use BUG_ONJulia Lawall2008-04-281-2/+1
* ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz2008-02-081-5/+2
* ext[234]: cleanup ext[234]_bg_num_gdb()Akinobu Mita2008-02-061-5/+1
* ext[234]: fix comment for nonexistent variableAkinobu Mita2008-02-061-1/+1
* ext3: return after ext3_error in case of failuresAneesh Kumar K.V2008-02-061-2/+6
* ext3: add block bitmap validationAneesh Kumar K.V2008-02-061-8/+70
* Revert "ext2/ext3/ext4: add block bitmap validation"Linus Torvalds2007-11-131-44/+4
* ext2/ext3/ext4: add block bitmap validationAneesh Kumar K.V2007-10-171-11/+43
* lib: percpu_counter_subPeter Zijlstra2007-10-171-1/+1
* lib: percpu_counter_addPeter Zijlstra2007-10-171-2/+2
* [PATCH] ext[234]: update documentationAneesh Kumar K.V2007-02-201-1/+1
* [PATCH] ext3 balloc: fix _with_rsv freezeHugh Dickins2006-12-071-1/+1
* [PATCH] ext3 balloc: use io_error labelHugh Dickins2006-12-071-4/+2
* [PATCH] ext3 balloc: say rb_entry not list_entryHugh Dickins2006-12-071-3/+3
* [PATCH] ext3 balloc: fix off-by-one against rsv_endHugh Dickins2006-12-071-1/+1
* [PATCH] ext3 balloc: fix off-by-one against grp_goalHugh Dickins2006-12-071-2/+2
* [PATCH] ext3 balloc: reset windowsz when fullHugh Dickins2006-12-071-0/+1
* [PATCH] ext3: fix reservation extensionMingming Cao2006-12-071-4/+8
* [PATCH] more ext3 16T overflow fixesEric Sandeen2006-09-271-6/+6
* [PATCH] ext3: More whitespace cleanupsDave Kleikamp2006-09-271-16/+16
* [PATCH] ext3: more comments about block allocation/reservation codeMingming Cao2006-09-271-45/+247
* [PATCH] ext3: turn on reservation dump on block allocation errorsMingming Cao2006-09-271-4/+8
* [PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao2006-09-271-8/+8
* [PATCH] ext3 filesystem bogus ENOSPC with reservation fixMingming Cao2006-08-271-3/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversionMingming Cao2006-06-251-16/+13
* [PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixesMingming Cao2006-06-251-103/+112
* [PATCH] ext3_get_blocks: Adjust reservation window size for mblocksMingming Cao2006-03-261-1/+31
* [PATCH] ext3_get_blocks: Adjust accounting info in ext3_new_blocks()Mingming Cao2006-03-261-12/+19
* [PATCH] ext3_get_blocks: support multiple blocks allocation in ext3_new_block()Mingming Cao2006-03-261-10/+36
* [PATCH] ext3: Properly report backup block present in a groupGlauber de Oliveira Costa2006-03-241-7/+33
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* [PATCH] fs/ext3/: small cleanupsAdrian Bunk2006-01-101-2/+0