summaryrefslogtreecommitdiffstats
path: root/fs/ext3/balloc.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Remove ext3 filesystem driverJan Kara2015-07-231-2158/+0
* ext3: remove an unneeded check in ext3_new_blocks()Dan Carpenter2014-03-031-4/+1
* ext3: Avoid underflow of in ext3_trim_fs()Lukas Czerner2012-11-191-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-10-011-1/+1
|\
| * treewide: fix comment/printk/variable typosAnatol Pomozov2012-09-011-1/+1
* | ext3: use memweight()Akinobu Mita2012-07-301-1/+1
|/
* userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman2012-05-151-2/+3
* ext3: move headers to fs/ext3/Al Viro2012-03-311-9/+1
* ext3: fix start and len arguments handling in ext3_trim_fs()Lukas Czerner2012-03-021-38/+39
* ext3: Don't call dquot_free_block() if we don't update anythingKazuya Mio2012-02-291-2/+5
* ext3: Allow quota file use root reservationDmitry Monakhov2011-10-311-4/+4
* ext3/balloc.c: local functions should be staticH Hartley Sweeten2011-10-051-3/+4
* fs/ext3/balloc.c: delete useless initializationJulia Lawall2011-08-171-1/+1
* ext3: Return -EINVAL when start is beyond the end of fs in ext3_trim_fs()Lukas Czerner2011-06-251-3/+1
* ext3: Add fixed tracepointsLukas Czerner2011-06-251-13/+21
* 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