| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 1 | -4/+8 |
* | orangefs: Add octal zero prefix | Artur Świgoń | 2019-09-12 | 1 | -1/+1 |
* | orangefs: reorganize setattr functions to track attribute changes | Martin Brandenburg | 2019-05-03 | 1 | -20/+15 |
* | orangefs: update attributes rather than relying on server | Martin Brandenburg | 2019-05-03 | 1 | -1/+6 |
* | orangefs: do not invalidate attributes on inode create | Martin Brandenburg | 2019-05-03 | 1 | -6/+0 |
* | orangefs: no need to check for service_operation returns > 0 | Mike Marshall | 2018-10-18 | 1 | -1/+1 |
* | orangefs: some error code paths missed kmem_cache_free | Mike Marshall | 2018-10-18 | 1 | -3/+3 |
* | Merge tag 'for-linus-4.18-ofs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-07 | 1 | -0/+7 |
|\ |
|
| * | orangefs: set i_size on new symlink | Martin Brandenburg | 2018-06-01 | 1 | -0/+7 |
* | | orangefs_lookup: simplify | Al Viro | 2018-05-22 | 1 | -56/+8 |
|/ |
|
* | do d_instantiate/unlock_new_inode combinations safely | Al Viro | 2018-05-11 | 1 | -6/+3 |
* | orangefs: use correct string length | Xiongfeng Wang | 2018-02-06 | 1 | -8/+8 |
* | orangefs: call op_release sooner when creating inodes | Martin Brandenburg | 2017-11-13 | 1 | -9/+15 |
* | orangefs: stop setting atime on inode dirty | Martin Brandenburg | 2017-11-13 | 1 | -4/+17 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | orangefs: implement statx | Martin Brandenburg | 2017-04-26 | 1 | -0/+3 |
* | orangefs: do not set getattr_time on orangefs_lookup | Martin Brandenburg | 2017-04-26 | 1 | -2/+0 |
* | orangefs: don't use d_time | Miklos Szeredi | 2016-10-24 | 1 | -4/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-11 | 1 | -6/+10 |
|\ |
|
| * | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 2016-10-11 | 1 | -1/+5 |
| |\ |
|
| | * | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 | 1 | -1/+1 |
| | * | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 2016-09-27 | 1 | -2/+6 |
| * | | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 2016-09-28 | 1 | -5/+5 |
| |/ |
|
* | | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-11 | 1 | -3/+0 |
|\ \ |
|
| * | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-08 | 1 | -3/+0 |
| |/ |
|
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -22/+22 |
|\ \ |
|
| * | | orangefs: use %pd/%pD | Al Viro | 2016-08-08 | 1 | -22/+22 |
| |/ |
|
* / | orangefs: rename most remaining global variables | Martin Brandenburg | 2016-08-16 | 1 | -4/+4 |
|/ |
|
* | orangefs: Account for jiffies wraparound. | Martin Brandenburg | 2016-08-02 | 1 | -5/+5 |
* | orangefs: Allow dcache and getattr cache time to be configured. | Martin Brandenburg | 2016-08-02 | 1 | -4/+4 |
* | orangefs: Cache getattr results. | Martin Brandenburg | 2016-08-02 | 1 | -0/+7 |
* | orangefs: Use d_time to avoid excessive lookups | Martin Brandenburg | 2016-08-02 | 1 | -0/+5 |
* | orangefs: constify inode_operations | Al Viro | 2016-05-30 | 1 | -1/+1 |
* | orangefs: don't open-code %pd2 | Al Viro | 2016-05-29 | 1 | -6/+2 |
* | orangefs: Avoid symlink upcall if target is too long. | Martin Brandenburg | 2016-03-09 | 1 | -0/+3 |
* | orangefs: we never lookup with sym_follow set | Martin Brandenburg | 2016-02-24 | 1 | -4/+2 |
* | orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAX | Martin Brandenburg | 2016-02-24 | 1 | -9/+9 |
* | Orangefs: make some gossip statements more helpful. | Mike Marshall | 2016-02-19 | 1 | -15/+29 |
* | orangefs: Implement inode_operations->permission(). | Martin Brandenburg | 2016-02-04 | 1 | -0/+1 |
* | Orangefs: don't keep checking stuff in on Friday afternoon. | Mike Marshall | 2015-12-11 | 1 | -1/+1 |
* | Orangefs: don't expose internal details of pathname resolution to userspace. | Mike Marshall | 2015-12-04 | 1 | -1/+1 |
* | Orangefs: change pvfs2 filenames to orangefs | Mike Marshall | 2015-12-04 | 1 | -1/+1 |
* | OrangeFS: Change almost all instances of the string PVFS2 to OrangeFS. | Yi Liu | 2015-12-03 | 1 | -67/+67 |
* | orangefs: kill pointless ->link() and ->mknod() | Al Viro | 2015-11-13 | 1 | -23/+0 |
* | Orangefs: choose return codes from among the expected ones. | Mike Marshall | 2015-10-03 | 1 | -8/+4 |
* | Orangefs: kernel client part 3 | Mike Marshall | 2015-10-03 | 1 | -0/+473 |