aboutsummaryrefslogtreecommitdiff
path: root/fs/jfs/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-11-02filesystems: add set_nlink()Miklos Szeredi
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-25jfs: clean up some compiler warningsDave Kleikamp
2011-07-20jfs_lookup(): don't bother with . or ..Al Viro
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro
2011-07-20jfs_ci_revalidate() is safe from RCU modeAl Viro
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro
2011-05-28jfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-16Merge branch 'next' into for-linusJames Morris
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V
2011-03-10jfs: fix d_revalidate oopsen on NFS exportsAl Viro
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2011-01-12switch jfs to ->s_d_op, close exportfs racesAl Viro
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2011-01-07jfs: dont overwrite dentry name in d_revalidateNick Piggin
2010-10-25new helper: ihold()Al Viro
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds
2010-04-16jfs: add jfs specific ->setattr callDmitry Monakhov
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-03-27constify dentry_operations: JFSAl Viro
2009-03-26jfs: Use lowercase names of quota functionsJan Kara
2008-12-31nfsd race fixes: jfsDave Kleikamp
2008-10-23[PATCH] fix ->llseek for more directoriesChristoph Hellwig
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig
2008-05-12JFS: 0 is not valid errno value so return NULL from jfs_lookupMarcin Slusarz
2008-02-07BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen
2008-02-07BKL-removal: Use unlocked_ioctl for jfsAndi Kleen
2008-02-07iget: stop JFS from using iget() and read_inode()David Howells
2008-01-03JFS: FIx one more plain integer as NULL pointer warningDave Kleikamp
2008-01-03JFS: Remove defconfig ptr comparison to 0Joe Perches
2007-10-22jfs: new export opsChristoph Hellwig
2007-07-17knfsd: exportfs: remove iget abuseChristoph Hellwig
2007-06-06JFS: Whitespace cleanup and remove some dead codeDave Kleikamp
2007-02-12[PATCH] mark struct inode_operations const 2Arjan van de Ven