summaryrefslogtreecommitdiff
path: root/fs/jfs/namei.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| | * fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-27
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
| |/
* | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
|/
* get rid of 'parent' argument of ->d_compare()Al Viro2016-07-31
* vfs: make the string hashes salt the hashLinus Torvalds2016-06-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-18
|\
| * jfs: Switch to generic xattr handlersAndreas Gruenbacher2016-05-12
* | Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds2016-05-17
|\ \ | |/ |/|
| * jfs: Coalesce some formatsJoe Perches2016-03-30
* | don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro2016-04-10
|/
* 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-23
* 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-16
| |\
| | * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-08
| | |\