linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] orangefs: misc attribute fixes
@ 2017-11-28 20:21 Martin Brandenburg
  2017-11-28 20:21 ` [PATCH 1/5] orangefs: open code short single-use functions Martin Brandenburg
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Martin Brandenburg @ 2017-11-28 20:21 UTC (permalink / raw)
  To: hubcap, devel, linux-fsdevel, linux-kernel; +Cc: Martin Brandenburg

Mike,

Here's a few fixes for OrangeFS.

Most important is to run getattr for size during a mmap page fault.  

I have also found a bug in d_revalidate.  The test is backwards.
However I haven't found a test that demonstrates that it is wrong, which
makes me doubt that all the code here is completely optimal.

The others are supposed to improve performance but appear to be below
the noise floor.

Martin Brandenburg (5):
  orangefs: open code short single-use functions
  orangefs: implement vm_ops->fault
  orangefs: do not invalidate attributes on inode create
  orangefs: do not invalidate attribute cache on setattr
  orangefs: reverse sense of revalidate is-inode-stale test

 fs/orangefs/dcache.c         |  17 +++---
 fs/orangefs/file.c           | 122 ++++++++++++++++---------------------------
 fs/orangefs/inode.c          |   6 ---
 fs/orangefs/namei.c          |   6 ---
 fs/orangefs/orangefs-utils.c |   4 --
 5 files changed, 51 insertions(+), 104 deletions(-)

-- 
2.15.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-11-28 21:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28 20:21 [PATCH 0/5] orangefs: misc attribute fixes Martin Brandenburg
2017-11-28 20:21 ` [PATCH 1/5] orangefs: open code short single-use functions Martin Brandenburg
2017-11-28 20:21 ` [PATCH 2/5] orangefs: implement vm_ops->fault Martin Brandenburg
2017-11-28 20:21 ` [PATCH 3/5] orangefs: do not invalidate attributes on inode create Martin Brandenburg
2017-11-28 20:22 ` [PATCH 4/5] orangefs: do not invalidate attribute cache on setattr Martin Brandenburg
2017-11-28 20:22 ` [PATCH 5/5] orangefs: reverse sense of revalidate is-inode-stale test Martin Brandenburg
2017-11-28 21:02 ` [PATCH 0/5] orangefs: misc attribute fixes martin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).