summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/namei.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-0/+7
|\
| * orangefs: set i_size on new symlinkMartin Brandenburg2018-06-011-0/+7
* | orangefs_lookup: simplifyAl Viro2018-05-221-56/+8
|/
* do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-6/+3
* orangefs: use correct string lengthXiongfeng Wang2018-02-061-8/+8
* orangefs: call op_release sooner when creating inodesMartin Brandenburg2017-11-131-9/+15
* orangefs: stop setting atime on inode dirtyMartin Brandenburg2017-11-131-4/+17
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* orangefs: implement statxMartin Brandenburg2017-04-261-0/+3
* orangefs: do not set getattr_time on orangefs_lookupMartin Brandenburg2017-04-261-2/+0
* orangefs: don't use d_timeMiklos Szeredi2016-10-241-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-6/+10
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\
| | * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-1/+1
| | * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-2/+6
| * | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-5/+5
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-101-3/+0
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-071-3/+0
| |/
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-22/+22
|\ \
| * | orangefs: use %pd/%pDAl Viro2016-08-071-22/+22
| |/
* / orangefs: rename most remaining global variablesMartin Brandenburg2016-08-161-4/+4
|/
* orangefs: Account for jiffies wraparound.Martin Brandenburg2016-08-021-5/+5
* orangefs: Allow dcache and getattr cache time to be configured.Martin Brandenburg2016-08-021-4/+4
* orangefs: Cache getattr results.Martin Brandenburg2016-08-021-0/+7
* orangefs: Use d_time to avoid excessive lookupsMartin Brandenburg2016-08-021-0/+5
* orangefs: constify inode_operationsAl Viro2016-05-291-1/+1
* orangefs: don't open-code %pd2Al Viro2016-05-291-6/+2
* orangefs: Avoid symlink upcall if target is too long.Martin Brandenburg2016-03-091-0/+3
* orangefs: we never lookup with sym_follow setMartin Brandenburg2016-02-241-4/+2
* orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAXMartin Brandenburg2016-02-241-9/+9
* Orangefs: make some gossip statements more helpful.Mike Marshall2016-02-191-15/+29
* orangefs: Implement inode_operations->permission().Martin Brandenburg2016-02-041-0/+1
* Orangefs: don't keep checking stuff in on Friday afternoon.Mike Marshall2015-12-111-1/+1
* Orangefs: don't expose internal details of pathname resolution to userspace.Mike Marshall2015-12-041-1/+1
* Orangefs: change pvfs2 filenames to orangefsMike Marshall2015-12-041-1/+1
* OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS.Yi Liu2015-12-031-67/+67
* orangefs: kill pointless ->link() and ->mknod()Al Viro2015-11-131-23/+0
* Orangefs: choose return codes from among the expected ones.Mike Marshall2015-10-031-8/+4
* Orangefs: kernel client part 3Mike Marshall2015-10-031-0/+473