aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/namei.c
Commit message (Expand)AuthorAge
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
* fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai2015-11-09
* jfs: Handle error from dquot_initialize()Dave Kleikamp2015-07-23
* Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2015-07-16
|\
| * jfs: clean up jfs_rename and fix out of order unlockDave Kleikamp2015-07-15
* | jfs: switch to simple_follow_link()Al Viro2015-05-10
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* assorted conversions to %p[dD]Al Viro2014-11-19
* jfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-25
* Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2013-07-11
|\
| * jfs: Update jfs_errorJoe Perches2013-06-05
* | Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-29
* | [readdir] convert jfsAl Viro2013-06-29
|/
* don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-22
* don't pass nameidata to ->create()Al Viro2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-14
* vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-20
* 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