summaryrefslogtreecommitdiffstats
path: root/fs/ext2/namei.c
Commit message (Expand)AuthorAgeFilesLines
* ext2: use simple_follow_link()Al Viro2015-05-101-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-7/+7
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-7/+7
* | dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-151-8/+2
|/
* ext2: get rid of most mentions of XIP in ext2Matthew Wilcox2015-02-161-4/+4
* ext2: remove ext2_aops_xipMatthew Wilcox2015-02-161-2/+2
* ext2: remove xip.c and xip.hMatthew Wilcox2015-02-161-1/+0
* ext2: remove ext2_use_xipMatthew Wilcox2015-02-161-2/+2
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-0/+2
* [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-291-0/+24
* don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-231-2/+2
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-101-1/+1
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-12/+1
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-2/+2
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-9/+5
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-4/+4
|\
| * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-4/+4
* | ext2: Fix link count corruption under heavy link+rename loadJosh Hunt2011-03-021-7/+2
* | ext2: Remove redundant unlikely()Tobias Klauser2011-01-101-1/+1
|/
* new helper: ihold()Al Viro2010-10-251-1/+1
* dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-8/+8
* dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-17/+34
* ext2: fix format string compile warning (ino_t)Heiko Carstens2009-09-231-1/+1
* ext[234]: move over to 'check_acl' permission modelLinus Torvalds2009-09-081-2/+2
* ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre2009-09-051-0/+4
* ext2: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan2009-06-301-2/+10
* ext2: Do not update mtime of a moved directoryJan Kara2009-06-181-2/+3
* nfsd race fixes: ext2Al Viro2008-12-311-1/+14
* [PATCH] get rid of on-stack dentry in ext2_get_parent()Al Viro2008-10-231-11/+6
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-12/+1
* iget: stop EXT2 from using iget() and read_inode()David Howells2008-02-071-6/+6
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-121-2/+2
* [PATCH] r/o bind mounts: unlink: monitor i_nlinkDave Hansen2006-10-011-1/+1
* [PATCH] ext2: switch to inode_inc_count, inode_dec_countAlexey Dobriyan2006-03-231-35/+19
* [PATCH] ext2: remove d_splice_alias NULL check from ext2_lookupPekka Enberg2006-01-141-4/+1
* [PATCH] xip: ext2: execute in placeCarsten Otte2005-06-241-3/+9
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+418
OpenPOWER on IntegriCloud