aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-09fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai1-3/+0
2015-07-23jfs: Handle error from dquot_initialize()Dave Kleikamp1-14/+40
2015-07-16Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-14/+13
2015-07-15jfs: clean up jfs_rename and fix out of order unlockDave Kleikamp1-14/+13
2015-05-10jfs: switch to simple_follow_link()Al Viro1-3/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-9/+9
2014-11-19assorted conversions to %p[dD]Al Viro1-10/+8
2014-01-25jfs: use generic posix ACL infrastructureChristoph Hellwig1-0/+1
2013-07-11Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+1
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-5/+2
2013-06-29[readdir] convert jfsAl Viro1-1/+1
2013-06-05jfs: Update jfs_errorJoe Perches1-1/+1
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-4/+4
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-3/+3
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-13/+0
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-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-5/+5
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-2/+1
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-1/+1
2011-07-25jfs: clean up some compiler warningsDave Kleikamp1-2/+1
2011-07-20jfs_lookup(): don't bother with . or ..Al Viro1-24/+15
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-3/+1
2011-07-20jfs_ci_revalidate() is safe from RCU modeAl Viro1-2/+0
2011-07-20LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro1-4/+2
2011-05-28jfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil1-5/+0
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-4/+4
2011-03-16Merge branch 'next' into for-linusJames Morris1-4/+4
2011-03-15fs: Remove i_nlink check from file system link callbackAneesh Kumar K.V1-3/+0
2011-03-10jfs: fix d_revalidate oopsen on NFS exportsAl Viro1-1/+1
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-4/+4
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-4/+4
2011-01-12switch jfs to ->s_d_op, close exportfs racesAl Viro1-9/+1
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-0/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-2/+2
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-4/+7
2011-01-07jfs: dont overwrite dentry name in d_revalidateNick Piggin1-8/+35
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6Linus Torvalds1-2/+2
2010-04-16jfs: add jfs specific ->setattr callDmitry Monakhov1-2/+2
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig1-12/+12
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig1-0/+15
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig1-1/+1