summaryrefslogtreecommitdiffstats
path: root/fs/jfs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-13/+16
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+4
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-271-2/+5
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-11/+11
| |/
* | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
|/
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-311-1/+1
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-3/+3
|\
| * jfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-121-3/+3
* | Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2016-05-171-2/+2
|\ \ | |/ |/|
| * jfs: Coalesce some formatsJoe Perches2016-03-301-2/+2
* | don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-101-1/+1
|/
* don't put symlink bodies in pagecache into highmemAl Viro2015-12-081-0/+1
* fs/jfs: remove unnecessary new_valid_dev() checksYaowei Bai2015-11-091-3/+0
* 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-161-14/+13
|\
| * jfs: clean up jfs_rename and fix out of order unlockDave Kleikamp2015-07-151-14/+13
* | jfs: switch to simple_follow_link()Al Viro2015-05-101-3/+2
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-9/+9
* assorted conversions to %p[dD]Al Viro2014-11-191-10/+8
* jfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-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/+2
* | [readdir] convert jfsAl Viro2013-06-291-1/+1
|/
* don't expose I_NEW inodes via dentry->d_inodeAl Viro2012-07-231-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-201-13/+0
* switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->create() to umode_tAl Viro2012-01-031-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-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/+1
|\
| * jfs: clean up some compiler warningsDave Kleikamp2011-07-251-2/+1
* | fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-1/+1
|/
* jfs_lookup(): don't bother with . or ..Al Viro2011-07-201-24/+15
* make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro2011-07-201-3/+1
* jfs_ci_revalidate() is safe from RCU modeAl Viro2011-07-201-2/+0
* LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last stepAl Viro2011-07-201-4/+2
* jfs: remove unnecessary dentry_unhash from rmdir, dir renameSage Weil2011-05-281-5/+0
* 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-161-4/+4
| |\
| | * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-4/+4
| | |\
OpenPOWER on IntegriCloud