All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Dominique Martinet <dominique.martinet@cea.fr>,
	Eric Van Hensbergen <ericvh@gmail.com>,
	v9fs-developer@lists.sourceforge.net
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH RESEND] 9P: introduction of a new cache=mmap model.
Date: Fri, 10 Jan 2014 11:21:04 -0800	[thread overview]
Message-ID: <52D04820.4090500@infradead.org> (raw)
In-Reply-To: <1389357849-20367-1-git-send-email-dominique.martinet@cea.fr>

On 01/10/2014 04:44 AM, Dominique Martinet wrote:
>  - Add cache=mmap option

Seems to be missing a documentation update to Documentation/filesystems/9p.txt.

>  - Make mmap read-write while keeping it as synchronous as possible
>  - Build writeback fid on mmap creation if it is writable
> 
> Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
> Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
> ---
> 
> The patch has been taken into next-20131105 (commit 94876b5) but has
> apparently been dropped because of a conflict?
> Anyway, this is the very same patch as last time with the conflict solved
> (conflicting patch was ceaec15d4
> "9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS")
> 
> The patch applies on linus' master, next's master, and has been retested
> on top of 3.13.0-rc7.
> 
> Sorry if I was supposed to drop Eric's sign-off due to the minor edit!
> 
> 
>  fs/9p/v9fs.c           |   9 +++-
>  fs/9p/v9fs.h           |   1 +
>  fs/9p/v9fs_vfs.h       |   2 +
>  fs/9p/vfs_addr.c       |   7 +++
>  fs/9p/vfs_file.c       | 140 +++++++++++++++++++++++++++++++++++++++++++++++--
>  fs/9p/vfs_inode.c      |  22 +++++---
>  fs/9p/vfs_inode_dotl.c |   9 ++--
>  fs/9p/vfs_super.c      |   8 +--
>  8 files changed, 179 insertions(+), 19 deletions(-)


-- 
~Randy

  reply	other threads:[~2014-01-10 19:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-10 12:44 [PATCH RESEND] 9P: introduction of a new cache=mmap model Dominique Martinet
2014-01-10 19:21 ` Randy Dunlap [this message]
2014-01-10 20:00   ` [PATCH V2] " Dominique Martinet

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=52D04820.4090500@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=dominique.martinet@cea.fr \
    --cc=ericvh@gmail.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=v9fs-developer@lists.sourceforge.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.