aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-4/+4
2011-03-02ext2: Fix link count corruption under heavy link+rename loadJosh Hunt1-7/+2
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-4/+4
2011-01-10ext2: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-8/+8
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-17/+34
2009-09-23ext2: fix format string compile warning (ino_t)Heiko Carstens1-1/+1
2009-09-08ext[234]: move over to 'check_acl' permission modelLinus Torvalds1-2/+2
2009-09-05ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre1-0/+4
2009-06-30ext2: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan1-2/+10
2009-06-18ext2: Do not update mtime of a moved directoryJan Kara1-2/+3
2008-12-31nfsd race fixes: ext2Al Viro1-1/+14
2008-10-23[PATCH] get rid of on-stack dentry in ext2_get_parent()Al Viro1-11/+6
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-12/+1
2008-02-07iget: stop EXT2 from using iget() and read_inode()David Howells1-6/+6
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-2/+2
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen1-1/+1
2006-03-23[PATCH] ext2: switch to inode_inc_count, inode_dec_countAlexey Dobriyan1-35/+19
2006-01-14[PATCH] ext2: remove d_splice_alias NULL check from ext2_lookupPekka Enberg1-4/+1
2005-06-24[PATCH] xip: ext2: execute in placeCarsten Otte1-3/+9
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+418