summaryrefslogtreecommitdiffstats
path: root/fs/jfs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai2015-11-101-3/+0Star
* jfs: Handle error from dquot_initialize()Dave Kleikamp2015-07-231-14/+40
* Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2015-07-171-14/+13Star
|\
| * jfs: clean up jfs_rename and fix out of order unlockDave Kleikamp2015-07-151-14/+13Star
* | jfs: switch to simple_follow_link()Al Viro2015-05-111-3/+2Star
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-9/+9
* assorted conversions to %p[dD]Al Viro2014-11-191-10/+8Star
* jfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-261-0/+1
* Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2013-07-111-1/+1
|\
| * jfs: Update jfs_errorJoe Perches2013-06-051-1/+1
* | Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-5/+2Star
* | [readdir] convert jfsAl Viro2013-06-291-1/+1
|/
* don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-221-4/+4
* don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+3
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-211-13/+0Star
* switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2011-07-271-2/+1Star
|\
| * jfs: clean up some compiler warningsDave Kleikamp2011-07-251-2/+1Star
* | fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-1/+1
|/
* jfs_lookup(): don't bother with . or ..Al Viro2011-07-211-24/+15Star
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-3/+1Star
* jfs_ci_revalidate() is safe from RCU modeAl Viro2011-07-201-2/+0Star
* LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro2011-07-201-4/+2Star
* jfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0Star
* vfs: push dentry_unhash on rename_dir into file systemsSage Weil2011-05-261-0/+3
* vfs: push dentry_unhash on rmdir into file systemsSage Weil2011-05-261-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-03-161-4/+4
|\
| * Merge branch 'next' into for-linusJames Morris2011-03-151-4/+4
| |\
| | * 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
* | | | fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V2011-03-151-3/+0Star
|/ / /
* / / jfs: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
|/ /
* / switch jfs to ->s_d_op, close exportfs racesAl Viro2011-01-131-9/+1Star
|/
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-0/+2
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-2/+2
* fs: change d_hash for rcu-walkNick Piggin2011-01-071-1/+2
* fs: change d_compare for rcu-walkNick Piggin2011-01-071-4/+7
* jfs: dont overwrite dentry name in d_revalidateNick Piggin2011-01-071-8/+35
* new helper: ihold()Al Viro2010-10-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2010-04-211-2/+2
|\
| * jfs: add jfs specific ->setattr callDmitry Monakhov2010-04-161-2/+2
* | dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-051-12/+12
* | dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-051-0/+15
* | dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-051-1/+1
|/