aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox1-4/+4
2015-02-16ext2: remove ext2_aops_xipMatthew Wilcox1-2/+2
2015-02-16ext2: remove xip.c and xip.hMatthew Wilcox1-1/+0
2015-02-16ext2: remove ext2_use_xipMatthew Wilcox1-2/+2
2014-01-25ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig1-0/+2
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now...Al Viro1-0/+24
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-2/+2
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-1/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-12/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-2/+2
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-9/+5
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