aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-12jfs: convert to fileattrMiklos Szeredi1-3/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-10/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-10-26jfs: fix spelling mistake, EACCESS -> EACCESColin Ian King1-1/+1
2018-08-03jfs: switch to discard_new_inode()Al Viro1-8/+4
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-8/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+16
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+4
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-11/+11
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+5
2016-07-31get rid of 'parent' argument of ->d_compare()Al Viro1-1/+1
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds1-1/+1
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-05-17Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-2/+2
2016-05-12jfs: Switch to generic xattr handlersAndreas Gruenbacher1-3/+3
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-03-30jfs: Coalesce some formatsJoe Perches1-2/+2
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
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