linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Feng Shuo <steve.shuo.feng@gmail.com>
To: fuse-devel@lists.sourceforge.net, linux-fsdevel@vger.kernel.org
Cc: Feng Shuo <steve.shuo.feng@gmail.com>
Subject: [PATCH v3 0/2] FUSE: Adaptive NFS-like readdirplus support
Date: Tue, 15 Jan 2013 11:23:26 +0800	[thread overview]
Message-ID: <1358220208-27131-1-git-send-email-steve.shuo.feng@gmail.com> (raw)
In-Reply-To: <87mx1ngmip.fsf@tucsk.pomaz.szeredi.hu>

The original idea belows to Anand V. Avati:

http://sourceforge.net/mailarchive/message.php?msg_id=29562240

I did some benchmarking and add the adaptive mechanism as in NFS. For 
the detail of the testing, please refer to:

http://sourceforge.net/mailarchive/message.php?msg_id=30305348

In my setup, this patch set can give about 50% performance up with "ls -l"
and without much penalty with pure "ls" because of the second patch. 

Rebased to 3.8-rc3.

Feng Shuo (1):
  FUSE: Adapt readdirplus to application usage patterns

Miklos Szeredi (1):
  fuse: implement NFS-like readdirplus support

 fs/fuse/dev.c             |  19 +++++
 fs/fuse/dir.c             | 206 ++++++++++++++++++++++++++++++++++++++++++++--
 fs/fuse/fuse_i.h          |  16 ++++
 fs/fuse/inode.c           |   8 +-
 include/uapi/linux/fuse.h |  12 +++
 5 files changed, 254 insertions(+), 7 deletions(-)

-- 
1.7.12.4


       reply	other threads:[~2013-01-15  3:23 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87mx1ngmip.fsf@tucsk.pomaz.szeredi.hu>
2013-01-15  3:23 ` Feng Shuo [this message]
2013-01-15  3:23   ` [PATCH v3 1/2] fuse: implement NFS-like readdirplus support Feng Shuo
2013-01-15  3:23   ` [PATCH v3 2/2] FUSE: Adapt readdirplus to application usage patterns Feng Shuo
     [not found]     ` <1358220208-27131-3-git-send-email-steve.shuo.feng-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2013-01-25 14:16       ` Miklos Szeredi
2013-02-03  7:15     ` Eric Wong
2013-02-03  8:10       ` Eric Wong
2013-02-04 10:03         ` Feng Shuo
2013-02-04 10:10           ` Eric Wong
2013-02-04 12:46             ` [fuse-devel] " Miklos Szeredi
     [not found]               ` <CAJfpegtKM6jsegxV+Jx0QkOEP6MhO6en6nEq7bCEJHxAAfMKHw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-02-04 13:20                 ` Eric Wong
2013-02-05  3:12               ` [RFC] fuse: consistently use readdirplus offsets Eric Wong
     [not found]                 ` <20130205031202.GA9062-yBiyF41qdooeIZ0/mPfg9Q@public.gmane.org>
2013-02-06 17:55                   ` Miklos Szeredi
2013-02-06 21:40                     ` Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1358220208-27131-1-git-send-email-steve.shuo.feng@gmail.com \
    --to=steve.shuo.feng@gmail.com \
    --cc=fuse-devel@lists.sourceforge.net \
    --cc=linux-fsdevel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).