index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
orangefs
/
dcache.c
Age
Commit message (
Expand
)
Author
2024-04-09
orangefs: cleanup uses of strncpy
Justin Stitt
2021-10-11
fs: orangefs: fix error return code of orangefs_revalidate_lookup()
Jia-Ju Bai
2018-02-06
orangefs: reverse sense of is-inode-stale test in d_revalidate
Martin Brandenburg
2018-02-06
orangefs: use correct string length
Xiongfeng Wang
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-10-24
orangefs: don't use d_time
Miklos Szeredi
2016-08-16
orangefs: rename most remaining global variables
Martin Brandenburg
2016-08-02
orangefs: Account for jiffies wraparound.
Martin Brandenburg
2016-08-02
orangefs: Allow dcache and getattr cache time to be configured.
Martin Brandenburg
2016-08-02
orangefs: Use d_time to avoid excessive lookups
Martin Brandenburg
2016-03-23
orangefs: use new getattr for revalidate and remove old getattr
Martin Brandenburg
2016-03-23
orangefs: rename orangefs_inode_getattr to orangefs_inode_old_getattr
Martin Brandenburg
2016-02-24
orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAX
Martin Brandenburg
2016-02-24
orangefs: don't d_drop in d_revalidate since the caller will
Martin Brandenburg
2016-02-04
orangefs: Implement inode_operations->permission().
Martin Brandenburg
2016-01-28
orangefs: Fix revalidate.
Martin Brandenburg
2015-12-30
Orangefs: don't trigger copy_attributes_to_inode from d_revalidate.
Mike Marshall
2015-12-04
Orangefs: change pvfs2 filenames to orangefs
Mike Marshall
2015-12-03
OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.
Yi Liu
2015-10-03
Orangefs: kernel client part 2
Mike Marshall