aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/namei.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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