aboutsummaryrefslogtreecommitdiff
path: root/fs/ext3/resize.c
AgeCommit message (Expand)Author
2013-01-21Ext3: return ENOMEM rather than EIO if sb_getblk failsWang Shilong
2013-01-21Ext3: use unlikely to improve the efficiency of the kernelWang Shilong
2012-03-31ext3: move headers to fs/ext3/Al Viro
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-10ext3: Add journal error check in resize.cNamhyung Kim
2010-10-28ext3: Fix debug messages in ext3_group_extend()Namhyung Kim
2010-07-21ext3: Fix set but unused variablesAndi Kleen
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for resizingEric Sandeen
2009-12-10ext3: PTR_ERR return of wrong pointer in setup_new_group_blocks()Roel Kluin
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz
2009-06-11ext3: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig
2008-10-20ext3: don't try to resize if there are no reserved gdt blocks leftJosef Bacik
2008-06-06ext3: fix online resize bugJosef Bacik
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28ext3: add missing ext3_journal_stop()Akinobu Mita
2008-03-19ext3: fix wrong gfp type under transactionJosef Bacik
2008-02-08ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells
2007-10-18ext3: fix setup_new_group_blocks lockingEric Sandeen
2007-10-17ext3: lighten up resize transaction requirementsEric Sandeen
2007-10-17lib: percpu_counter_addPeter Zijlstra
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-09-27[PATCH] fs: Removing useless castsPanagiotis Issaris
2006-09-27[PATCH] more ext3 16T overflow fixesEric Sandeen
2006-09-27[PATCH] ext3: Fix sparse warningsDave Kleikamp
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-25[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversionMingming Cao
2006-06-25[PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixesMingming Cao
2006-06-25[PATCH] Avoid disk sector_t overflow for >2TB ext3 filesystemMingming Cao
2006-05-31[PATCH] ext3 resize: fix double unlock_super()Andrew Morton
2006-04-26[PATCH] forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)Al Viro
2006-04-17[PATCH] ext3: Fix missed mutex unlockAnaniev, Leonid I
2006-04-11[PATCH] ext3: Fix missed mutex unlockAnaniev, Leonid I
2006-01-08[PATCH] ext3: use sbi instead of EXT3_SB() in resize code.Glauber de Oliveira Costa
2006-01-08[PATCH] ext3: remove trailing newlines from ext3_warning() callsGlauber de Oliveira Costa
2005-11-28[PATCH] ext3: Wrong return value for EXT3_IOC_GROUP_ADDGlauber de Oliveira Costa
2005-10-30[PATCH] Test for sb_getblk return valueGlauber de Oliveira Costa
2005-09-22[PATCH] ext3: EXT3_DEBUG build fixesGlauber de Oliveira Costa
2005-04-16Linux-2.6.12-rc2Linus Torvalds