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