aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/orangefs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-12orangefs: Add octal zero prefixArtur Świgoń1-1/+1
2019-05-03orangefs: reorganize setattr functions to track attribute changesMartin Brandenburg1-20/+15
2019-05-03orangefs: update attributes rather than relying on serverMartin Brandenburg1-1/+6
2019-05-03orangefs: do not invalidate attributes on inode createMartin Brandenburg1-6/+0
2018-10-18orangefs: no need to check for service_operation returns > 0Mike Marshall1-1/+1
2018-10-18orangefs: some error code paths missed kmem_cache_freeMike Marshall1-3/+3
2018-06-07Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds1-0/+7
2018-06-01orangefs: set i_size on new symlinkMartin Brandenburg1-0/+7
2018-05-22orangefs_lookup: simplifyAl Viro1-56/+8
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-6/+3
2018-02-06orangefs: use correct string lengthXiongfeng Wang1-8/+8
2017-11-13orangefs: call op_release sooner when creating inodesMartin Brandenburg1-9/+15
2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg1-4/+17
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-26orangefs: implement statxMartin Brandenburg1-0/+3
2017-04-26orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg1-2/+0
2016-10-24orangefs: don't use d_timeMiklos Szeredi1-4/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+10
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-22/+22
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-5/+5
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-2/+6
2016-08-16orangefs: rename most remaining global variablesMartin Brandenburg1-4/+4
2016-08-07orangefs: use %pd/%pDAl Viro1-22/+22
2016-08-02orangefs: Account for jiffies wraparound.Martin Brandenburg1-5/+5
2016-08-02orangefs: Allow dcache and getattr cache time to be configured.Martin Brandenburg1-4/+4
2016-08-02orangefs: Cache getattr results.Martin Brandenburg1-0/+7
2016-08-02orangefs: Use d_time to avoid excessive lookupsMartin Brandenburg1-0/+5
2016-05-29orangefs: constify inode_operationsAl Viro1-1/+1
2016-05-29orangefs: don't open-code %pd2Al Viro1-6/+2
2016-03-09orangefs: Avoid symlink upcall if target is too long.Martin Brandenburg1-0/+3
2016-02-24orangefs: we never lookup with sym_follow setMartin Brandenburg1-4/+2
2016-02-24orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAXMartin Brandenburg1-9/+9
2016-02-19Orangefs: make some gossip statements more helpful.Mike Marshall1-15/+29
2016-02-04orangefs: Implement inode_operations->permission().Martin Brandenburg1-0/+1
2015-12-11Orangefs: don't keep checking stuff in on Friday afternoon.Mike Marshall1-1/+1
2015-12-04Orangefs: don't expose internal details of pathname resolution to userspace.Mike Marshall1-1/+1
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall1-1/+1
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu1-67/+67
2015-11-13orangefs: kill pointless ->link() and ->mknod()Al Viro1-23/+0
2015-10-03Orangefs: choose return codes from among the expected ones.Mike Marshall1-8/+4
2015-10-03Orangefs: kernel client part 3Mike Marshall1-0/+473