aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/namei.c
Commit message (Expand)AuthorAge
* switch ->mknod() to umode_tAl Viro2012-01-03
* switch ->create() to umode_tAl Viro2012-01-03
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2011-07-27
|\
| * jfs: clean up some compiler warningsDave Kleikamp2011-07-25
* | fs: take the ACL checks to common codeChristoph Hellwig2011-07-25
|/
* jfs_lookup(): don't bother with . or ..Al Viro2011-07-20
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-20
* jfs_ci_revalidate() is safe from RCU modeAl Viro2011-07-20
* LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro2011-07-20
* jfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-28
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-26
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-16
|\
| * Merge branch 'next' into for-linusJames Morris2011-03-15
| |\
| | * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-07
| | |\
| | | * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-01
* | | | fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V2011-03-15
|/ / /
* / / jfs: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-10
|/ /
* / switch jfs to ->s_d_op, close exportfs racesAl Viro2011-01-12
|/
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: change d_hash for rcu-walkNick Piggin2011-01-07
* fs: change d_compare for rcu-walkNick Piggin2011-01-07
* jfs: dont overwrite dentry name in d_revalidateNick Piggin2011-01-07
* new helper: ihold()Al Viro2010-10-25
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2010-04-21
|\
| * jfs: add jfs specific ->setattr callDmitry Monakhov2010-04-16
* | dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-04
* | dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-04
* | dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-04
|/
* jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds2009-09-08
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-03-27
|\
| * constify dentry_operations: JFSAl Viro2009-03-27
* | jfs: Use lowercase names of quota functionsJan Kara2009-03-25
|/
* nfsd race fixes: jfsDave Kleikamp2008-12-31
* [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-23
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-23
* JFS: 0 is not valid errno value so return NULL from jfs_lookupMarcin Slusarz2008-05-12
* BKL-removal: Implement a compat_ioctl handler for JFSAndi Kleen2008-02-07
* BKL-removal: Use unlocked_ioctl for jfsAndi Kleen2008-02-07
* iget: stop JFS from using iget() and read_inode()David Howells2008-02-07
* JFS: FIx one more plain integer as NULL pointer warningDave Kleikamp2008-01-03
* JFS: Remove defconfig ptr comparison to 0Joe Perches2008-01-03
* jfs: new export opsChristoph Hellwig2007-10-22
* knfsd: exportfs: remove iget abuseChristoph Hellwig2007-07-17
* JFS: Whitespace cleanup and remove some dead codeDave Kleikamp2007-06-06
* [PATCH] mark struct inode_operations const 2Arjan van de Ven2007-02-12