[go: up one dir, main page]

|
|
Log in / Subscribe / Register

9p file system additions for merge window

From:  Eric Van Hensbergen <ericvh@gmail.com>
To:  Linus Torvalds <torvalds@linux-foundation.org>
Subject:  GIT PULL] 9p file system additions for merge window
Date:  Fri, 5 Mar 2010 15:12:57 -0600
Message-ID:  <a4e6962a1003051312r2b6e12deg5c647c1cd5c0e321@mail.gmail.com>
Cc:  V9FS Developers <v9fs-developer@lists.sourceforge.net>, linux-kernel <linux-kernel@vger.kernel.org>
Archive‑link:  Article

Linus,

The following changes since commit 64ba9926759792cf7b95f823402e2781edd1b5d4:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git for-linus

Aneesh Kumar K.V (4):
      net/9p: Add multi channel support.
      net/9p: Remove MAX_9P_CHAN limit
      net/9p: Handle mount errors correctly.
      fs/9p: Add hardlink support to .u extension

Sripathi Kodi (4):
      9P2010.L handshake: Add VFS flags
      9P2010.L handshake: Add mount option
      9P2010.L handshake: Remove "dotu" variable
      9P2010.L handshake: .L protocol negotiation

 fs/9p/fid.c               |    2 +-
 fs/9p/v9fs.c              |    8 ++--
 fs/9p/v9fs.h              |   23 ++++++---
 fs/9p/vfs_dir.c           |    2 +-
 fs/9p/vfs_file.c          |    4 +-
 fs/9p/vfs_inode.c         |   48 +++++++++++++------
 include/linux/virtio_9p.h |    3 -
 include/net/9p/client.h   |   18 +++++++-
 net/9p/client.c           |  114 ++++++++++++++++++++++++++++++++++-----------
 net/9p/protocol.c         |   74 ++++++++++++++++-------------
 net/9p/protocol.h         |    6 +-
 net/9p/trans_virtio.c     |   80 +++++++++++++------------------
 12 files changed, 238 insertions(+), 144 deletions(-)

thanks,

     -eric
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds