aboutsummaryrefslogtreecommitdiff
path: root/fs/ext2/namei.c
AgeCommit message (Expand)Author
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2011-03-02ext2: Fix link count corruption under heavy link+rename loadJosh Hunt
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2011-01-10ext2: Remove redundant unlikely()Tobias Klauser
2010-10-25new helper: ihold()Al Viro
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2009-09-23ext2: fix format string compile warning (ino_t)Heiko Carstens
2009-09-08ext[234]: move over to 'check_acl' permission modelLinus Torvalds
2009-09-05ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre
2009-06-30ext2: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan
2009-06-18ext2: Do not update mtime of a moved directoryJan Kara
2008-12-31nfsd race fixes: ext2Al Viro
2008-10-23[PATCH] get rid of on-stack dentry in ext2_get_parent()Al Viro
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig
2008-02-07iget: stop EXT2 from using iget() and read_inode()David Howells
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven
2006-10-01[PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen
2006-03-23[PATCH] ext2: switch to inode_inc_count, inode_dec_countAlexey Dobriyan
2006-01-14[PATCH] ext2: remove d_splice_alias NULL check from ext2_lookupPekka Enberg
2005-06-24[PATCH] xip: ext2: execute in placeCarsten Otte
2005-04-16Linux-2.6.12-rc2Linus Torvalds