summaryrefslogtreecommitdiffstats
path: root/fs/ext3/ialloc.c
AgeCommit message (Expand)AuthorLines
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds-2/+6
2012-01-09ext3: Fix error handling on inode bitmap corruptionJan Kara-2/+6
2012-01-03ext3: propagate umode_tAl Viro-1/+1
2011-11-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi-1/+1
2011-08-17ext3: remove deprecated oldallocLukas Czerner-42/+3
2011-06-25ext3: Add fixed tracepointsLukas Czerner-0/+4
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris-2/+3
2010-10-05ext3: Fix lost extented attributes for inode with ino == 11Jan Kara-3/+8
2010-08-09convert ext3 to ->evict_inode()Al Viro-12/+0
2010-05-21ext3: replace inode uid,gid,mode init with helperDmitry Monakhov-8/+5
2010-03-29ext3: fix broken handling of EXT3_STATE_NEWLinus Torvalds-1/+3
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig-2/+2
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig-2/+2
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig-5/+5
2009-06-11ext3: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig-2/+1
2009-03-26ext3: Use lowercase names of quota functionsJan Kara-6/+6
2009-01-08ext3: tighten restrictions on inode flagsDuane Griffin-6/+2
2009-01-08ext3: don't inherit inappropriate inode flags from parentDuane Griffin-1/+1
2008-12-31nfsd race fixes: ext3Al Viro-1/+5
2008-11-14CRED: Wrap task credential accesses in the Ext3 filesystemDavid Howells-2/+2
2008-07-25ext3: handle corrupted orphan list at mountDuane Griffin-0/+9
2008-04-28ext3: replace remaining __FUNCTION__ occurrencesHarvey Harrison-3/+3
2008-04-21ext*: spelling fix prefered -> preferredBenoit Boissinot-1/+1
2008-02-08ext3: replace all adds to little endians variables with le*_add_cpuMarcin Slusarz-8/+4
2008-02-07iget: stop EXT3 from using iget() and read_inode()David Howells-23/+35
2007-10-17remove unused bh in calls to ext234_get_group_descEric Sandeen-10/+7
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o-1/+0
2006-09-27[PATCH] ext3: inode numbers are unsigned longEric Sandeen-3/+3
2006-09-27[PATCH] ext3 and jbd cleanup: remove whitespaceMingming Cao-24/+24
2006-06-25[PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixesMingming Cao-4/+6
2006-01-10[PATCH] fs/ext3/: small cleanupsAdrian Bunk-1/+0
2006-01-08[PATCH] ext3: remove trailing newlines from ext3_warning() callsGlauber de Oliveira Costa-3/+3
2005-11-09[PATCH] remove CONFIG_EXT{2,3}_CHECKAdrian Bunk-41/+0
2005-10-30[PATCH] ext3: sparse fixesBen Dooks-0/+1
2005-10-30[PATCH] Locking problems while EXT3FS_DEBUG onGlauber de Oliveira Costa-2/+0
2005-09-28[PATCH] Fix ext3_new_inode() failure pathsChris Sykes-15/+14
2005-09-09[PATCH] ext3: Enable atomic inode security labelingStephen Smalley-0/+5
2005-07-27[PATCH] ext3: drop quota references before releasing inodeJan Kara-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+794