aboutsummaryrefslogtreecommitdiffstats
path: root/fs/orangefs/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-11fs: orangefs: fix error return code of orangefs_revalidate_lookup()Jia-Ju Bai1-1/+3
2018-02-06orangefs: reverse sense of is-inode-stale test in d_revalidateMartin Brandenburg1-10/+7
2018-02-06orangefs: use correct string lengthXiongfeng Wang1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-24orangefs: don't use d_timeMiklos Szeredi1-2/+3
2016-08-16orangefs: rename most remaining global variablesMartin Brandenburg1-1/+1
2016-08-02orangefs: Account for jiffies wraparound.Martin Brandenburg1-1/+1
2016-08-02orangefs: Allow dcache and getattr cache time to be configured.Martin Brandenburg1-1/+1
2016-08-02orangefs: Use d_time to avoid excessive lookupsMartin Brandenburg1-0/+4
2016-03-23orangefs: use new getattr for revalidate and remove old getattrMartin Brandenburg1-2/+1
2016-03-23orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattrMartin Brandenburg1-1/+1
2016-02-24orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAXMartin Brandenburg1-1/+1
2016-02-24orangefs: don't d_drop in d_revalidate since the caller willMartin Brandenburg1-8/+2
2016-02-04orangefs: Implement inode_operations->permission().Martin Brandenburg1-1/+2
2016-01-28orangefs: Fix revalidate.Martin Brandenburg1-37/+61
2015-12-30Orangefs: don't trigger copy_attributes_to_inode from d_revalidate.Mike Marshall1-36/+14
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-12/+12
2015-10-03Orangefs: kernel client part 2Mike Marshall1-0/+142