summaryrefslogtreecommitdiff
path: root/fs/orangefs/namei.c
AgeCommit message (Expand)Author
2017-11-13orangefs: call op_release sooner when creating inodesMartin Brandenburg
2017-11-13orangefs: stop setting atime on inode dirtyMartin Brandenburg
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-26orangefs: implement statxMartin Brandenburg
2017-04-26orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg
2016-10-24orangefs: don't use d_timeMiklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi
2016-08-16orangefs: rename most remaining global variablesMartin Brandenburg
2016-08-07orangefs: use %pd/%pDAl Viro
2016-08-02orangefs: Account for jiffies wraparound.Martin Brandenburg
2016-08-02orangefs: Allow dcache and getattr cache time to be configured.Martin Brandenburg
2016-08-02orangefs: Cache getattr results.Martin Brandenburg
2016-08-02orangefs: Use d_time to avoid excessive lookupsMartin Brandenburg
2016-05-29orangefs: constify inode_operationsAl Viro
2016-05-29orangefs: don't open-code %pd2Al Viro
2016-03-09orangefs: Avoid symlink upcall if target is too long.Martin Brandenburg
2016-02-24orangefs: we never lookup with sym_follow setMartin Brandenburg
2016-02-24orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAXMartin Brandenburg
2016-02-19Orangefs: make some gossip statements more helpful.Mike Marshall
2016-02-04orangefs: Implement inode_operations->permission().Martin Brandenburg
2015-12-11Orangefs: don't keep checking stuff in on Friday afternoon.Mike Marshall
2015-12-04Orangefs: don't expose internal details of pathname resolution to userspace.Mike Marshall
2015-12-04Orangefs: change pvfs2 filenames to orangefsMike Marshall
2015-12-03OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu
2015-11-13orangefs: kill pointless ->link() and ->mknod()Al Viro
2015-10-03Orangefs: choose return codes from among the expected ones.Mike Marshall
2015-10-03Orangefs: kernel client part 3Mike Marshall